ESP-IDF
wpa_sm::mgmt_group_cipher
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_sm::mgmt_group_cipher
wpa_sm::mgmt_group_cipher field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:52
unsigned
int
mgmt_group_cipher
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
mgmt_group_cipher
;
wpa_i.h:52
size_t
len
=
wpa_cipher_key_len
(
sm
->
mgmt_group_cipher
)
;
wpa.c:1000
wpa_supplicant_install_igtk()
if
(
!
wpa_cipher_valid_mgmt_group
(
sm
->
mgmt_group_cipher
)
)
wpa.c:1082
ieee80211w_set_keys()
len
=
wpa_cipher_key_len
(
sm
->
mgmt_group_cipher
)
;
wpa.c:1088
ieee80211w_set_keys()
sm
->
mgmt_group_cipher
=
cipher_type_map_public_to_supp
(
mgmt_cipher
)
;
wpa.c:2364
wpa_set_bss()
if
(
sm
->
mgmt_group_cipher
==
WPA_CIPHER_NONE
)
{
wpa.c:2365
wpa_set_bss()
sm
->
mgmt_group_cipher
=
WPA_CIPHER_NONE
;
wpa.c:2392
wpa_set_bss()
if
(
sm
->
mgmt_group_cipher
==
WPA_CIPHER_AES_128_CMAC
)
wpa_ft.c:233
wpa_ft_gen_req_ies()
if
(
sm
->
mgmt_group_cipher
==
WPA_CIPHER_AES_128_CMAC
)
{
wpa_ft.c:248
wpa_ft_gen_req_ies()
if
(
sm
->
mgmt_group_cipher
!=
WPA_CIPHER_AES_128_CMAC
)
wpa_ft.c:664
wpa_ft_process_igtk_subelem()
sm
->
key_mgmt
,
sm
->
mgmt_group_cipher
,
wpa_ie.c:284
wpa_gen_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::mgmt_group_cipher
is written by 1 function and is read by 6 functions:
wpa_set_bss()
All items filtered out
wpa_sm::mgmt_group_cipher
wpa_supplicant_install_igtk()
ieee80211w_set_keys()
wpa_set_bss()
wpa_gen_wpa_ie()
wpa_ft_gen_req_ies()
wpa_ft_process_igtk_subelem()
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