Searched refs:mHotlistApLostResults (Results 1 – 2 of 2) sorted by relevance
86 mHotlistApLostResults = NULL; in GScanCommandEventHandler()1492 mHotlistApLostResults = (wifi_scan_result *) in handleEvent()1493 realloc (mHotlistApLostResults, resultsBufSize); in handleEvent()1495 mHotlistApLostResults = (wifi_scan_result *) in handleEvent()1499 if (!mHotlistApLostResults) { in handleEvent()1506 memset((u8 *)mHotlistApLostResults + sizeOfObtainedResults, 0, in handleEvent()1536 mHotlistApLostResults, in handleEvent()1546 mHotlistApLostResults); in handleEvent()1548 free(mHotlistApLostResults); in handleEvent()1549 mHotlistApLostResults = NULL; in handleEvent()[all …]
35 wifi_scan_result *mHotlistApLostResults; variable