ESP-IDF
hostapd_data::sae_commit_queue
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
hostapd_data::sae_commit_queue
hostapd_data::sae_commit_queue field
Syntax
Show:
Summary
Declaration
from
hostapd.h:154
struct
dl_list
sae_commit_queue
;
Examples
References
from
examples
Code
Location
Referrer
struct
dl_list
sae_commit_queue
;
/* struct hostapd_sae_commit_queue */
hostapd.h:154
if
(
dl_list_empty
(
&
hapd
->
sae_commit_queue
)
)
{
esp_hostap.c:227
hostapd_cleanup()
dl_list_for_each_safe
(
q
,
tmp
,
&
hapd
->
sae_commit_queue
,
esp_hostap.c:228
hostapd_cleanup()
frm
=
dl_list_first
(
&
hapd
->
sae_commit_queue
,
esp_wpa3.c:458
wpa3_process_rx_commit()
dl_list_init
(
&
hapd
->
sae_commit_queue
)
;
esp_wpa3.c:635
wpa3_hostap_auth_init()
if
(
open
+
dl_list_len
(
&
hapd
->
sae_commit_queue
)
>=
ieee802_11.c:221
use_sae_anti_clogging()
queue_len
=
dl_list_len
(
&
hapd
->
sae_commit_queue
)
;
ieee802_11.c:682
auth_sae_queue()
dl_list_for_each
(
q2
,
&
hapd
->
sae_commit_queue
,
ieee802_11.c:709
auth_sae_queue()
dl_list_add_tail
(
&
hapd
->
sae_commit_queue
,
&
q
->
list
)
;
ieee802_11.c:723
auth_sae_queue()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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