OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beacon_ie_len
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
bss.c
333
bss = os_zalloc(sizeof(*bss) + res->ie_len + res->
beacon_ie_len
);
342
bss->
beacon_ie_len
= res->
beacon_ie_len
;
343
os_memcpy(bss + 1, res + 1, res->ie_len + res->
beacon_ie_len
);
505
if (bss->ie_len + bss->
beacon_ie_len
>=
506
res->ie_len + res->
beacon_ie_len
) {
507
os_memcpy(bss + 1, res + 1, res->ie_len + res->
beacon_ie_len
);
509
bss->
beacon_ie_len
= res->
beacon_ie_len
;
515
res->
beacon_ie_len
);
[
all
...]
bss.h
93
size_t
beacon_ie_len
;
member in struct:wpa_bss
95
/* followed by
beacon_ie_len
octets of IEs */
scan.c
[
all
...]
wps_supplicant.c
[
all
...]
p2p_supplicant.c
529
bss->
beacon_ie_len
);
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver.h
182
* @
beacon_ie_len
: length of the following Beacon IE field in octets
205
size_t
beacon_ie_len
;
member in struct:wpa_scan_res
210
* follow (with
beacon_ie_len
octets of data) if the driver provides
[
all
...]
driver_nl80211.c
4609
size_t ie_len,
beacon_ie_len
;
local
[
all
...]
Completed in 580 milliseconds