OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beacon_ie
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c
587
const u8 *ie, *
beacon_ie
;
local
634
beacon_ie
= nla_data(bss[NL80211_BSS_BEACON_IES]);
637
beacon_ie
= NULL;
641
if (nl80211_scan_filtered(_arg->drv, ie ? ie :
beacon_ie
,
683
if (
beacon_ie
)
684
os_memcpy(pos,
beacon_ie
, beacon_ie_len);
/external/wpa_supplicant_8/src/p2p/
p2p_group.c
482
struct wpabuf *
beacon_ie
;
local
496
beacon_ie
= p2p_group_build_beacon_ie(group);
497
if (
beacon_ie
)
500
beacon_ie
);
502
beacon_ie
= NULL;
504
group->cfg->ie_update(group->cfg->cb_ctx,
beacon_ie
, probe_resp_ie);
/external/wpa_supplicant_8/src/wps/
wps.h
266
* @
beacon_ie
: WPS IE for Beacon
274
int (*set_ie_cb)(void *ctx, struct wpabuf *
beacon_ie
,
wps_registrar.c
149
int (*set_ie_cb)(void *ctx, struct wpabuf *
beacon_ie
,
1210
static int wps_cb_set_ie(struct wps_registrar *reg, struct wpabuf *
beacon_ie
,
1213
return reg->set_ie_cb(reg->cb_ctx,
beacon_ie
, probe_resp_ie);
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
157
static int hostapd_wps_set_ie_cb(void *ctx, struct wpabuf *
beacon_ie
,
162
hapd->wps_beacon_ie =
beacon_ie
;
[
all
...]
Completed in 221 milliseconds