Home
last modified time | relevance | path

Searched refs:mHotlistApLostResults (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp86 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 …]
Dgscan_event_handler.h35 wifi_scan_result *mHotlistApLostResults; variable