OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wpa_cipher_to_suite
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c
56
suite =
wpa_cipher_to_suite
(WPA_PROTO_WPA, group_cipher);
67
suite =
wpa_cipher_to_suite
(WPA_PROTO_WPA, pairwise_cipher);
127
suite =
wpa_cipher_to_suite
(WPA_PROTO_RSN, group_cipher);
138
suite =
wpa_cipher_to_suite
(WPA_PROTO_RSN, pairwise_cipher);
wpa_ft.c
182
RSN_SELECTOR_PUT(pos,
wpa_cipher_to_suite
(WPA_PROTO_RSN,
197
RSN_SELECTOR_PUT(pos,
wpa_cipher_to_suite
(WPA_PROTO_RSN,
wpa.c
[
all
...]
peerkey.c
273
RSN_SELECTOR_PUT(pos,
wpa_cipher_to_suite
(WPA_PROTO_RSN, cipher));
[
all
...]
/external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c
40
suite =
wpa_cipher_to_suite
(WPA_PROTO_WPA, conf->wpa_group);
105
suite =
wpa_cipher_to_suite
(WPA_PROTO_RSN, conf->wpa_group);
416
selector =
wpa_cipher_to_suite
(WPA_PROTO_RSN,
422
selector =
wpa_cipher_to_suite
(WPA_PROTO_RSN,
437
selector =
wpa_cipher_to_suite
(WPA_PROTO_WPA,
443
selector =
wpa_cipher_to_suite
(WPA_PROTO_WPA,
wpa_auth.c
[
all
...]
/external/wpa_supplicant_8/src/common/
wpa_common.h
386
u32
wpa_cipher_to_suite
(int proto, int cipher);
wpa_common.c
1137
u32
wpa_cipher_to_suite
(int proto, int cipher)
function
Completed in 1778 milliseconds