ESP-IDF
wpa_auth_config::wpa_group
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_auth_config::wpa_group
wpa_auth_config::wpa_group field
Syntax
Show:
Summary
Declaration
from
wpa_auth.h:131
int
wpa_group
;
Examples
References
from
examples
Code
Location
Referrer
int
wpa_group
;
wpa_auth.h:131
auth_conf
->
wpa_group
=
WPA_CIPHER_TKIP
;
esp_hostap.c:103
hostap_init()
auth_conf
->
wpa_group
=
WPA_CIPHER_CCMP
;
esp_hostap.c:107
hostap_init()
auth_conf
->
wpa_group
=
WPA_CIPHER_TKIP
;
esp_hostap.c:111
hostap_init()
group
->
GTK_len
=
wpa_cipher_key_len
(
wpa_auth
->
conf
.
wpa_group
)
;
wpa_auth.c:322
wpa_group_init()
if
(
group
&&
wpa_auth
->
conf
.
wpa_group
!=
WPA_CIPHER_TKIP
)
{
wpa_auth.c:607
wpa_receive_error_report()
alg
=
pairwise
?
sm
->
pairwise
:
wpa_auth
->
conf
.
wpa_group
;
wpa_auth.c:1078
__wpa_send_eapol()
wpa_cipher_to_alg
(
wpa_auth
->
conf
.
wpa_group
)
,
wpa_auth.c:2457
wpa_group_config_group_keys()
suite
=
wpa_cipher_to_suite
(
WPA_PROTO_WPA
,
conf
->
wpa_group
)
;
wpa_auth_ie.c:37
wpa_write_wpa_ie()
suite
=
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
conf
->
wpa_group
)
;
wpa_auth_ie.c:102
wpa_write_rsn_ie()
if
(
data
.
group_cipher
!=
wpa_auth
->
conf
.
wpa_group
)
{
wpa_auth_ie.c:492
wpa_validate_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_auth_config::wpa_group
is written by 1 function and is read by 7 functions:
hostap_init()
All items filtered out
wpa_auth_config::wpa_group
wpa_group_init()
wpa_receive_error_report()
__wpa_send_eapol()
wpa_group_config_group_keys()
wpa_write_wpa_ie()
wpa_write_rsn_ie()
wpa_validate_wpa_ie()
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