Searched refs:resultsBufSize (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 601 u32 resultsBufSize = 0; in gscan_parse_passpoint_network_result() local 646 resultsBufSize = sizeof(wifi_scan_result); in gscan_parse_passpoint_network_result() 655 resultsBufSize += in gscan_parse_passpoint_network_result() 662 malloc (resultsBufSize); in gscan_parse_passpoint_network_result() 669 memset(mPasspointNetworkFoundResult, 0, resultsBufSize); in gscan_parse_passpoint_network_result() 1067 u32 resultsBufSize = 0; in handleEvent() local 1114 resultsBufSize = in handleEvent() 1116 result = (wifi_scan_result *) malloc (resultsBufSize); in handleEvent() 1123 memset(result, 0, resultsBufSize); in handleEvent() 1353 u32 resultsBufSize = 0; in handleEvent() local [all …]
|
D | llstats.cpp | 870 u32 resultsBufSize = 0; in handleResponse() local 901 resultsBufSize += (nla_get_u32(tb_vendor[ in handleResponse() 906 (wifi_radio_stat *)malloc(resultsBufSize); in handleResponse() 913 memset(mResultsParams.radio_stat, 0, resultsBufSize); in handleResponse() 975 resultsBufSize = sizeof(wifi_iface_stat); in handleResponse() 977 (wifi_iface_stat *) malloc (resultsBufSize); in handleResponse() 984 memset(mResultsParams.iface_stat, 0, resultsBufSize); in handleResponse() 1093 resultsBufSize += (numPeers * sizeof(wifi_peer_info) in handleResponse() 1097 resultsBufSize); in handleResponse() 1105 memset(pIfaceStat, 0, resultsBufSize); in handleResponse()
|