Home
last modified time | relevance | path

Searched refs:BSSID (Results 1 – 19 of 19) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowScanResult.java14 …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()
DShadowWifiConfiguration.java16 realObject.BSSID = null; in __constructor__()
36 config.BSSID = realObject.BSSID; in copy()
/external/autotest/server/site_tests/network_WiFi_MaskedBSSID/
Dcontrol.wifi_masked_bssid15 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/
DWifiConfigurationTest.java27 wifiConfiguration.BSSID = "BSSID"; in shouldCopy()
47 assertThat(copy.BSSID, equalTo("BSSID")); in shouldCopy()
DScanResultTest.java20 assertThat(scanResult.BSSID, equalTo("BSSID")); in shouldConstruct()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-WPS163 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
DChangeLog43 (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 …]
DREADME760 preauthenticate <BSSID> = force preauthentication
767 bssid <network id> <BSSID> = set preferred BSSID for an SSID
/external/autotest/server/site_tests/network_WiFi_RoamSuspend/
Dcontrol11 to join a new AP (new frequency, new BSSID, but same SSID as previously
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java310 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/
Dscanresults.ui37 <string>BSSID</string>
Dwpagui.ui98 <string>BSSID:</string>
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c198 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/
Dwpa_cli.sgml276 <term>preauthenticate &lt;BSSID&gt;</term>
311 <term>bssid &lt;network id&gt; &lt;BSSID&gt;</term>
313 <para>set preferred BSSID for an SSID</para>
/external/syslinux/gpxe/src/drivers/net/rtl818x/
Drtl818x.h39 u8 BSSID[6]; member
Drtl818x.c557 rtl818x_iowrite8(priv, &priv->map->BSSID[i], dev->bssid[i]); in rtl818x_config()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java587 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/
Dwpa_gui_de.ts589 <source>BSSID</source>
706 <source>BSSID:</source>
/external/wpa_supplicant_8/hostapd/
DChangeLog64 - use Address 3 = wildcard BSSID in GAS response if a query from an
66 - fix TX status processing for Address 3 = wildcard BSSID