Searched refs:resultsBufSize (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 597 u32 resultsBufSize = 0; in gscan_parse_passpoint_network_result() local 635 resultsBufSize = sizeof(wifi_scan_result); in gscan_parse_passpoint_network_result() 640 resultsBufSize += nla_get_u32( in gscan_parse_passpoint_network_result() 644 mPasspointNetworkFoundResult = (wifi_scan_result *)malloc(resultsBufSize); in gscan_parse_passpoint_network_result() 651 memset(mPasspointNetworkFoundResult, 0, resultsBufSize); in gscan_parse_passpoint_network_result() 977 u32 resultsBufSize = 0; in handleEvent() local 1023 resultsBufSize = in handleEvent() 1025 result = (wifi_scan_result *) malloc (resultsBufSize); in handleEvent() 1032 memset(result, 0, resultsBufSize); in handleEvent() 1262 u32 resultsBufSize = 0; in handleEvent() local [all …]
|
D | llstats.cpp | 930 u32 resultsBufSize = 0; in handleResponse() local 971 resultsBufSize += (nla_get_u32(tb_vendor[ in handleResponse() 978 mRadioStatsSize + resultsBufSize); in handleResponse() 991 memset(radioStatsBuf, 0, resultsBufSize); in handleResponse() 992 mRadioStatsSize += resultsBufSize; in handleResponse() 1055 resultsBufSize = sizeof(wifi_iface_stat); in handleResponse() 1057 (wifi_iface_stat *) malloc (resultsBufSize); in handleResponse() 1064 memset(mResultsParams.iface_stat, 0, resultsBufSize); in handleResponse() 1153 resultsBufSize += (numPeers * sizeof(wifi_peer_info) in handleResponse() 1157 resultsBufSize); in handleResponse() [all …]
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 597 u32 resultsBufSize = 0; in gscan_parse_passpoint_network_result() local 635 resultsBufSize = sizeof(wifi_scan_result); in gscan_parse_passpoint_network_result() 640 resultsBufSize += nla_get_u32( in gscan_parse_passpoint_network_result() 644 mPasspointNetworkFoundResult = (wifi_scan_result *)malloc(resultsBufSize); in gscan_parse_passpoint_network_result() 651 memset(mPasspointNetworkFoundResult, 0, resultsBufSize); in gscan_parse_passpoint_network_result() 977 u32 resultsBufSize = 0; in handleEvent() local 1023 resultsBufSize = in handleEvent() 1025 result = (wifi_scan_result *) malloc (resultsBufSize); in handleEvent() 1032 memset(result, 0, resultsBufSize); in handleEvent() 1262 u32 resultsBufSize = 0; in handleEvent() local [all …]
|
D | llstats.cpp | 946 u32 resultsBufSize = 0; in handleResponse() local 987 resultsBufSize += (nla_get_u32(tb_vendor[ in handleResponse() 994 mRadioStatsSize + resultsBufSize); in handleResponse() 1007 memset(radioStatsBuf, 0, resultsBufSize); in handleResponse() 1008 mRadioStatsSize += resultsBufSize; in handleResponse() 1071 resultsBufSize = sizeof(wifi_iface_stat); in handleResponse() 1073 (wifi_iface_stat *) malloc (resultsBufSize); in handleResponse() 1080 memset(mResultsParams.iface_stat, 0, resultsBufSize); in handleResponse() 1169 resultsBufSize += (numPeers * sizeof(wifi_peer_info) in handleResponse() 1173 resultsBufSize); in handleResponse() [all …]
|