/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowScanResult.java | 14 …public static ScanResult newInstance(String SSID, String BSSID, String caps, int level, int freque… in newInstance() argument 17 scanResult.BSSID = BSSID; in newInstance() 28 .append(", BSSID: ").append(valueOrNone(realObject.BSSID)) in toString()
|
D | ShadowWifiConfiguration.java | 16 realObject.BSSID = null; in __constructor__() 36 config.BSSID = realObject.BSSID; in copy()
|
/external/autotest/server/site_tests/network_WiFi_MaskedBSSID/ |
D | control.wifi_masked_bssid | 15 different SSIDs which respond with the same BSSID. Some client 16 firmwares may hold only one scan entry per BSSID and will foil attempts
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | WifiConfigurationTest.java | 27 wifiConfiguration.BSSID = "BSSID"; in shouldCopy() 47 assertThat(copy.BSSID, equalTo("BSSID")); in shouldCopy()
|
D | ScanResultTest.java | 20 assertThat(scanResult.BSSID, equalTo("BSSID")); in shouldConstruct()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | 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
|
D | ChangeLog | 43 (anqp[265]=<hexdump> in "BSS <BSSID>" command output) 249 * fixed expiration of BSS entry with all-zeros BSSID 260 * add BSSID black and white lists (bssid_blacklist, bssid_whitelist) 356 - BSSID/frequency hint for driver-based BSS selection 398 * "hs20_anqp_get <BSSID> 8" to request OSU Providers list 399 * "hs20_icon_request <BSSID> <icon filename>" to request icon files 516 * allow AP/Enrollee to be specified with BSSID instead of UUID for 1022 * add BSSID and reason code (if available) to disconnect event messages 1395 destination for EAPOL-Key frames and in key derivation; now, BSSID is 1465 * driver_ndis: added support for selecting AP based on BSSID [all …]
|
D | README | 760 preauthenticate <BSSID> = force preauthentication 767 bssid <network id> <BSSID> = set preferred BSSID for an SSID
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/ |
D | control | 11 to join a new AP (new frequency, new BSSID, but same SSID as previously
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | WifiManagerFacade.java | 310 config.BSSID = j.getString("BSSID"); in genWifiConfig() 426 if (result.BSSID.equals(id) || result.SSID.equals(id)) { in matchScanResult() 442 info.BSSID = j.getString("BSSID"); in parseWpsInfo() 485 config.BSSID = result.BSSID; in wifiConfigurationFromScanResult()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | scanresults.ui | 37 <string>BSSID</string>
|
D | wpagui.ui | 98 <string>BSSID:</string>
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 198 NDIS_802_11_MAC_ADDRESS BSSID; member 206 NDIS_802_11_MAC_ADDRESS BSSID; member 250 NDIS_802_11_MAC_ADDRESS BSSID; member 271 NDIS_802_11_MAC_ADDRESS BSSID; member 325 NDIS_802_11_MAC_ADDRESS BSSID; member 336 NDIS_802_11_MAC_ADDRESS BSSID; member 916 os_memcpy(rkey.BSSID, bssid, ETH_ALEN); in wpa_driver_ndis_remove_key() 1014 os_memcpy(nkey->BSSID, bssid, ETH_ALEN); in wpa_driver_ndis_set_key() 1212 os_memcpy(&p->BSSIDInfo[i].BSSID, entry->bssid, ETH_ALEN); in wpa_driver_ndis_set_pmkid() 1583 i, MAC2STR(p->BSSID), (int) p->Flags); in wpa_driver_ndis_event_pmkid() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 276 <term>preauthenticate <BSSID></term> 311 <term>bssid <network id> <BSSID></term> 313 <para>set preferred BSSID for an SSID</para>
|
/external/syslinux/gpxe/src/drivers/net/rtl818x/ |
D | rtl818x.h | 39 u8 BSSID[6]; member
|
D | rtl818x.c | 557 rtl818x_iowrite8(priv, &priv->map->BSSID[i], dev->bssid[i]); in rtl818x_config()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 587 result.put("BSSID", scanResult.BSSID); in buildJsonScanResult() 934 config.put("BSSID", data.BSSID); in buildWifiConfiguration()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 589 <source>BSSID</source> 706 <source>BSSID:</source>
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 64 - use Address 3 = wildcard BSSID in GAS response if a query from an 66 - fix TX status processing for Address 3 = wildcard BSSID
|