Home
last modified time | relevance | path

Searched refs:MAX_INFO_ELEMS_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util.c68 const unsigned int MAX_INFO_ELEMS_SIZE = 256; variable
415 ScanInfoElem* infoElemsTemp = (ScanInfoElem *)calloc(MAX_INFO_ELEMS_SIZE, sizeof(ScanInfoElem)); in GetInfoElems()
420 memset_s(infoElemsTemp, MAX_INFO_ELEMS_SIZE * sizeof(ScanInfoElem), in GetInfoElems()
421 0x0, MAX_INFO_ELEMS_SIZE * sizeof(ScanInfoElem)); in GetInfoElems()
1337 ScanInfoElem* infoElemsTemp = (ScanInfoElem *)calloc(MAX_INFO_ELEMS_SIZE, sizeof(ScanInfoElem)); in GetScanResultInfoElem()
1342 memset_s(infoElemsTemp, MAX_INFO_ELEMS_SIZE * sizeof(ScanInfoElem), in GetScanResultInfoElem()
1343 0x0, MAX_INFO_ELEMS_SIZE * sizeof(ScanInfoElem)); in GetScanResultInfoElem()
1345 if ((unsigned int)ieIndex >= MAX_INFO_ELEMS_SIZE) { in GetScanResultInfoElem()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_sta_iface.c474 const int MAX_INFO_ELEMS_SIZE = 256; in GetScanInfoElems() local
476 if (scanInfo->ieSize <= 0 || scanInfo->ieSize > MAX_INFO_ELEMS_SIZE) { in GetScanInfoElems()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/wpa_sta_hal/
H A Dwifi_supplicant_hal.c61 const unsigned int MAX_INFO_ELEMS_SIZE = 256; variable
1152 ScanInfoElem* infoElemsTemp = (ScanInfoElem *)calloc(MAX_INFO_ELEMS_SIZE, sizeof(ScanInfoElem)); in GetInfoElems()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c65 const unsigned int MAX_INFO_ELEMS_SIZE = 256; variable
1343 ScanInfoElem* infoElemsTemp = (ScanInfoElem *)calloc(MAX_INFO_ELEMS_SIZE, sizeof(ScanInfoElem)); in GetInfoElems()