Searched refs:BSSID (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DStateChangeResult.java29 StateChangeResult(int networkId, WifiSsid wifiSsid, String BSSID, argument
33 this.BSSID = BSSID;
39 String BSSID; field in class:StateChangeResult
47 sb.append(" BSSID: ").append(BSSID);
H A DWifiMonitor.java136 * <code>xx:xx:xx:xx:xx:xx</code> is the BSSID of the associated access point
904 String BSSID = "";
909 BSSID = match.group(1);
916 mStateMachine.sendMessage(ASSOCIATION_REJECTION_EVENT, eventLogCounter, status, BSSID);
972 String BSSID = null;
975 BSSID = match.group(1);
977 mStateMachine.sendMessage(WifiStateMachine.CMD_TARGET_BSSID, eventLogCounter, 0, BSSID);
981 String BSSID = null;
984 BSSID = match.group(1);
986 mStateMachine.sendMessage(WifiStateMachine.CMD_ASSOCIATED_BSSID, eventLogCounter, 0, BSSID);
1337 notifyNetworkStateChange(NetworkInfo.DetailedState newState, String BSSID, int netId, int reason) argument
1362 notifySupplicantStateChange(int networkId, WifiSsid wifiSsid, String BSSID, SupplicantState newState) argument
[all...]
H A DWifiAutoJoinController.java175 ScanResult sr = scanResultCache.get(result.BSSID);
185 // If there was a previous cache result for this BSSID, average the RSSI values
189 scanResultCache.remove(result.BSSID);
200 wkey = new WifiKey("\"" + result.SSID + "\"", result.BSSID);
215 logDbg(result.SSID + " " + result.BSSID + " rssi="
224 logDbg(result.SSID + " " + result.BSSID + " rssi="
229 // scanResultCache.put(result.BSSID, new ScanResult(result));
230 scanResultCache.put(result.BSSID, result);
231 // Add this BSSID to the scanResultCache of a Saved WifiConfiguration
234 // If not successful, try to associate this BSSID t
[all...]
H A DWifiNetworkScoreCache.java162 if (result.BSSID != null) {
163 key.append(result.BSSID);
H A DWifiConfigStore.java187 private static final String BSSID_KEY = "BSSID: ";
188 private static final String BSSID_KEY_END = "/BSSID: ";
695 * Update the configuration and BSSID with latest RSSI value.
714 + " BSSID=" + result.BSSID
912 * Firmware is roaming away from this BSSID, and this BSSID was on 5GHz, and it's RSSI was good,
913 * this means we have a situation where we would want to remain on this BSSID but firmware
916 * In that situation, blacklist this BSSID really hard so as framework will not attempt to
958 // If an app specified a BSSID the
3958 handleBSSIDBlackList(int netId, String BSSID, boolean enable) argument
3990 handleSSIDStateChange(int netId, boolean enabled, String message, String BSSID) argument
[all...]
H A DWifiScanningServiceImpl.java548 ScanResult newResult = new ScanResult(wifiSsid, result.BSSID, "",
579 ScanResult newResult = new ScanResult(wifiSsid, result.BSSID, "",
627 if (result.BSSID.equalsIgnoreCase(BssidInfo.bssid)) {
643 if (result.BSSID.equalsIgnoreCase(BssidInfo.bssid)) {
1383 ScanResult saved = bssidToScanResult.get(result.BSSID);
1385 bssidToScanResult.put(result.BSSID, result);
1387 bssidToScanResult.put(result.BSSID, result);
1443 BssidInfo.bssid = brightest[i].BSSID;
1472 result.BSSID = settings.bssidInfos[i].bssid;
H A DWifiStateMachine.java156 * 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 o
[all...]
H A DWifiNative.java1297 Log.w(TAG, "bad length " + len + " of IE " + type + " from " + result.BSSID);
H A DWifiServiceImpl.java1410 pw.println(" BSSID Frequency RSSI Age SSID " +
1422 r.BSSID,
/frameworks/base/wifi/java/android/net/wifi/
H A DWpsInfo.java44 public String BSSID; field in class:WpsInfo
51 BSSID = null;
59 sbuf.append(" BSSID: ").append(BSSID);
75 BSSID = source.BSSID;
83 dest.writeString(BSSID);
93 config.BSSID = in.readString();
H A DScanResult.java42 public String BSSID; field in class:ScanResult
227 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, argument
231 this.BSSID = BSSID;
241 public ScanResult(WifiSsid wifiSsid, String BSSID, String caps, int level, int frequency, argument
245 this.BSSID = BSSID;
259 BSSID = source.BSSID;
290 append(", BSSID
[all...]
H A DWifiLinkLayerStats.java52 * When set. this is the BSSID the radio is currently associated with.
57 public String BSSID; field in class:WifiLinkLayerStats
127 if (this.BSSID != null) {
128 sbuf.append(" BSSID: ").append(this.BSSID).append('\n');
185 dest.writeString(BSSID);
198 stats.BSSID = in.readString();
H A DWifiConfiguration.java231 * associating with the AP having the specified BSSID. The value is
235 public String BSSID; field in class:WifiConfiguration
387 * BSSID list on which this configuration was seen.
486 public long age5; // timestamp of the strongest 5GHz BSSID (last time it was seen)
487 public long age24; // timestamp of the strongest 2.4GHz BSSID (last time it was seen)
572 //number of known BSSID on 5GHz band
576 //number of known BSSID on 2.4Ghz band
586 status.BSSID5 = result.BSSID;
592 status.BSSID24 = result.BSSID;
863 BSSID
[all...]
H A DWifiInfo.java310 public void setBSSID(String BSSID) { argument
311 mBSSID = BSSID;
315 * Return the basic service set identifier (BSSID) of the current access point.
316 * The BSSID may be {@code null} if there is no network currently connected.
317 * @return the BSSID, in the form of a six-byte MAC address: {@code XX:XX:XX:XX:XX:XX}
510 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).

Completed in 127 milliseconds