Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp84 mHotlistApFoundNumResults = 0; in GScanCommandEventHandler()
1378 sizeOfObtainedResults = mHotlistApFoundNumResults * in handleEvent()
1381 mHotlistApFoundNumResults += numResults; in handleEvent()
1382 resultsBufSize += mHotlistApFoundNumResults * in handleEvent()
1407 mHotlistApFoundNumResults); in handleEvent()
1429 startingIndex = mHotlistApFoundNumResults - numResults; in handleEvent()
1442 mHotlistApFoundNumResults, in handleEvent()
1448 mHotlistApFoundNumResults = 0; in handleEvent()
1948 mHotlistApFoundNumResults = 0; in handleEvent()
Dgscan_event_handler.h36 u32 mHotlistApFoundNumResults; variable