HomeSort by relevance Sort by last modified time
    Searched full:bssid (Results 76 - 100 of 362) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 170 private static final String BSSID_KEY = "BSSID: ";
171 private static final String BSSID_KEY_END = "/BSSID: ";
653 * Update the configuration and BSSID with latest RSSI value.
672 + " BSSID=" + result.BSSID
1772 String bssid = null; local
    [all...]
WifiStateMachine.java 136 * the corresponding BSSID.
308 // This is the BSSID we are trying to associate to, it can be set to "any"
309 // if we havent selected a BSSID for joining.
310 // The BSSID we are associated to is found in mWifiInfo
328 public void autoRoamSetBSSID(int netId, String bssid) {
329 autoRoamSetBSSID(mWifiConfigStore.getWifiConfiguration(netId), bssid); local
332 public boolean autoRoamSetBSSID(WifiConfiguration config, String bssid) {
335 if (bssid == null) bssid = "any";
338 if (mTargetRoamBSSID != null && bssid == mTargetRoamBSSID && bssid == config.BSSID)
1419 String bssid = null; local
2463 String bssid = (String)msg.obj; local
3174 String bssid = ""; local
5995 String bssid; local
7212 String bssid = (String)message.obj; local
7391 String bssid = "any"; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 490 * @bssid: BSSID (Address 3)
503 const u8 *src, const u8 *bssid, const u8 *buf,
722 * @bssid: P2P Group BSSID from the request or %NULL if not included
727 * @group_bssid: Buffer for returning P2P Group BSSID (if local end GO)
752 u8 (*invitation_process)(void *ctx, const u8 *sa, const u8 *bssid,
763 * @bssid: P2P Group BSSID or %NULL if not received
776 void (*invitation_received)(void *ctx, const u8 *sa, const u8 *bssid,
    [all...]
p2p_build.c 237 void p2p_buf_add_group_bssid(struct wpabuf *buf, const u8 *bssid)
239 /* P2P Group BSSID */
242 wpabuf_put_data(buf, bssid, ETH_ALEN);
243 wpa_printf(MSG_DEBUG, "P2P: * P2P Group BSSID " MACSTR,
244 MAC2STR(bssid));
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 92 u8 addr[ETH_ALEN], *bssid = NULL, *n; local
100 * BSSID_SPEC ::= bssid <BSSID_HEX>
107 if (os_strncmp(pos, "bssid ", 6) == 0) {
113 os_free(bssid);
115 "BSSID value '%s'", pos);
119 n = os_realloc_array(bssid, count + 1, ETH_ALEN);
122 os_free(bssid);
125 bssid = n;
126 os_memcpy(bssid + count * ETH_ALEN, addr, ETH_ALEN);
143 os_free(bssid);
485 u8 bssid[ETH_ALEN]; local
667 u8 bssid[ETH_ALEN], *_bssid = bssid; local
706 u8 bssid[ETH_ALEN], *_bssid = bssid; local
817 u8 bssid[ETH_ALEN], *_bssid = bssid; local
1226 u8 bssid[ETH_ALEN]; local
1807 u8 bssid[ETH_ALEN]; local
1839 u8 bssid[ETH_ALEN]; local
3748 u8 bssid[ETH_ALEN]; local
5119 u8 bssid[ETH_ALEN]; local
6136 u8 *buf, da[ETH_ALEN], bssid[ETH_ALEN]; local
    [all...]
sme.h 17 const u8 *bssid, u16 auth_type);
wifi_display.c 81 * [Associated BSSID]
86 * [Associated BSSID]
92 * [Associated BSSID]
100 * [Associated BSSID]
offchannel.c 208 * @bssid: Action frame BSSID
223 const u8 *dst, const u8 *src, const u8 *bssid,
227 const u8 *src, const u8 *bssid,
234 MACSTR " src=" MACSTR " bssid=" MACSTR " len=%d",
235 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
257 os_memcpy(wpa_s->pending_action_bssid, bssid, ETH_ALEN);
wpa_supplicant.c 187 const u8 *bssid = wpa_s->bssid; local
188 if (is_zero_ether_addr(bssid))
189 bssid = wpa_s->pending_bssid;
191 MAC2STR(bssid));
192 wpa_blacklist_add(wpa_s, bssid);
240 wpa_blacklist_del(wpa_s, wpa_s->bssid);
263 * per-BSSID EAPOL authentication.
517 * @addr: Previously used BSSID or %NULL if not available
703 MAC2STR(wpa_s->bssid),
2388 u8 bssid[ETH_ALEN]; local
4618 u8 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
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 45 public static final String bssidVarName = "bssid";
231 * associating with the AP having the specified BSSID. The value is
235 public String BSSID;
387 * BSSID list on which this configuration was seen.
486 public long age5; // timestamp of the strongest 5GHz BSSID (last time it was seen)
487 public long age24; // timestamp of the strongest 2.4GHz BSSID (last time it was seen)
560 //number of known BSSID on 5GHz band
564 //number of known BSSID on 2.4Ghz band
574 status.BSSID5 = result.BSSID;
580 status.BSSID24 = result.BSSID;
    [all...]
RttManager.java 84 public String bssid; field in class:RttManager.RttParams
123 dest.writeString(params.bssid);
150 params[i].bssid = in.readString();
171 public String bssid; field in class:RttManager.RttResult
230 dest.writeString(result.bssid);
263 results[i].bssid = in.readString();
WifiInfo.java 310 public void setBSSID(String BSSID) {
311 mBSSID = BSSID;
315 * Return the basic service set identifier (BSSID) of the current access point.
316 * The BSSID may be {@code null} if there is no network currently connected.
317 * @return the BSSID, in the form of a six-byte MAC address: {@code XX:XX:XX:XX:XX:XX}
510 append(", BSSID: ").append(mBSSID == null ? none : mBSSID).
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_common_win.cc 33 const uint8 *iterator = reinterpret_cast<const uint8*>(&bss_id_list.Bssid[0]);
  /external/tcpdump/
ieee802_11.h 133 u_int8_t bssid[6]; member in struct:mgmt_header_t
283 u_int8_t bssid[6]; member in struct:ctrl_ps_poll_t
295 u_int8_t bssid[6]; member in struct:ctrl_end_t
306 u_int8_t bssid[6]; member in struct:ctrl_end_ack_t
  /external/wpa_supplicant_8/src/ap/
utils.c 19 const u8 *da, const u8 *bssid,
wnm_ap.c 100 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
269 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
356 wpa_printf(MSG_DEBUG, "WNM: not enough room for Target BSSID field");
359 wpa_printf(MSG_DEBUG, "WNM: Target BSSID: " MACSTR,
415 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
453 os_memcpy(mgmt->bssid, hapd->own_addr, ETH_ALEN);
hostapd.h 57 int (*cb)(void *ctx, const u8 *sa, const u8 *da, const u8 *bssid,
408 const u8 *da, const u8 *bssid,
422 const u8 *bssid, const u8 *ie, size_t ie_len,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.h 66 void add_persistent(int id, const char *ssid, const char *bssid);
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...]
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.net.wifi.WpsInfo.html 87 <A NAME="android.net.wifi.WpsInfo.BSSID"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/net/wifi/WpsInfo.html#BSSID" target="_top"><code>BSSID</code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.net.wifi.WpsInfo.html 87 <A NAME="android.net.wifi.WpsInfo.BSSID"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/net/wifi/WpsInfo.html#BSSID" target="_top"><code>BSSID</code></A></nobr>
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigHelper.java 44 * If there are exactly 12 hex digits, this looks like a BSSID
65 // if this looks like a BSSID, don't quote it
75 // there is no possibility this is a BSSID in disguise.
110 if (scanResult.BSSID == null || wifiInfo.getBSSID() == null) {
119 TextUtils.equals(scanResult.BSSID, wifiInfoBSSID) &&
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 47 sm->bssid, sm->pmk_r1_name,
318 static int wpa_ft_install_ptk(struct wpa_sm *sm, const u8 *bssid)
335 if (wpa_sm_set_key(sm, alg, bssid, 0, 1, null_rsc,
363 NULL, sm->bssid, NULL, 0, mdie);
385 const u8 *bssid; local
480 bssid = target_ap;
483 bssid, sm->pmk_r1_name,
490 sm->pmk_r1_name, sm->ptk.kck, bssid,
499 wpa_sm_mark_authenticated(sm, bssid);
500 ret = wpa_ft_install_ptk(sm, bssid);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 195 * @bssid: BSSID
219 u8 bssid[ETH_ALEN]; member in struct:wpa_scan_res
386 const u8 *bssid; member in struct:wpa_driver_auth_params
420 * bssid - BSSID of the selected AP
423 const u8 *bssid; member in struct:wpa_driver_associate_params
426 * bssid_hint - BSSID of a proposed AP
430 * selection. Unlike the @bssid parameter, @bssid_hint does not limit
624 * prev_bssid - Previously used BSSID in this ES
1169 const u8 *bssid; member in struct:wpa_init_params
3688 u8 bssid[ETH_ALEN]; member in struct:wpa_event_data::pmkid_candidate
3764 u8 bssid[ETH_ALEN]; member in struct:wpa_event_data::auth_info
3779 const u8 *bssid; member in struct:wpa_event_data::assoc_reject
3834 const u8 *bssid; member in struct:wpa_event_data::rx_from_unknown
3931 const u8 *bssid; member in struct:wpa_event_data::rx_probe_req
4015 const u8 *bssid; member in struct:wpa_event_data::driver_gtk_rekey
    [all...]

Completed in 413 milliseconds

1 2 34 5 6 7 8 91011>>