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.cpp82 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 …]
Dgscan_event_handler.h35 wifi_scan_result *mHotlistApLostResults; variable