Home | History | Annotate | Download | only in wifi

Lines Matching refs:BSSID

283     /* Blacklist network. De-prioritizes the given BSSID for connection. */
976 * Blacklist a BSSID. This will avoid the AP if there are
979 * @param bssid BSSID of the network
981 public void addToBlacklist(String bssid) {
982 sendMessage(CMD_BLACKLIST_NETWORK, bssid);
1371 private static final String BSSID_STR = "bssid=";
1384 * bssid=68:7f:76:d7:1a:6e
1392 * bssid=68:5f:74:d7:1a:6f
1401 String bssid = "";
1445 bssid = line.substring(BSSID_STR.length());
1474 if (bssid != null) {
1476 String key = bssid + ssid;
1490 wifiSsid, bssid, flags, level, freq, tsf);
1495 bssid = null;
1621 private void sendNetworkStateChangeBroadcast(String bssid) {
1626 if (bssid != null)
1627 intent.putExtra(WifiManager.EXTRA_BSSID, bssid);
1684 mWifiInfo.setBSSID(stateChangeResult.BSSID);