ESP-IDF
wpa_auth_config::wpa_key_mgmt
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_auth_config::wpa_key_mgmt
wpa_auth_config::wpa_key_mgmt field
Syntax
Show:
Summary
Declaration
from
wpa_auth.h:129
int
wpa_key_mgmt
;
Examples
References
from
examples
Code
Location
Referrer
int
wpa_key_mgmt
;
wpa_auth.h:129
auth_conf
->
wpa_key_mgmt
=
WPA_KEY_MGMT_PSK
;
esp_hostap.c:116
hostap_init()
auth_conf
->
wpa_key_mgmt
=
WPA_KEY_MGMT_PSK_SHA256
;
esp_hostap.c:123
hostap_init()
auth_conf
->
wpa_key_mgmt
=
WPA_KEY_MGMT_PSK
;
esp_hostap.c:127
hostap_init()
auth_conf
->
wpa_key_mgmt
|=
WPA_KEY_MGMT_SAE
;
esp_hostap.c:132
hostap_init()
auth_conf
->
wpa_key_mgmt
=
WPA_KEY_MGMT_SAE
;
esp_hostap.c:136
hostap_init()
hapd
->
conf
->
wpa_key_mgmt
=
auth_conf
->
wpa_key_mgmt
;
esp_hostap.c:146
hostap_init()
if
(
wpa_key_mgmt_sae
(
hapd
->
wpa_auth
->
conf
.
wpa_key_mgmt
)
&&
esp_hostap.c:284
esp_wifi_build_rsnxe()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_IEEE8021X
)
{
wpa_auth_ie.c:62
wpa_write_wpa_ie()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_PSK
)
{
wpa_auth_ie.c:67
wpa_write_wpa_ie()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_IEEE8021X
)
{
wpa_auth_ie.c:154
wpa_write_rsn_ie()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_PSK
)
{
wpa_auth_ie.c:159
wpa_write_rsn_ie()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_IEEE8021X_SHA256
)
{
wpa_auth_ie.c:177
wpa_write_rsn_ie()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_PSK_SHA256
)
{
wpa_auth_ie.c:182
wpa_write_rsn_ie()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_SAE
)
{
wpa_auth_ie.c:189
wpa_write_rsn_ie()
if
(
conf
->
wpa_key_mgmt
&
WPA_KEY_MGMT_FT_SAE
)
{
wpa_auth_ie.c:194
wpa_write_rsn_ie()
if
(
wpa_key_mgmt_sae
(
conf
->
wpa_key_mgmt
)
&&
wpa_auth_ie.c:308
wpa_write_rsnxe()
key_mgmt
=
data
.
key_mgmt
&
wpa_auth
->
conf
.
wpa_key_mgmt
;
wpa_auth_ie.c:498
wpa_validate_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_auth_config::wpa_key_mgmt
is written by 1 function and is read by 6 functions:
hostap_init()
All items filtered out
wpa_auth_config::wpa_key_mgmt
wpa_write_wpa_ie()
wpa_write_rsn_ie()
wpa_write_rsnxe()
wpa_validate_wpa_ie()
hostap_init()
esp_wifi_build_rsnxe()
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