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.cpp80 mHotlistApFoundNumResults = 0; in GScanCommandEventHandler()
1372 sizeOfObtainedResults = mHotlistApFoundNumResults * in handleEvent()
1375 mHotlistApFoundNumResults += numResults; in handleEvent()
1376 resultsBufSize += mHotlistApFoundNumResults * in handleEvent()
1401 mHotlistApFoundNumResults); in handleEvent()
1423 startingIndex = mHotlistApFoundNumResults - numResults; in handleEvent()
1436 mHotlistApFoundNumResults, in handleEvent()
1442 mHotlistApFoundNumResults = 0; in handleEvent()
1941 mHotlistApFoundNumResults = 0; in handleEvent()
Dgscan_event_handler.h36 u32 mHotlistApFoundNumResults; variable