ESP-IDF
hostapd_setup_sae_pt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hostapd_setup_sae_pt()
hostapd_setup_sae_pt() function
Syntax
Show:
Summary
Declaration
from
ap_config.c:148
int
hostapd_setup_sae_pt
(
struct
hostapd_bss_config
*
conf
)
;
Arguments
Argument
conf
Related Functions
Found 4 other functions taking a
hostapd_bss_config
argument:
Function
hostapd_config_defaults_bss()
hostapd_setup_wpa_psk()
hostapd_get_psk()
hostapd_config_free_bss()
Examples
References
from
examples
Code
Location
Referrer
int
hostapd_setup_sae_pt
(
struct
hostapd_bss_config
*
conf
)
ap_config.c:148
if
(
hostapd_setup_sae_pt
(
conf
)
<
0
)
ap_config.c:178
hostapd_setup_wpa_psk()
Call Tree
from
examples
hostapd_setup_sae_pt()
is called by 1 function and calls 3 functions:
hostapd_setup_wpa_psk()
All items filtered out
hostapd_setup_sae_pt()
wpa_key_mgmt_sae()
sae_derive_pt()
sae_deinit_pt()
All items filtered out
Data Use
from
examples
hostapd_setup_sae_pt()
reads 8 variables and writes 1 variable:
hostapd_ssid::ssid
hostapd_ssid::ssid_len
hostapd_ssid::wpa_passphrase
hostapd_ssid::pt
hostapd_bss_config::wpa_key_mgmt
hostapd_bss_config::sae_pwe
hostapd_bss_config::sae_groups
sae_pwe::SAE_PWE_HUNT_AND_PECK
All items filtered out
hostapd_setup_sae_pt()
hostapd_ssid::pt
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