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