ESP-IDF
wpa_sm_deinit()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_deinit()
wpa_sm_deinit() function
* wpa_sm_deinit - Deinitialize WPA state machine
Syntax
Show:
Summary
Declaration
Definition
from
wpa_i.h:200
void
wpa_sm_deinit
(
void
)
;
Implemented in
wpa.c:2166
Examples
References
from
examples
Code
Location
Referrer
void
wpa_sm_deinit
(
void
)
wpa.c:2166
void
wpa_sm_deinit
(
void
)
;
wpa_i.h:200
wpa_sm_deinit
(
)
;
esp_wpa_main.c:207
wpa_deattach()
Call Tree
from
examples
wpa_sm_deinit()
is called by 1 function and calls 3 functions:
wpa_deattach()
All items filtered out
wpa_sm_deinit()
free()
wpa_sm_drop_sa()
pmksa_cache_deinit()
All items filtered out
Data Use
from
examples
wpa_sm_deinit()
reads 3 variables and writes 2 variables:
wpa_sm::pmksa
wpa_sm::assoc_rsnxe
wpa_sm::ap_rsnxe
All items filtered out
wpa_sm_deinit()
wpa_sm::assoc_rsnxe
wpa_sm::ap_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