Searched refs:resultsBufSize (Results 1 – 2 of 2) sorted by relevance
597 u32 resultsBufSize = 0; in gscan_parse_passpoint_network_result() local635 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() local1023 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 …]
914 u32 resultsBufSize = 0; in handleResponse() local955 resultsBufSize += (nla_get_u32(tb_vendor[ in handleResponse()962 mRadioStatsSize + resultsBufSize); in handleResponse()975 memset(radioStatsBuf, 0, resultsBufSize); in handleResponse()976 mRadioStatsSize += resultsBufSize; in handleResponse()1038 resultsBufSize = sizeof(wifi_iface_stat); in handleResponse()1040 (wifi_iface_stat *) malloc (resultsBufSize); in handleResponse()1047 memset(mResultsParams.iface_stat, 0, resultsBufSize); in handleResponse()1136 resultsBufSize += (numPeers * sizeof(wifi_peer_info) in handleResponse()1140 resultsBufSize); in handleResponse()[all …]