ESP-IDF
wpa_sm::key_info
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
wpa_sm::key_info
wpa_sm::key_info field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:87
u16
key_info
;
Examples
References
from
examples
Code
Location
Referrer
u16
key_info
;
//used for txcallback param
wpa_i.h:87
sm
->
key_info
=
key_info
;
wpa.c:1313
wpa_supplicant_process_3_of_4()
if
(
sm
->
key_install
&&
sm
->
key_info
&
WPA_KEY_INFO_INSTALL
&&
sm
->
use_ext_key_id
)
{
wpa.c:1333
wpa_supplicant_process_3_of_4()
u16
key_info
=
sm
->
key_info
;
wpa.c:1379
wpa_supplicant_send_4_of_4_txcallback()
sm
->
key_info
=
key_info
;
wpa.c:1636
wpa_supplicant_process_1_of_2()
sm
->
key_info
&
WPA_KEY_INFO_SECURE
)
;
wpa.c:1659
wpa_supplicant_process_1_of_2()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::key_info
is written by 2 functions and is read by 3 functions:
wpa_supplicant_process_3_of_4()
wpa_supplicant_process_1_of_2()
All items filtered out
wpa_sm::key_info
wpa_supplicant_process_3_of_4()
wpa_supplicant_send_4_of_4_txcallback()
wpa_supplicant_process_1_of_2()
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