Lines Matching refs:BSSID

167      * the corresponding BSSID.
378 // This is the BSSID we are trying to associate to, it can be set to "any"
379 // if we havent selected a BSSID for joining.
380 // if we havent selected a BSSID for joining.
381 // The BSSID we are associated to is found in mWifiInfo
416 && bssid.equals(mTargetRoamBSSID) && bssid.equals(config.BSSID)) {
425 if (config.BSSID != null) {
426 bssid = config.BSSID;
428 Log.d(TAG, "force BSSID to " + bssid + "due to config");
441 * set Config's default BSSID (for association purpose)
442 * @param config config need set BSSID
443 * @param bssid default BSSID to assocaite with when connect to this network
444 * @return false -- does not change the current default BSSID of the configure
445 * true -- change the current default BSSID of the configur
452 if (config.BSSID != null) {
453 bssid = config.BSSID;
455 Log.d(TAG, "force BSSID to " + bssid + "due to config");
467 Log.d(TAG, "Current preferred BSSID is the same as the target one");
613 /* Blacklist network. De-prioritizes the given BSSID for connection. */
751 /* Supplicant is trying to associate to a given BSSID */
1935 bundle.putLong("BSSID", bssid);
2145 * Blacklist a BSSID. This will avoid the AP if there are
2148 * @param bssid BSSID of the network
2619 sb.append(" BSSID=").append((String) msg.obj);
2744 sb.append(" bssid=").append(result.BSSID);
2770 if (config.BSSID != null) {
2771 sb.append(" ").append(config.BSSID);
3149 // <TODO> Cache these per BSSID, since dtim can change vary
3167 // If debouncing, we dont re-select a SSID or BSSID hence
3546 mWifiInfo.setBSSID(stateChangeResult.BSSID);
3754 // Clear the per BSSID failure count
3756 // Clear the WHOLE BSSID blacklist, which means supplicant is free to retry
3757 // any BSSID, even though it may already have a non zero ip failure count,
3759 // TODO: implement blacklisting based on a timer, i.e. keep BSSID blacklisted
4597 // Trying to associate to this BSSID
5366 String BSSID = mWifiInfo.getBSSID();
5367 if (BSSID == null) {
5368 BSSID = mTargetRoamBSSID;
5377 return scanDetailCache.get(BSSID);
5441 // If BSSID is null, use the target roam BSSID
5445 // If we have a BSSID, tell configStore to black list it
5527 // If we have COMPLETED a connection to a BSSID, start doing
6020 // As a sanity measure, clear the BSSID in the supplicant network block.
6022 // specify the BSSID.
6023 // If an app however had added a BSSID to this configuration, and the BSSID
6024 // was wrong, Then we would forever fail to connect until that BSSID
6270 // This is where we can confirm the connection BSSID. Use it to find the
6277 // Get the ScanDetail associated with this BSSID
6330 ((Bundle) message.obj).getLong("BSSID"),
6594 // We must clear the config BSSID, as the wifi chipset may decide to roam
6595 // from this point on and having the BSSID specified in the network block would
6609 // only if BSSID is null or last networkId
6788 logw("Associated command w/o BSSID");
6848 // We must clear the config BSSID, as the wifi chipset may decide to roam
6849 // from this point on and having the BSSID specified in the network block would
7014 * And there is an associated BSSID corresponding to our target BSSID, then
7026 if (stateChangeResult.BSSID != null
7027 && stateChangeResult.BSSID.equals(mTargetRoamBSSID)) {
7035 if (stateChangeResult.BSSID != null) {
7036 mTargetRoamBSSID = (String) stateChangeResult.BSSID;
7069 // We must clear the config BSSID, as the wifi chipset may decide to roam
7070 // from this point on and having the BSSID specified by QNS would cause
7073 // DisconnectedState, the config BSSID is cleared by
7097 + " BSSID=" + bssid
7240 // ASSOCIATING to a new BSSID while already connected, indicates
7285 + " BSSID=" + mWifiInfo.getBSSID()
7295 + " BSSID=" + mWifiInfo.getBSSID()
7321 bssid = candidate.BSSID;
7347 matching 16 byte BSSID prefixes):
8194 * @param bssid BSSID of the network