ESP-IDF
hostap_new_assoc_sta()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
hostap_new_assoc_sta()
hostap_new_assoc_sta() function
Syntax
Show:
Summary
Declaration
Definition
from
ap_config.h:385
bool
hostap_new_assoc_sta
(
struct
sta_info
*
sta
,
uint8_t
*
bssid
,
uint8_t
*
wpa_ie
,
uint8_t
wpa_ie_len
,
uint8_t
*
rsnxe
,
uint16_t
rsnxe_len
,
bool
*
pmf_enable
,
int
subtype
,
uint8_t
*
pairwise_cipher
,
uint8_t
*
reason
)
;
Implemented in
esp_hostap.c:361
Arguments
Argument
Declared as
sta
struct
sta_info
*
bssid
uint8_t
*
wpa_ie
uint8_t
*
wpa_ie_len
uint8_t
rsnxe
uint8_t
*
rsnxe_len
uint16_t
pmf_enable
bool
*
subtype
int
pairwise_cipher
uint8_t
*
reason
uint8_t
*
Related Functions
Found 41 other functions taking a
sta_info
argument:
Function
ap_free_sta()
sae_set_state()
auth_sae_send_confirm()
ieee802_1x_alloc_eapol_sm()
ieee802_1x_free_station()
handle_auth_sae()
auth_sae_send_commit()
sae_sm_step()
ieee802_1x_finished()
ap_sta_hash_add()
ap_sta_delayed_1x_auth_fail_disconnect()
ap_sta_pending_delayed_1x_auth_fail_disconnect()
sae_check_big_sync()
ieee802_1x_send()
handle_eap_response()
handle_eap()
ap_sta_list_del()
ap_sta_hash_del()
sae_get_password()
auth_build_sae_commit()
auth_build_sae_confirm()
sae_accept_sta()
check_n_add_wps_sta()
ap_sta_server_sm_deinit()
ap_sta_is_authorized()
ap_sta_session_timeout()
ap_sta_no_session_timeout()
ap_sta_disassociate()
ap_sta_deauthenticate()
ap_sta_wps_cancel()
ap_sta_bind_vlan()
ap_sta_start_sa_query()
ap_sta_stop_sa_query()
ap_check_sa_query_timeout()
ap_sta_disconnect()
ap_sta_set_authorized()
ap_sta_deauth_cb()
ap_sta_disassoc_cb()
ap_sta_clear_disconnect_timeouts()
ap_sta_re_add()
ap_free_sta_pasn()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out