ESP-IDF
wpa_cipher_to_alg()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_cipher_to_alg()
wpa_cipher_to_alg() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa_common.h:444
int
wpa_cipher_to_alg
(
int
cipher
)
;
Implemented in
wpa_common.c:1458
Arguments
Argument
cipher
Examples
References
from
examples
Code
Location
Referrer
int
wpa_cipher_to_alg
(
int
cipher
)
wpa_common.c:1458
int
wpa_cipher_to_alg
(
int
cipher
)
;
wpa_common.h:444
alg
=
wpa_cipher_to_alg
(
sm
->
pairwise_cipher
)
;
wpa.c:764
wpa_supplicant_install_ptk()
*
alg
=
wpa_cipher_to_alg
(
group_cipher
)
;
wpa.c:799
wpa_supplicant_check_group_cipher()
alg
=
wpa_cipher_to_alg
(
sm
->
pairwise_cipher
)
;
wpa.c:1353
wpa_supplicant_activate_ptk()
enum
wpa_alg
alg
=
wpa_cipher_to_alg
(
sm
->
pairwise
)
;
wpa_auth.c:1969
wpa_cipher_to_alg
(
wpa_auth
->
conf
.
wpa_group
)
,
wpa_auth.c:2457
wpa_group_config_group_keys()
alg
=
wpa_cipher_to_alg
(
sm
->
pairwise_cipher
)
;
wpa_ft.c:341
wpa_ft_install_ptk()
alg
=
wpa_cipher_to_alg
(
sm
->
group_cipher
)
;
wpa_ft.c:616
wpa_ft_process_gtk_subelem()
Call Tree
from
examples
wpa_cipher_to_alg()
is called by 6 functions:
wpa_group_config_group_keys()
wpa_supplicant_install_ptk()
wpa_supplicant_check_group_cipher()
wpa_supplicant_activate_ptk()
wpa_ft_install_ptk()
wpa_ft_process_gtk_subelem()
All items filtered out
wpa_cipher_to_alg()
All items filtered out
Data Use
from
examples
wpa_cipher_to_alg()
reads 5 variables:
wpa_alg::WIFI_WPA_ALG_NONE
wpa_alg::WIFI_WPA_ALG_WEP40
wpa_alg::WIFI_WPA_ALG_TKIP
wpa_alg::WIFI_WPA_ALG_CCMP
wpa_alg::WIFI_WPA_ALG_WEP104
All items filtered out
wpa_cipher_to_alg()
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