Home
last modified time | relevance | path

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

/external/robolectric/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/robolectric/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
DChangeLog42 * fixed expiration of BSS entry with all-zeros BSSID
53 * add BSSID black and white lists (bssid_blacklist, bssid_whitelist)
149 - BSSID/frequency hint for driver-based BSS selection
191 * "hs20_anqp_get <BSSID> 8" to request OSU Providers list
192 * "hs20_icon_request <BSSID> <icon filename>" to request icon files
309 * allow AP/Enrollee to be specified with BSSID instead of UUID for
815 * add BSSID and reason code (if available) to disconnect event messages
1188 destination for EAPOL-Key frames and in key derivation; now, BSSID is
1258 * driver_ndis: added support for selecting AP based on BSSID
1283 * driver_ndis: use BSSID OID polling to detect when IBSS network is
DREADME746 preauthenticate <BSSID> = force preauthentication
753 bssid <network id> <BSSID> = set preferred BSSID for an SSID
/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.c197 NDIS_802_11_MAC_ADDRESS BSSID; member
205 NDIS_802_11_MAC_ADDRESS BSSID; member
249 NDIS_802_11_MAC_ADDRESS BSSID; member
270 NDIS_802_11_MAC_ADDRESS BSSID; member
324 NDIS_802_11_MAC_ADDRESS BSSID; member
335 NDIS_802_11_MAC_ADDRESS BSSID; member
928 os_memcpy(rkey.BSSID, bssid, ETH_ALEN); in wpa_driver_ndis_remove_key()
1026 os_memcpy(nkey->BSSID, bssid, ETH_ALEN); in wpa_driver_ndis_set_key()
1224 os_memcpy(&p->BSSIDInfo[i].BSSID, entry->bssid, ETH_ALEN); in wpa_driver_ndis_set_pmkid()
1595 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/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts589 <source>BSSID</source>
706 <source>BSSID:</source>
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...