Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1663 private static int sHotlistCmdId = 0; field in WifiNative
1674 if (sHotlistCmdId != 0) { in setHotlist()
1677 sHotlistCmdId = getNewCmdIdLocked(); in setHotlist()
1681 if (setHotlistNative(sWlan0Index, sHotlistCmdId, settings) == false) { in setHotlist()
1696 if (sHotlistCmdId != 0) { in resetHotlist()
1697 resetHotlistNative(sWlan0Index, sHotlistCmdId); in resetHotlist()
1698 sHotlistCmdId = 0; in resetHotlist()
1708 if (sHotlistCmdId != 0) { in onHotlistApFound()
1721 if (sHotlistCmdId != 0) { in onHotlistApLost()