Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/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()
DShadowWifiManager.java218 shadowWifiInfo.setBSSID(wifiConfiguration.BSSID); in connect()
252 wifiConfiguration.BSSID = ""; in connect()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWifiConfigurationTest.java29 wifiConfiguration.BSSID = "BSSID"; in shouldCopy()
49 assertThat(copy.BSSID).isEqualTo("BSSID"); in shouldCopy()
DShadowScanResultTest.java19 assertThat(scanResult.BSSID).isEqualTo("BSSID"); in shouldConstruct()
/external/cpuinfo/test/dmesg/
Dnexus4.log738 <3>[ 17.785930] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
740 <3>[ 17.786174] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
742 <3>[ 17.786448] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
744 <3>[ 17.786632] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
746 <3>[ 17.786876] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
748 <3>[ 17.787120] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
750 <3>[ 17.787303] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
752 <3>[ 17.787547] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
754 <3>[ 17.787791] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
756 <3>[ 17.788005] wlan: [742:E :CTL] WDI_ProcessHostOffloadReq : Association for this BSSID does n…
[all …]
/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
DChangeLog211 (anqp[265]=<hexdump> in "BSS <BSSID>" command output)
417 * fixed expiration of BSS entry with all-zeros BSSID
428 * add BSSID black and white lists (bssid_blacklist, bssid_whitelist)
524 - BSSID/frequency hint for driver-based BSS selection
566 * "hs20_anqp_get <BSSID> 8" to request OSU Providers list
567 * "hs20_icon_request <BSSID> <icon filename>" to request icon files
684 * allow AP/Enrollee to be specified with BSSID instead of UUID for
1190 * add BSSID and reason code (if available) to disconnect event messages
1563 destination for EAPOL-Key frames and in key derivation; now, BSSID is
1633 * 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/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()
1224 os_memcpy(&p->BSSIDInfo[i].BSSID, entry->bssid, ETH_ALEN); in wpa_driver_ndis_set_pmkid()
1603 i, MAC2STR(p->BSSID), (int) p->Flags); in wpa_driver_ndis_event_pmkid()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml280 <term>preauthenticate &lt;BSSID&gt;</term>
315 <term>bssid &lt;network id&gt; &lt;BSSID&gt;</term>
317 <para>set preferred BSSID for an SSID</para>
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiJsonParser.java55 scanResult.BSSID = j.getString("BSSID"); in getScanResult()
DWifiManagerFacade.java634 config.BSSID = j.getString("BSSID"); in genWifiConfig()
911 if (result.BSSID.equals(id) || result.SSID.equals(id)) { in matchScanResult()
927 info.BSSID = j.getString("BSSID"); in parseWpsInfo()
970 config.BSSID = result.BSSID; in wifiConfigurationFromScanResult()
DWifiP2pManagerFacade.java670 wpsInfo.BSSID = j.getString("BSSID"); in genWpsInfo()
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java668 result.put("BSSID", scanResult.BSSID); in buildJsonScanResult()
1194 config.put("BSSID", data.BSSID); in buildWifiConfiguration()
1254 wpsInfo.put("BSSID", data.BSSID); in buildWpsInfo()
/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/
DChangeLog198 - use Address 3 = wildcard BSSID in GAS response if a query from an
200 - fix TX status processing for Address 3 = wildcard BSSID