ESP-IDF
hostap_sta_join()
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
hostap_sta_join()
hostap_sta_join() function
Syntax
Show:
Summary
Declaration
from
esp_wpa_main.c:357
static
bool
hostap_sta_join
(
void
*
*
sta
,
u8
*
bssid
,
u8
*
wpa_ie
,
u8
wpa_ie_len
,
u8
*
rsnxe
,
u16
rsnxe_len
,
bool
*
pmf_enable
,
int
subtype
,
uint8_t
*
pairwise_cipher
)
;
Arguments
Argument
sta
bssid
wpa_ie
wpa_ie_len
rsnxe
rsnxe_len
pmf_enable
subtype
pairwise_cipher
Examples
References
from
examples
Code
Location
Referrer
static
bool
hostap_sta_join
(
void
*
*
sta
,
u8
*
bssid
,
u8
*
wpa_ie
,
u8
wpa_ie_len
,
u8
*
rsnxe
,
u16
rsnxe_len
,
bool
*
pmf_enable
,
int
subtype
,
uint8_t
*
pairwise_cipher
)
esp_wpa_main.c:357
wpa_cb
->
wpa_ap_join
=
hostap_sta_join
;
esp_wpa_main.c:467
esp_supplicant_init()
Call Tree
from
examples
hostap_sta_join()
calls 11 functions:
All items filtered out
hostap_sta_join()
wifi_osi_funcs_t::_semphr_take
wifi_osi_funcs_t::_semphr_give
esp_wifi_ap_deauth_internal()
esp_wifi_ap_is_sta_sae_reauth_node()
hostap_new_assoc_sta()
hostapd_get_hapd_data()
ap_get_sta()
ap_free_sta()
ap_sta_add()
esp_send_assoc_resp()
check_n_add_wps_sta()
All items filtered out
Data Use
from
examples
hostap_sta_join()
reads 4 variables and writes 1 variable:
wifi_funcs
Boolean::TRUE
sta_info::lock
sta_info::eapol_sm
All items filtered out
hostap_sta_join()
esp_supplicant_init()
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
hostap_sta_join()
is implemented by 1 functions:
All items filtered out
hostap_sta_join()
wpa_funcs::wpa_ap_join
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out