ESP-IDF
wpas_beacon_rep_add_frame_body()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpas_beacon_rep_add_frame_body()
wpas_beacon_rep_add_frame_body() function
Syntax
Show:
Summary
Declaration
from
rrm.c:410
static
int
wpas_beacon_rep_add_frame_body
(
struct
bitfield
*
eids
,
enum
beacon_report_detail
detail
,
struct
wpa_bss
*
bss
,
u8
*
buf
,
size_t
buf_len
,
u8
*
*
ies_buf
,
size_t
*
ie_len
,
int
add_fixed
)
;
Arguments
Argument
eids
detail
bss
buf
buf_len
ies_buf
ie_len
add_fixed
Related Functions
Found 5 other functions taking a
bitfield
argument:
Function
bitfield_free()
bitfield_set()
bitfield_is_set()
bitfield_clear()
bitfield_get_first_zero()
Examples
References
from
examples
Code
Location
Referrer
static
int
wpas_beacon_rep_add_frame_body
(
struct
bitfield
*
eids
,
rrm.c:410
ret
=
wpas_beacon_rep_add_frame_body
(
data
->
eids
,
data
->
report_detail
,
rrm.c:515
wpas_add_beacon_rep_elem()
Call Tree
from
examples
wpas_beacon_rep_add_frame_body()
is called by 1 function and calls 3 functions:
wpas_add_beacon_rep_elem()
All items filtered out
wpas_beacon_rep_add_frame_body()
WPA_PUT_LE64()
WPA_PUT_LE16()
bitfield_is_set()
All items filtered out
Data Use
from
examples
wpas_beacon_rep_add_frame_body()
reads 5 variables:
beacon_report_detail::BEACON_REPORT_DETAIL_NONE
beacon_report_detail::BEACON_REPORT_DETAIL_ALL_FIELDS_AND_ELEMENTS
wpa_bss::beacon_int
wpa_bss::caps
wpa_bss::tsf
All items filtered out
wpas_beacon_rep_add_frame_body()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out