ESP-IDF
wpa_validate_result
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_validate_result
wpa_validate_result enum
Syntax
Show:
Summary
Declaration
Definition
from
ieee802_11.h:12
enum
wpa_validate_result
;
Implemented in
wpa_auth.h:222
Values
Value
Declared as
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
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
wpa_validate_result
{
wpa_auth.h:222
enum
wpa_validate_result
;
ieee802_11.h:12
enum
wpa_validate_result
res
=
WPA_IE_OK
;
esp_hostap.c:366
hostap_new_assoc_sta()
u16
wpa_res_to_status_code
(
enum
wpa_validate_result
res
)
ieee802_11.c:740
wpa_res_to_status_code()
wpa_res_to_status_code()::res
u16
wpa_res_to_status_code
(
enum
wpa_validate_result
res
)
;
ieee802_11.h:18
wpa_res_to_status_code()
wpa_res_to_status_code()::res
enum
wpa_validate_result
wpa_auth.h:230
wpa_validate_wpa_ie()
enum
wpa_validate_result
wpa_auth_ie.c:392
wpa_validate_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
return
wpa_validate_wpa_ie()
wpa_auth.h:230
wpa_res_to_status_code()::res
wpa_res_to_status_code()
ieee802_11.h:18
return
wpa_validate_wpa_ie()
wpa_auth_ie.c:392
wpa_res_to_status_code()::res
wpa_res_to_status_code()
ieee802_11.c:740
Lifecycle
from
examples
All items filtered out
All items filtered out