OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:beacon_ies
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c
9739
struct wpabuf *
beacon_ies
= NULL;
local
9780
} else if (os_strcmp(str, "
beacon_ies
") == 0) {
9781
wpabuf_free(
beacon_ies
);
9782
beacon_ies
= wpabuf_parse_bin(pos);
9783
if (!
beacon_ies
)
9785
ai->
beacon_ies
= wpabuf_head(
beacon_ies
);
9786
ai->beacon_ies_len = wpabuf_len(
beacon_ies
);
9846
wpabuf_free(
beacon_ies
);
/src/external/bsd/wpa/dist/src/drivers/
driver.h
1520
*
beacon_ies
- WPS/P2P IE(s) for Beacon frames
1525
const struct wpabuf *
beacon_ies
;
member in struct:wpa_driver_ap_params
2697
* @
beacon_ies
: Extra information element(s) to add into Beacon frames or %NULL
2705
* @beacon_ies_len: Length of
beacon_ies
in octets
2712
u8 *
beacon_ies
;
member in struct:beacon_data
5978
*
beacon_ies
- Beacon or Probe Response IEs
5993
const u8 *
beacon_ies
;
member in struct:wpa_event_data::assoc_info
5996
* beacon_ies_len - Length of
beacon_ies
*/
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026