ESP-IDF
sta_info::wpa_sm
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sta_info::wpa_sm
sta_info::wpa_sm field
Syntax
Show:
Summary
Declaration
from
sta_info.h:49
struct
wpa_state_machine
*
wpa_sm
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpa_state_machine
*
wpa_sm
;
sta_info.h:49
if
(
sta
->
wpa_sm
)
{
esp_hostap.c:376
hostap_new_assoc_sta()
wpa_auth_sta_deinit
(
sta
->
wpa_sm
)
;
esp_hostap.c:377
hostap_new_assoc_sta()
sta
->
wpa_sm
=
wpa_auth_sta_init
(
hapd
->
wpa_auth
,
bssid
)
;
esp_hostap.c:380
hostap_new_assoc_sta()
if
(
sta
->
wpa_sm
==
NULL
)
{
esp_hostap.c:383
hostap_new_assoc_sta()
res
=
wpa_validate_wpa_ie
(
hapd
->
wpa_auth
,
sta
->
wpa_sm
,
wpa_ie
,
wpa_ie_len
,
rsnxe
,
rsnxe_len
)
;
esp_hostap.c:388
hostap_new_assoc_sta()
if
(
wpa_auth_uses_sae
(
sta
->
wpa_sm
)
&&
sta
->
sae
&&
esp_hostap.c:391
hostap_new_assoc_sta()
wpa_auth_add_sae_pmkid
(
sta
->
wpa_sm
,
sta
->
sae
->
pmkid
)
;
esp_hostap.c:393
hostap_new_assoc_sta()
*
pmf_enable
=
wpa_auth_uses_mfp
(
sta
->
wpa_sm
)
;
esp_hostap.c:414
hostap_new_assoc_sta()
*
pairwise_cipher
=
GET_BIT_POSITION
(
sta
->
wpa_sm
->
pairwise
)
;
esp_hostap.c:415
hostap_new_assoc_sta()
wpa_auth_sta_associated
(
hapd
->
wpa_auth
,
sta
->
wpa_sm
)
;
esp_hostap.c:418
hostap_new_assoc_sta()
wpa_receive
(
hapd
->
wpa_auth
,
sta
->
wpa_sm
,
data
,
data_len
)
;
esp_wpa_main.c:176
wpa_ap_rx_eapol()
if
(
!
sta
||
!
sta
->
wpa_sm
)
{
esp_wpa_main.c:185
wpa_ap_get_peer_spp_msg()
*
spp_cap
=
sta
->
wpa_sm
->
spp_sup
.
capable
;
esp_wpa_main.c:189
wpa_ap_get_peer_spp_msg()
*
spp_req
=
sta
->
wpa_sm
->
spp_sup
.
require
;
esp_wpa_main.c:190
wpa_ap_get_peer_spp_msg()
if
(
sta
->
wpa_sm
)
{
ieee802_1x.c:136
ieee802_1x_alloc_eapol_sm()
wpa_receive
(
hapd
->
wpa_auth
,
sta
->
wpa_sm
,
(
u8
*
)
hdr
,
ieee802_1x.c:205
ieee802_1x_receive()
wpa_auth_sm_event
(
sta
->
wpa_sm
,
WPA_REAUTH_EAPOL
)
;
ieee802_1x.c:256
ieee802_1x_receive()
wpa_auth_sta_deinit
(
sta
->
wpa_sm
)
;
sta_info.c:121
ap_free_sta()
if
(
sta
&&
wpa_auth_uses_sae
(
sta
->
wpa_sm
)
)
{
wpa_auth.c:141
wpa_auth_get_psk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sta_info::wpa_sm
is written by 1 function and is read by 7 functions:
hostap_new_assoc_sta()
All items filtered out
sta_info::wpa_sm
ieee802_1x_alloc_eapol_sm()
ieee802_1x_receive()
wpa_auth_get_psk()
ap_free_sta()
wpa_ap_rx_eapol()
wpa_ap_get_peer_spp_msg()
hostap_new_assoc_sta()
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