Home
last modified time | relevance | path

Searched refs:lenValue (Results 1 – 3 of 3) 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.c410 int lenValue = 2; in GetInfoElems() local
435 infoElemsTemp[infoElemsSize].size = len/lenValue; in GetInfoElems()
436 infoElemsTemp[infoElemsSize].content = (char *)calloc(len/lenValue+1, sizeof(char)); in GetInfoElems()
/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.c1147 int lenValue = 2; in GetInfoElems() local
1169 infoElemsTemp[infoElemsSize].size = len/lenValue; in GetInfoElems()
1170 infoElemsTemp[infoElemsSize].content = (char *)calloc(len/lenValue+1, sizeof(char)); in GetInfoElems()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1338 int lenValue = 2; in GetInfoElems() local
1360 infoElemsTemp[infoElemsSize].size = len / lenValue; in GetInfoElems()
1361 infoElemsTemp[infoElemsSize].content = (char *)calloc(len / lenValue + 1, sizeof(char)); in GetInfoElems()