Lines Matching refs:BSSID

156      * the corresponding BSSID.
333 // This is the BSSID we are trying to associate to, it can be set to "any"
334 // if we havent selected a BSSID for joining.
335 // if we havent selected a BSSID for joining.
336 // The BSSID we are associated to is found in mWifiInfo
364 if (mTargetRoamBSSID != null && bssid == mTargetRoamBSSID && bssid == config.BSSID) {
478 /* Blacklist network. De-prioritizes the given BSSID for connection. */
613 /* Supplicant is trying to associate to a given BSSID */
2248 * Blacklist a BSSID. This will avoid the AP if there are
2251 * @param bssid BSSID of the network
2669 sb.append(" BSSID=").append((String)msg.obj);
2790 sb.append(" bssid=").append(result.BSSID);
2817 if (config.BSSID != null) {
2818 sb.append(" ").append(config.BSSID);
2929 if (r.BSSID.equals(mWifiInfo.getBSSID())) {
3290 // Used for matching BSSID strings, at least one characteer must be a non-zero number
3437 loge("setScanResults obtaining null BSSID results <"
3497 // If debouncing, we dont re-select a SSID or BSSID hence
4281 mWifiInfo.setBSSID(stateChangeResult.BSSID);
4498 // Clear the per BSSID failure count
4500 // Clear the WHOLE BSSID blacklist, which means supplicant is free to retry
4501 // any BSSID, even though it may already have a non zero ip failure count,
4503 // TODO: implement blacklisting based on a timer, i.e. keep BSSID blacklisted
5190 // Trying to associate to this BSSID
6210 String BSSID = mWifiInfo.getBSSID();
6211 if (BSSID == null) {
6212 BSSID = mTargetRoamBSSID;
6217 return config.scanResultCache.get(BSSID);
6244 // If BSSID is null, use the target roam BSSID
6248 // If we have a BSSID, tell configStore to black list it
6507 autoRoamSetBSSID(netId, config.BSSID);
6610 // As a sanity measure, clear the BSSID in the supplicant network block.
6612 // specify the BSSID.
6613 // If an app however had added a BSSID to this configuration, and the BSSID
6614 // was wrong, Then we would forever fail to connect until that BSSID
6915 + " config.bssid " + config.BSSID);
6918 config.BSSID = "any";
6946 // We must clear the config BSSID, as the wifi chipset may decide to roam
6947 // from this point on and having the BSSID specified in the network block would
6957 // only if BSSID is null or last networkId
7262 loge("Associated command w/o BSSID");
7298 // We must clear the config BSSID, as the wifi chipset may decide to roam
7299 // from this point on and having the BSSID specified in the network block would
7497 * And there is an associated BSSID corresponding to our target BSSID, then
7509 if (stateChangeResult.BSSID != null
7510 && stateChangeResult.BSSID.equals(mTargetRoamBSSID)) {
7518 if (stateChangeResult.BSSID != null) {
7519 mTargetRoamBSSID = (String) stateChangeResult.BSSID;
7552 + " BSSID=" + bssid
7669 // ASSOCIATING to a new BSSID while already connected, indicates
7711 + " BSSID=" + mWifiInfo.getBSSID()
7723 + " BSSID=" + mWifiInfo.getBSSID()
7740 // Only lock BSSID for 5GHz networks
7741 bssid = candidate.BSSID;
7761 /* Save the BSSID so as to lock it @ firmware */
7764 // Same BSSID, nothing to do