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 D | wifi_hdi_util.c | 68 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 D | i_wifi_sta_iface.c | 474 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 D | wifi_supplicant_hal.c | 61 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 D | wpa_supplicant_hal.c | 65 const unsigned int MAX_INFO_ELEMS_SIZE = 256; variable 1343 ScanInfoElem* infoElemsTemp = (ScanInfoElem *)calloc(MAX_INFO_ELEMS_SIZE, sizeof(ScanInfoElem)); in GetInfoElems()
|