Searched refs:mHotlistApLostResults (Results 1 – 2 of 2) sorted by relevance
82 mHotlistApLostResults = NULL; in GScanCommandEventHandler()1401 mHotlistApLostResults = (wifi_scan_result *) in handleEvent()1402 realloc (mHotlistApLostResults, resultsBufSize); in handleEvent()1404 mHotlistApLostResults = (wifi_scan_result *) in handleEvent()1408 if (!mHotlistApLostResults) { in handleEvent()1415 memset((u8 *)mHotlistApLostResults + sizeOfObtainedResults, 0, in handleEvent()1445 mHotlistApLostResults, in handleEvent()1455 mHotlistApLostResults); in handleEvent()1457 free(mHotlistApLostResults); in handleEvent()1458 mHotlistApLostResults = NULL; in handleEvent()[all …]
35 wifi_scan_result *mHotlistApLostResults; variable