/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConnectivityManagerTest.java | 200 candidate.BSSID = CANDIDATE_BSSID; 203 candidateScanResult.BSSID = CANDIDATE_BSSID; 256 * expected candidate network ID and BSSID. 276 * expected candidate network ID and BSSID. 296 * expected candidate network ID and BSSID. 316 * expected candidate network ID and BSSID. 359 * with the expected candidate network ID and BSSID for only the expected number of times within 398 * with the expected candidate network ID and BSSID for only the expected number of times within 438 * with the expected candidate network ID and BSSID for only the expected number of times within [all...] |
ScanResults.java | 108 String bssid = generateBssid(r); local 118 NetworkDetail nd = new NetworkDetail(bssid, ie, anqpLines, freq); 120 bssid, "", rssi, freq,
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11.c | 256 const u8 *dst, const u8 *bssid, 275 os_memcpy(reply->bssid, bssid, ETH_ALEN); 300 static void handle_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, 308 reply_res = send_auth_reply(hapd, dst, bssid, WLAN_AUTH_FT, 384 const u8 *bssid, int update) 393 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1, 405 const u8 *bssid) 414 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 2, 570 const u8 *bssid, u8 auth_transaction [all...] |
utils.c | 20 const u8 *da, const u8 *bssid,
|
iapp.c | 16 * (e.g., static BSSID to IP address mapping in each AP) 17 * Level 2: support for dynamic mapping of BSSID to IP address 26 * - RADIUS connection for AP registration and BSSID to IP address mapping 255 * TODO: Send IAPP-MOVE to the old AP; Map Old AP BSSID to 365 /* IAPP-MOVE.indication(MAC Address, New BSSID,
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa.c | 50 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) { 53 * BSSID from the driver. 55 if (wpa_sm_get_bssid(sm, sm->bssid) < 0) { 57 "WPA: Failed to read BSSID for " 60 dest = sm->bssid; 62 "WPA: Use BSSID (" MACSTR 102 u8 bssid[ETH_ALEN], *rbuf, *key_mic; local 115 if (wpa_sm_get_bssid(sm, bssid) < 0) { 117 "Failed to read BSSID for EAPOL-Key request"); 158 wpa_eapol_key_send(sm, sm->ptk.kck, sm->ptk.kck_len, ver, bssid, [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 589 QString ssid, bssid, flags, wps_name, pri_dev_type; 599 if ((*it).startsWith("bssid=")) 600 bssid = (*it).mid(pos); 615 name = ssid + "\n" + bssid; 619 item->setData(bssid, peer_role_address); 674 void Peers::add_persistent(int id, const char *ssid, const char *bssid) 702 if (bssid && strcmp(bssid, "any") == 0) 703 bssid = NULL; 704 if (bssid) 715 char buf[2048], *start, *end, *id, *ssid, *bssid, *flags; local 754 add_persistent(atoi(id), ssid, bssid); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface.c | 103 u8 addr[ETH_ALEN], *bssid = NULL, *n; local 111 * BSSID_SPEC ::= bssid <BSSID_HEX> 118 if (os_strncmp(pos, "bssid ", 6) == 0) { 124 os_free(bssid); 126 "BSSID value '%s'", pos); 130 n = os_realloc_array(bssid, count + 1, ETH_ALEN); 133 os_free(bssid); 136 bssid = n; 137 os_memcpy(bssid + count * ETH_ALEN, addr, ETH_ALEN); 154 os_free(bssid); 559 u8 bssid[ETH_ALEN]; local 916 u8 bssid[ETH_ALEN], *_bssid = bssid; local 955 u8 bssid[ETH_ALEN], *_bssid = bssid; local 1067 u8 bssid[ETH_ALEN], *_bssid = bssid; local 1476 u8 bssid[ETH_ALEN]; local 2082 u8 bssid[ETH_ALEN]; local 2114 u8 bssid[ETH_ALEN]; local 4400 u8 bssid[ETH_ALEN]; local 6300 u8 bssid[ETH_ALEN]; local 7595 u8 *buf, da[ETH_ALEN], bssid[ETH_ALEN]; local [all...] |
README-WPS | 163 wpa_cli wps_reg <AP BSSID> <AP PIN> 174 wpa_cli wps_reg <AP BSSID> <AP PIN> <new SSID> <auth> <encr> <new key> 261 wps_er_learn <UUID|BSSID> <AP PIN> 264 wps_er_set_config <UUID|BSSID> <network id> 270 wps_er_config <UUID|BSSID> <AP PIN> <new SSID> <auth> <encr> <new key> 329 "wps_nfc [BSSID]" command starts WPS protocol run with the local end as 374 "nfc_get_handover_sel <NDEF> <WPS> [UUID|BSSID]" command can be used to 380 UUID|BSSID argument is included, this is a request to build the handover 391 The "wps_er_nfc_config_token <WPS/NDEF> <UUID|BSSID>" command can be
|
wifi_display.c | 109 * [Associated BSSID] 114 * [Associated BSSID] 120 * [Associated BSSID] 128 * [Associated BSSID]
|
interworking.c | 255 MAC2STR(bss->bssid)); 313 res = gas_query_req(wpa_s->gas, bss->bssid, bss->freq, buf, 977 " (3GPP)", MAC2STR(bss->bssid)); 981 MAC2STR(bss->bssid)); [all...] |
wpa_supplicant_i.h | 384 u8 bssid[ETH_ALEN]; member in struct:wps_ap_info 441 u8 bssid[ETH_ALEN]; member in struct:icon_entry 450 u8 bssid[ETH_ALEN]; member in struct:wpa_bss_tmp_disallowed 498 u8 bssid[ETH_ALEN]; member in struct:wpa_supplicant 500 * field contains the target BSSID. */ 790 const u8 *src, const u8 *bssid, [all...] |
p2p_supplicant.c | 278 MACSTR, MAC2STR(bss->bssid)); 284 if (p2p_scan_res_handler(wpa_s->global->p2p, bss->bssid, 1019 const u8 *bssid; local 1025 bssid = wpa_s->go_params->peer_interface_addr; 1027 bssid = wpa_s->bssid; 1029 bss = wpa_bss_get(wpa_s, bssid, ssid, ssid_len); 1036 if (p2p_get_interface_addr(wpa_s->global->p2p, bssid, 1043 MAC2STR(bssid)); 1054 " did not include P2P IE", MAC2STR(bssid)); 1398 u8 bssid[ETH_ALEN]; member in struct:send_action_work 6771 u8 *bssid = NULL; local 6853 u8 *bssid = NULL; local [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiInfo.java | 336 public void setBSSID(String BSSID) { 337 mBSSID = BSSID; 341 * Return the basic service set identifier (BSSID) of the current access point. 342 * The BSSID may be {@code null} if there is no network currently connected. 343 * @return the BSSID, in the form of a six-byte MAC address: {@code XX:XX:XX:XX:XX:XX} 555 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
|
WifiConfiguration.java | 52 public static final String bssidVarName = "bssid"; 235 * associating with the AP having the specified BSSID. The value is 239 public String BSSID; 478 public long age5; // timestamp of the strongest 5GHz BSSID (last time it was seen) 479 public long age24; // timestamp of the strongest 2.4GHz BSSID (last time it was seen) [all...] |
/tools/test/connectivity/acts/framework/acts/controllers/ |
access_point.py | 459 k = "bssid" 486 r["bssid"] = i["bssid"].upper() 490 def toggle_bssid_state(self, bssid): 491 if bssid == self.get_bssid("radio0"): 494 elif bssid == self.get_bssid("radio1"):
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
WifiManagerFacade.java | 208 String bssid = wInfo.getBSSID(); local 209 if (bssid != null && !mCachedWifiInfo.equals(wInfo.toString())) { 290 if (j.has("BSSID")) { 291 config.BSSID = j.getString("BSSID"); 405 if (result.BSSID.equals(id) || result.SSID.equals(id)) { 420 if (j.has("BSSID")) { 421 info.BSSID = j.getString("BSSID"); 464 config.BSSID = result.BSSID [all...] |
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
wifilogger_event_defs.h | 158 char bssid[6]; member in struct:wlan_pe_event 296 u8 bssid[6]; member in struct:__anon35194 434 u8 bssid[6]; member in struct:__anon35208
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_cli.sgml | 276 <term>preauthenticate <BSSID></term> 311 <term>bssid <network id> <BSSID></term> 313 <para>set preferred BSSID for an SSID</para>
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiNative.java | 574 * bssid=68:7f:76:d7:1a:6e 582 * bssid=68:5f:74:d7:1a:6f 615 private static final String BSS_BSSID_STR = "bssid="; 643 String bssid = ""; local 660 bssid = new String(line.getBytes(), bssidStrLen, line.length() - bssidStrLen); 696 if (bssid != null) { 710 NetworkDetail networkDetail = new NetworkDetail(bssid, 715 "Inconsistent SSID on BSSID '%s': '%s' vs '%s': %s", 716 bssid, xssid, networkDetail.getSSID(), infoElementsStr)); 722 ScanDetail scan = new ScanDetail(networkDetail, wifiSsid, bssid, flags [all...] |
WifiConnectivityManager.java | 602 String targetBssid = scanResultCandidate.BSSID; 606 // BSSID. mWifiInfo.mBSSID tracks the currently connected BSSID. This is checked just 607 // in case the firmware automatically roamed to a BSSID different from what QNS 642 mStateMachine.autoConnectToNetwork(candidate.networkId, scanResultCandidate.BSSID); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 216 * @bssid: BSSID 248 u8 bssid[ETH_ALEN]; member in struct:wpa_scan_res 443 * bssid - Specific BSSID to scan for 446 * BSSID with a specific BSSID to scan for if results are needed from 449 const u8 *bssid; member in struct:wpa_driver_scan_params 464 const u8 *bssid; member in struct:wpa_driver_auth_params 578 * bssid - BSSID of the selected A 581 const u8 *bssid; member in struct:wpa_driver_associate_params 1495 const u8 *bssid; member in struct:wpa_init_params 4293 u8 bssid[ETH_ALEN]; member in struct:wpa_event_data::pmkid_candidate 4370 u8 bssid[ETH_ALEN]; member in struct:wpa_event_data::auth_info 4385 const u8 *bssid; member in struct:wpa_event_data::assoc_reject 4431 const u8 *bssid; member in struct:wpa_event_data::rx_from_unknown 4522 const u8 *bssid; member in struct:wpa_event_data::rx_probe_req 4606 const u8 *bssid; member in struct:wpa_event_data::driver_gtk_rekey [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 659 * @bssid: BSSID (Address 3) 672 const u8 *src, const u8 *bssid, const u8 *buf, 898 * @bssid: P2P Group BSSID from the request or %NULL if not included 903 * @group_bssid: Buffer for returning P2P Group BSSID (if local end GO) 928 u8 (*invitation_process)(void *ctx, const u8 *sa, const u8 *bssid, 939 * @bssid: P2P Group BSSID or %NULL if not received 952 void (*invitation_received)(void *ctx, const u8 *sa, const u8 *bssid, [all...] |
/packages/apps/Settings/res/layout/ |
wifi_status_test.xml | 56 <!--BSSID Value--> 59 <TextView android:id="@+id/bssid" style="@style/info_value" />
|
/system/connectivity/shill/ |
crypto_util_proxy.h | 63 // |bssid| should be in the human readable format: 00:11:22:33:44:55. 70 const std::string& bssid,
|