Searched refs:mPnoNetworkFoundResults (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | gscan_event_handler.h | 51 wifi_scan_result *mPnoNetworkFoundResults; variable 91 wifi_scan_result *mPnoNetworkFoundResults,
|
D | gscan_event_handler.cpp | 94 mPnoNetworkFoundResults = NULL; in GScanCommandEventHandler() 1719 mPnoNetworkFoundResults = (wifi_scan_result *) in handleEvent() 1720 realloc (mPnoNetworkFoundResults, resultsBufSize); in handleEvent() 1722 mPnoNetworkFoundResults = (wifi_scan_result *) in handleEvent() 1726 if (!mPnoNetworkFoundResults) { in handleEvent() 1733 memset((u8 *)mPnoNetworkFoundResults + sizeOfObtainedResults, 0, in handleEvent() 1763 mPnoNetworkFoundResults, in handleEvent() 1773 mPnoNetworkFoundResults); in handleEvent() 1775 if (mPnoNetworkFoundResults) { in handleEvent() 1776 free(mPnoNetworkFoundResults); in handleEvent() [all …]
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | gscan_event_handler.h | 51 wifi_scan_result *mPnoNetworkFoundResults; variable 91 wifi_scan_result *mPnoNetworkFoundResults,
|
D | gscan_event_handler.cpp | 94 mPnoNetworkFoundResults = NULL; in GScanCommandEventHandler() 1719 mPnoNetworkFoundResults = (wifi_scan_result *) in handleEvent() 1720 realloc (mPnoNetworkFoundResults, resultsBufSize); in handleEvent() 1722 mPnoNetworkFoundResults = (wifi_scan_result *) in handleEvent() 1726 if (!mPnoNetworkFoundResults) { in handleEvent() 1733 memset((u8 *)mPnoNetworkFoundResults + sizeOfObtainedResults, 0, in handleEvent() 1763 mPnoNetworkFoundResults, in handleEvent() 1773 mPnoNetworkFoundResults); in handleEvent() 1775 if (mPnoNetworkFoundResults) { in handleEvent() 1776 free(mPnoNetworkFoundResults); in handleEvent() [all …]
|