ESP-IDF
wpa_sm_init()
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_init()
wpa_sm_init() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa_i.h:198
bool
wpa_sm_init
(
void
)
;
Implemented in
wpa.c:2139
Examples
References
from
examples
Code
Location
Referrer
bool
wpa_sm_init
(
void
)
wpa.c:2139
bool
wpa_sm_init
(
void
)
;
wpa_i.h:198
ret
=
wpa_sm_init
(
)
;
esp_wpa_main.c:139
wpa_attach()
Call Tree
from
examples
wpa_sm_init()
is called by 1 function and calls 3 functions:
wpa_attach()
All items filtered out
wpa_sm_init()
esp_wifi_get_spp_attrubute_internal()
wpa_sm_set_state()
pmksa_cache_init()
All items filtered out
Data Use
from
examples
wpa_sm_init()
reads 5 variables and writes 4 variables:
wifi_interface_t::WIFI_IF_STA
wpa_states::WPA_INACTIVE
wpa_sm::pmksa
wpa_sm::spp_sup
wpa_sm_pmksa_free_cb()
All items filtered out
wpa_sm_init()
rsn_sppamsdu_sup::capable
rsn_sppamsdu_sup::require
wpa_sm::pmksa
wpa_sm::eapol_version
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