Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp87 mHotlistApLostNumResults = 0; in GScanCommandEventHandler()
1479 sizeOfObtainedResults = mHotlistApLostNumResults * in handleEvent()
1482 mHotlistApLostNumResults += numResults; in handleEvent()
1483 resultsBufSize += mHotlistApLostNumResults * in handleEvent()
1508 mHotlistApLostNumResults); in handleEvent()
1530 startingIndex = mHotlistApLostNumResults - numResults; in handleEvent()
1543 mHotlistApLostNumResults, in handleEvent()
1549 mHotlistApLostNumResults = 0; in handleEvent()
1979 mHotlistApLostNumResults = 0; in handleEvent()
Dgscan_event_handler.h37 u32 mHotlistApLostNumResults; variable