ESP-IDF
wpa_sm_set_ap_rsnxe()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_sm_set_ap_rsnxe()
wpa_sm_set_ap_rsnxe() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa.h:57
int
wpa_sm_set_ap_rsnxe
(
const
u8
*
ie
,
size_t
len
)
;
Implemented in
wpa.c:2718
Arguments
Argument
ie
len
Examples
References
from
examples
Code
Location
Referrer
int
wpa_sm_set_ap_rsnxe
(
const
u8
*
ie
,
size_t
len
)
wpa.c:2718
int
wpa_sm_set_ap_rsnxe
(
const
u8
*
ie
,
size_t
len
)
;
wpa.h:57
wpa_sm_set_ap_rsnxe
(
rsnxe
,
rsnxe
?
(
rsnxe
[
1
]
+
2
)
:
0
)
;
wpa.c:2427
wpa_set_bss()
Call Tree
from
examples
wpa_sm_set_ap_rsnxe()
is called by 1 function and calls 6 functions:
wpa_set_bss()
All items filtered out
wpa_sm_set_ap_rsnxe()
free()
os_memdup()
esp_wifi_sta_get_config_sae_pk_internal()
esp_wifi_get_config_sae_pwe_h2e_internal()
esp_wifi_sta_get_prof_password_internal()
sae_pk_valid_password()
All items filtered out
Data Use
from
examples
wpa_sm_set_ap_rsnxe()
reads 3 variables and writes 4 variables:
wifi_sae_pk_mode_t::WPA3_SAE_PK_MODE_DISABLED
wifi_interface_t::WIFI_IF_STA
wpa_sm::ap_rsnxe
All items filtered out
wpa_sm_set_ap_rsnxe()
wpa_sm::sae_pwe
wpa_sm::sae_pk
wpa_sm::ap_rsnxe
wpa_sm::ap_rsnxe_len
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