ESP-IDF
sta_info::sae_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sta_info::sae_data
sta_info::sae_data field
Syntax
Show:
Summary
Declaration
from
sta_info.h:69
struct
wpabuf
*
sae_data
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
sae_data
;
sta_info.h:69
if
(
sta
->
sae_data
&&
esp_send_sae_auth_reply
(
hapd
,
sta
->
addr
,
frm
->
bssid
,
WLAN_AUTH_SAE
,
2
,
esp_wpa3.c:529
wpa3_process_rx_confirm()
WLAN_STATUS_SUCCESS
,
wpabuf_head
(
sta
->
sae_data
)
,
wpabuf_len
(
sta
->
sae_data
)
)
!=
ESP_OK
)
{
esp_wpa3.c:530
wpa3_process_rx_confirm()
if
(
sta
&&
sta
->
sae_data
)
{
esp_wpa3.c:546
wpa3_process_rx_confirm()
wpabuf_free
(
sta
->
sae_data
)
;
esp_wpa3.c:547
wpa3_process_rx_confirm()
sta
->
sae_data
=
NULL
;
esp_wpa3.c:548
wpa3_process_rx_confirm()
if
(
sta
->
sae_data
)
ieee802_11.c:184
auth_sae_send_confirm()
wpabuf_free
(
sta
->
sae_data
)
;
ieee802_11.c:185
auth_sae_send_confirm()
sta
->
sae_data
=
data
;
ieee802_11.c:186
auth_sae_send_confirm()
if
(
sta
->
sae_data
)
{
sta_info.c:116
ap_free_sta()
wpabuf_free
(
sta
->
sae_data
)
;
sta_info.c:117
ap_free_sta()
sta
->
sae_data
=
NULL
;
sta_info.c:118
ap_free_sta()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::sae_data
is written by 3 functions and is read by 3 functions:
ap_free_sta()
auth_sae_send_confirm()
wpa3_process_rx_confirm()
All items filtered out
sta_info::sae_data
ap_free_sta()
auth_sae_send_confirm()
wpa3_process_rx_confirm()
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