OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mgmt_group_cipher
(Results
1 - 10
of
10
) sorted by null
/external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c
107
int key_mgmt, int
mgmt_group_cipher
,
204
if (wpa_cipher_valid_mgmt_group(
mgmt_group_cipher
)) {
213
mgmt_group_cipher
));
297
sm->key_mgmt, sm->
mgmt_group_cipher
,
wpa.c
751
if (!wpa_cipher_valid_mgmt_group(sm->
mgmt_group_cipher
))
758
len = wpa_cipher_key_len(sm->
mgmt_group_cipher
);
773
if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->
mgmt_group_cipher
),
1100
wpa_cipher_valid_mgmt_group(sm->
mgmt_group_cipher
) &&
1102
(unsigned int) wpa_cipher_key_len(sm->
mgmt_group_cipher
)) {
[
all
...]
wpa_i.h
79
unsigned int
mgmt_group_cipher
;
member in struct:wpa_sm
wpa_ft.c
223
if (sm->
mgmt_group_cipher
== WPA_CIPHER_AES_128_CMAC)
238
if (sm->
mgmt_group_cipher
== WPA_CIPHER_AES_128_CMAC) {
626
if (sm->
mgmt_group_cipher
!= WPA_CIPHER_AES_128_CMAC)
/external/wpa_supplicant_8/src/common/
wpa_common.c
450
data->
mgmt_group_cipher
= WPA_CIPHER_AES_128_CMAC;
452
data->
mgmt_group_cipher
= 0;
569
data->
mgmt_group_cipher
= rsn_selector_to_bitfield(pos);
570
if (!wpa_cipher_valid_mgmt_group(data->
mgmt_group_cipher
)) {
573
data->
mgmt_group_cipher
);
635
data->
mgmt_group_cipher
= 0;
1058
ie1d.
mgmt_group_cipher
== ie2d.
mgmt_group_cipher
)
[
all
...]
wpa_common.h
366
int
mgmt_group_cipher
;
member in struct:wpa_ie_data
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c
335
wpa_s->
mgmt_group_cipher
= 0;
356
wpa_s->
mgmt_group_cipher
);
795
wpa_s->
mgmt_group_cipher
= 0;
1021
ie.
mgmt_group_cipher
=
1037
ie.
mgmt_group_cipher
);
[
all
...]
wpa_supplicant_i.h
433
int
mgmt_group_cipher
;
member in struct:wpa_supplicant
/external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c
607
if (data.
mgmt_group_cipher
!= wpa_auth->conf.group_mgmt_cipher)
610
"cipher %d", data.
mgmt_group_cipher
);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c
[
all
...]
Completed in 213 milliseconds