Searched refs:resultsBufSize (Results 1 – 2 of 2) sorted by relevance
597 u32 resultsBufSize = 0; in gscan_parse_passpoint_network_result() local642 resultsBufSize = sizeof(wifi_scan_result); in gscan_parse_passpoint_network_result()651 resultsBufSize += in gscan_parse_passpoint_network_result()658 malloc (resultsBufSize); in gscan_parse_passpoint_network_result()665 memset(mPasspointNetworkFoundResult, 0, resultsBufSize); in gscan_parse_passpoint_network_result()1062 u32 resultsBufSize = 0; in handleEvent() local1108 resultsBufSize = in handleEvent()1110 result = (wifi_scan_result *) malloc (resultsBufSize); in handleEvent()1117 memset(result, 0, resultsBufSize); in handleEvent()1347 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 …]