ESP-IDF
wpa_set_profile()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_set_profile()
wpa_set_profile() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa_i.h:204
void
wpa_set_profile
(
u32
wpa_proto
,
u8
auth_mode
)
;
Implemented in
wpa.c:2257
Arguments
Argument
wpa_proto
auth_mode
Examples
References
from
examples
Code
Location
Referrer
void
wpa_set_profile
(
u32
wpa_proto
,
u8
auth_mode
)
wpa.c:2257
void
wpa_set_profile
(
u32
wpa_proto
,
u8
auth_mode
)
;
wpa_i.h:204
wpa_set_profile
(
WPA_PROTO_WPA
,
esp_wifi_sta_get_prof_authmode_internal
(
)
)
;
esp_wpa_main.c:98
wpa_config_profile()
wpa_set_profile
(
WPA_PROTO_RSN
,
esp_wifi_sta_get_prof_authmode_internal
(
)
)
;
esp_wpa_main.c:100
wpa_config_profile()
wpa_set_profile
(
WPA_PROTO_WAPI
,
esp_wifi_sta_get_prof_authmode_internal
(
)
)
;
esp_wpa_main.c:102
wpa_config_profile()
Call Tree
from
examples
wpa_set_profile()
is called by 1 function:
wpa_config_profile()
All items filtered out
wpa_set_profile()
All items filtered out
Data Use
from
examples
wpa_set_profile()
reads 10 variables and writes 2 variables:
::WPA2_AUTH_ENT
::WPA2_AUTH_PSK_SHA256
::WPA3_AUTH_PSK
::WPA2_AUTH_ENT_SHA256
::WAPI_AUTH_PSK
::WPA2_AUTH_ENT_SHA384_SUITE_B
::WPA2_AUTH_FT_PSK
::WPA3_AUTH_OWE
::WPA3_AUTH_PSK_EXT_KEY
::WPA3_AUTH_DPP
All items filtered out
wpa_set_profile()
wpa_sm::key_mgmt
wpa_sm::proto
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