ESP-IDF
wpa_res_to_status_code()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_res_to_status_code()
wpa_res_to_status_code() function
Syntax
Show:
Summary
Declaration
Definition
from
ieee802_11.h:18
u16
wpa_res_to_status_code
(
enum
wpa_validate_result
res
)
;
Implemented in
ieee802_11.c:740
Arguments
Argument
res
Examples
References
from
examples
Code
Location
Referrer
u16
wpa_res_to_status_code
(
enum
wpa_validate_result
res
)
ieee802_11.c:740
u16
wpa_res_to_status_code
(
enum
wpa_validate_result
res
)
;
ieee802_11.h:18
status
=
wpa_res_to_status_code
(
res
)
;
esp_hostap.c:397
hostap_new_assoc_sta()
Call Tree
from
examples
wpa_res_to_status_code()
is called by 1 function:
hostap_new_assoc_sta()
All items filtered out
wpa_res_to_status_code()
All items filtered out
Data Use
from
examples
wpa_res_to_status_code()
reads 13 variables:
wpa_validate_result::WPA_IE_OK
wpa_validate_result::WPA_INVALID_IE
wpa_validate_result::WPA_INVALID_GROUP
wpa_validate_result::WPA_INVALID_PAIRWISE
wpa_validate_result::WPA_INVALID_AKMP
wpa_validate_result::WPA_NOT_ENABLED
wpa_validate_result::WPA_ALLOC_FAIL
wpa_validate_result::WPA_MGMT_FRAME_PROTECTION_VIOLATION
wpa_validate_result::WPA_INVALID_MGMT_GROUP_CIPHER
wpa_validate_result::WPA_INVALID_MDIE
wpa_validate_result::WPA_INVALID_PROTO
wpa_validate_result::WPA_INVALID_PMKID
wpa_validate_result::WPA_DENIED_OTHER_REASON
All items filtered out
wpa_res_to_status_code()
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