Searched defs:autoRoamSetBSSID (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java427 public void autoRoamSetBSSID(int netId, String bssid) { method in class:WifiStateMachine
428 autoRoamSetBSSID(mWifiConfigStore.getWifiConfiguration(netId), bssid);
431 public boolean autoRoamSetBSSID(WifiConfiguration config, String bssid) { method in class:WifiStateMachine
447 logd("autoRoamSetBSSID " + bssid + " key=" + config.configKey());
4900 autoRoamSetBSSID(mLastNetworkId, "any");
7160 autoRoamSetBSSID(netId, "any");
7354 autoRoamSetBSSID(netId, config.BSSID);
7513 autoRoamSetBSSID(netId, "any");
8887 if (!autoRoamSetBSSID(config, bssid) && !linkDebouncing) {

Completed in 26 milliseconds