ESP-IDF
wpa_authenticator::conf
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
wpa_authenticator::conf
wpa_authenticator::conf field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:183
struct
wpa_auth_config
conf
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpa_auth_config
conf
;
wpa_auth_i.h:183
if
(
!
(
hapd
->
wpa_auth
->
conf
.
wpa
&
WPA_PROTO_RSN
)
)
{
esp_hostap.c:280
esp_wifi_build_rsnxe()
if
(
wpa_key_mgmt_sae
(
hapd
->
wpa_auth
->
conf
.
wpa_key_mgmt
)
&&
esp_hostap.c:284
esp_wifi_build_rsnxe()
if
(
hapd
->
wpa_auth
->
conf
.
wpa
)
{
esp_hostap.c:375
hostap_new_assoc_sta()
if
(
wpa_auth
->
conf
.
wpa_group_rekey
)
{
wpa_auth.c:252
wpa_rekey_gtk()
eloop_register_timeout
(
wpa_auth
->
conf
.
wpa_group_rekey
,
wpa_auth.c:253
wpa_rekey_gtk()
group
->
GTK_len
=
wpa_cipher_key_len
(
wpa_auth
->
conf
.
wpa_group
)
;
wpa_auth.c:322
wpa_group_init()
memcpy
(
&
wpa_auth
->
conf
,
conf
,
sizeof
(
*
conf
)
)
;
wpa_auth.c:374
wpa_init()
if
(
wpa_auth
==
NULL
||
!
wpa_auth
->
conf
.
wpa
||
sm
==
NULL
)
wpa_auth.c:434
wpa_auth_sta_associated()
if
(
group
&&
wpa_auth
->
conf
.
wpa_group
!=
WPA_CIPHER_TKIP
)
{
wpa_auth.c:607
wpa_receive_error_report()
if
(
wpa_auth
==
NULL
||
!
wpa_auth
->
conf
.
wpa
||
sm
==
NULL
)
wpa_auth.c:633
wpa_receive()
hdr
->
version
=
wpa_auth
->
conf
.
eapol_version
;
wpa_auth.c:1064
__wpa_send_eapol()
alg
=
pairwise
?
sm
->
pairwise
:
wpa_auth
->
conf
.
wpa_group
;
wpa_auth.c:1078
__wpa_send_eapol()
if
(
sm
->
wpa_auth
->
conf
.
disable_gtk
)
{
wpa_auth.c:1775
ieee80211w_kde_add()
(
sm
->
wpa_auth
->
conf
.
wpa
&
WPA_PROTO_RSN
)
&&
wpa_auth.c:1832
if
(
sm
->
wpa_auth
->
conf
.
disable_gtk
)
{
wpa_auth.c:1845
if
(
sm
->
wpa_auth
->
conf
.
transition_disable
)
wpa_auth.c:1879
if
(
sm
->
wpa_auth
->
conf
.
transition_disable
)
wpa_auth.c:1918
&
sm
->
wpa_auth
->
conf
.
transition_disable
,
1
,
NULL
,
0
)
;
wpa_auth.c:1920
if
(
sm
->
wpa_auth
->
conf
.
wpa_ptk_rekey
)
{
wpa_auth.c:1980
eloop_register_timeout
(
sm
->
wpa_auth
->
conf
.
wpa_auth.c:1982
if
(
sm
->
wpa_auth
->
conf
.
disable_gtk
)
{
wpa_auth.c:2162
if
(
wpa_auth
->
conf
.
ieee80211w
!=
NO_MGMT_FRAME_PROTECTION
)
{
wpa_auth.c:2270
wpa_gtk_update()
wpa_cipher_to_alg
(
wpa_auth
->
conf
.
wpa_group
)
,
wpa_auth.c:2457
wpa_group_config_group_keys()
if
(
wpa_auth
->
conf
.
ieee80211w
!=
NO_MGMT_FRAME_PROTECTION
&&
wpa_auth.c:2463
wpa_group_config_group_keys()
if
(
wpa_auth
->
conf
.
wpa
&
WPA_PROTO_RSN
)
{
wpa_auth_ie.c:336
wpa_auth_gen_wpa_ie()
res
=
wpa_write_rsn_ie
(
&
wpa_auth
->
conf
,
wpa_auth_ie.c:337
wpa_auth_gen_wpa_ie()
res
=
wpa_write_rsnxe
(
&
wpa_auth
->
conf
,
pos
,
wpa_auth_ie.c:342
wpa_auth_gen_wpa_ie()
if
(
wpa_auth
->
conf
.
wpa
&
WPA_PROTO_WPA
)
{
wpa_auth_ie.c:357
wpa_auth_gen_wpa_ie()
res
=
wpa_write_wpa_ie
(
&
wpa_auth
->
conf
,
wpa_auth_ie.c:358
wpa_auth_gen_wpa_ie()
if
(
!
(
wpa_auth
->
conf
.
wpa
&
version
)
)
{
wpa_auth_ie.c:419
wpa_validate_wpa_ie()
if
(
data
.
group_cipher
!=
wpa_auth
->
conf
.
wpa_group
)
{
wpa_auth_ie.c:492
wpa_validate_wpa_ie()
key_mgmt
=
data
.
key_mgmt
&
wpa_auth
->
conf
.
wpa_key_mgmt
;
wpa_auth_ie.c:498
wpa_validate_wpa_ie()
ciphers
=
data
.
pairwise_cipher
&
wpa_auth
->
conf
.
rsn_pairwise
;
wpa_auth_ie.c:530
wpa_validate_wpa_ie()
ciphers
=
data
.
pairwise_cipher
&
wpa_auth
->
conf
.
wpa_pairwise
;
wpa_auth_ie.c:532
wpa_validate_wpa_ie()
if
(
wpa_auth
->
conf
.
ieee80211w
==
MGMT_FRAME_PROTECTION_REQUIRED
)
{
wpa_auth_ie.c:554
wpa_validate_wpa_ie()
if
(
data
.
mgmt_group_cipher
!=
wpa_auth
->
conf
.
group_mgmt_cipher
)
wpa_auth_ie.c:567
wpa_validate_wpa_ie()
if
(
wpa_auth
->
conf
.
ieee80211w
==
MGMT_FRAME_PROTECTION_OPTIONAL
&&
wpa_auth_ie.c:576
wpa_validate_wpa_ie()
wpa_auth
->
conf
.
sae_require_mfp
&&
wpa_auth_ie.c:577
wpa_validate_wpa_ie()
if
(
wpa_auth
->
conf
.
ieee80211w
==
NO_MGMT_FRAME_PROTECTION
||
wpa_auth_ie.c:586
wpa_validate_wpa_ie()
if
(
hapd
->
wpa_auth
->
conf
.
wpa
==
WPA_PROTO_WPA
)
{
wps_hostapd.c:517
hostapd_wps_config_ap()
}
else
if
(
hapd
->
wpa_auth
->
conf
.
wpa
==
WPA_PROTO_RSN
)
{
wps_hostapd.c:520
hostapd_wps_config_ap()
}
else
if
(
hapd
->
wpa_auth
->
conf
.
wpa
==
(
WPA_PROTO_RSN
|
WPA_PROTO_WPA
)
)
{
wps_hostapd.c:523
hostapd_wps_config_ap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_authenticator::conf
is read by 14 functions:
All items filtered out
wpa_authenticator::conf
wpa_rekey_gtk()
wpa_group_init()
wpa_auth_sta_associated()
wpa_receive_error_report()
wpa_receive()
__wpa_send_eapol()
ieee80211w_kde_add()
wpa_gtk_update()
wpa_group_config_group_keys()
wpa_auth_gen_wpa_ie()
wpa_validate_wpa_ie()
esp_wifi_build_rsnxe()
hostap_new_assoc_sta()
hostapd_wps_config_ap()
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