Searched refs:mHotlistApLostResults (Results 1 – 2 of 2) sorted by relevance
82 mHotlistApLostResults = NULL; in GScanCommandEventHandler()1486 mHotlistApLostResults = (wifi_scan_result *) in handleEvent()1487 realloc (mHotlistApLostResults, resultsBufSize); in handleEvent()1489 mHotlistApLostResults = (wifi_scan_result *) in handleEvent()1493 if (!mHotlistApLostResults) { in handleEvent()1500 memset((u8 *)mHotlistApLostResults + sizeOfObtainedResults, 0, in handleEvent()1530 mHotlistApLostResults, in handleEvent()1540 mHotlistApLostResults); in handleEvent()1542 free(mHotlistApLostResults); in handleEvent()1543 mHotlistApLostResults = NULL; in handleEvent()[all …]
35 wifi_scan_result *mHotlistApLostResults; variable