ESP-IDF
wpa_cipher_to_suite()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_suite()
wpa_cipher_to_suite() function
Syntax
Show:
Summary
Declaration
Definition
from
wpa_common.h:447
u32
wpa_cipher_to_suite
(
int
proto
,
int
cipher
)
;
Implemented in
wpa_common.c:1489
Arguments
Argument
proto
cipher
Examples
References
from
examples
Code
Location
Referrer
u32
wpa_cipher_to_suite
(
int
proto
,
int
cipher
)
wpa_common.c:1489
u32
wpa_cipher_to_suite
(
int
proto
,
int
cipher
)
;
wpa_common.h:447
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()
selector
=
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
wpa_auth_ie.c:454
wpa_validate_wpa_ie()
selector
=
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
wpa_auth_ie.c:459
wpa_validate_wpa_ie()
selector
=
wpa_cipher_to_suite
(
WPA_PROTO_WPA
,
wpa_auth_ie.c:475
wpa_validate_wpa_ie()
selector
=
wpa_cipher_to_suite
(
WPA_PROTO_WPA
,
wpa_auth_ie.c:480
wpa_validate_wpa_ie()
RSN_SELECTOR_PUT
(
pos
,
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
wpa_ft.c:192
wpa_ft_gen_req_ies()
RSN_SELECTOR_PUT
(
pos
,
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
wpa_ft.c:207
wpa_ft_gen_req_ies()
suite
=
wpa_cipher_to_suite
(
WPA_PROTO_WPA
,
group_cipher
)
;
wpa_ie.c:66
wpa_gen_wpa_ie_wpa()
suite
=
wpa_cipher_to_suite
(
WPA_PROTO_WPA
,
pairwise_cipher
)
;
wpa_ie.c:77
wpa_gen_wpa_ie_wpa()
suite
=
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
group_cipher
)
;
wpa_ie.c:147
wpa_gen_wpa_ie_rsn()
suite
=
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
pairwise_cipher
)
;
wpa_ie.c:163
wpa_gen_wpa_ie_rsn()
RSN_SELECTOR_PUT
(
pos
,
wpa_cipher_to_suite
(
WPA_PROTO_RSN
,
wpa_ie.c:257
wpa_gen_wpa_ie_rsn()
Call Tree
from
examples
wpa_cipher_to_suite()
is called by 6 functions:
wpa_write_wpa_ie()
wpa_write_rsn_ie()
wpa_validate_wpa_ie()
wpa_gen_wpa_ie_wpa()
wpa_gen_wpa_ie_rsn()
wpa_ft_gen_req_ies()
All items filtered out
wpa_cipher_to_suite()
All items filtered out
Data Use
from
examples
wpa_cipher_to_suite()
:
All items filtered out
wpa_cipher_to_suite()
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