ESP-IDF
esp_handle_beacon_probe()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_handle_beacon_probe()
esp_handle_beacon_probe() function
Syntax
Show:
Summary
Declaration
from
esp_scan_i.h:15
int
esp_handle_beacon_probe
(
u8
type
,
u8
*
frame
,
size_t
len
,
u8
*
sender
,
int8_t
rssi
,
u8
channel
,
u64
current_tsf
)
;
Arguments
Argument
Declared as
type
u8
frame
u8
*
len
size_t
sender
u8
*
rssi
int8_t
channel
u8
current_tsf
u64
Examples
References
from
examples
Code
Location
Referrer
int
esp_handle_beacon_probe
(
u8
type
,
u8
*
frame
,
size_t
len
,
u8
*
sender
,
esp_scan.c:110
int
esp_handle_beacon_probe
(
u8
type
,
u8
*
frame
,
size_t
len
,
u8
*
sender
,
esp_scan_i.h:15
ret
=
esp_handle_beacon_probe
(
type
,
frame
,
len
,
sender
,
rssi
,
channel
,
current_tsf
)
;
esp_common.c:209
ieee80211_handle_rx_frm()
Call Tree
from
examples
esp_handle_beacon_probe()
is called by 1 function and calls 6 functions:
ieee80211_handle_rx_frm()
All items filtered out
esp_handle_beacon_probe()
free()
calloc()
os_get_time()
WPA_GET_LE16()
WPA_GET_LE64()
wpa_bss_update_scan_res()
All items filtered out
Data Use
from
examples
esp_handle_beacon_probe()
reads 6 variables and writes 9 variables:
wpa_scan_res::bssid
wpa_scan_res::tsf
wpa_scan_res::tsf_bssid
wpa_supplicant::scan_start_tsf
wpa_supplicant::tsf_bssid
wpa_supplicant::current_bss
All items filtered out
esp_handle_beacon_probe()
wpa_scan_res::chan
wpa_scan_res::beacon_int
wpa_scan_res::caps
wpa_scan_res::noise
wpa_scan_res::level
wpa_scan_res::tsf
wpa_scan_res::parent_tsf
wpa_scan_res::ie_len
wpa_supplicant::scan_start_tsf
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
esp_handle_beacon_probe()
allocates 1 types and frees 1 types:
wpa_scan_res
All items filtered out
esp_handle_beacon_probe()
wpa_scan_res
All items filtered out