HomeSort by relevance Sort by last modified time
    Searched refs:mgmt_group_cipher (Results 1 - 18 of 18) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.c 261 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
263 data->mgmt_group_cipher = 0;
382 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
383 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
386 data->mgmt_group_cipher);
wpa_common.h 328 int mgmt_group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.c 69 data->mgmt_group_cipher = 0;
256 int key_mgmt, int mgmt_group_cipher,
335 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
351 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
388 sm->key_mgmt, sm->mgmt_group_cipher,
wpa_ft.c 195 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
210 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
685 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
wpa_i.h 81 unsigned int mgmt_group_cipher; member in struct:wpa_sm
wpa.c 743 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 112 int key_mgmt, int mgmt_group_cipher,
209 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
246 sm->key_mgmt, sm->mgmt_group_cipher,
wpa_i.h 78 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) {
636 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
wpa.c 745 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 405 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
407 data->mgmt_group_cipher = 0;
526 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
527 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
530 data->mgmt_group_cipher);
594 data->mgmt_group_cipher = 0;
984 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
wpa_common.h 336 int mgmt_group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.c 315 wpa_s->mgmt_group_cipher = 0;
336 wpa_s->mgmt_group_cipher);
540 wpa_s->mgmt_group_cipher = 0;
779 ie.mgmt_group_cipher =
795 ie.mgmt_group_cipher);
886 sel = ie.mgmt_group_cipher;
891 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
895 wpa_s->mgmt_group_cipher = 0;
899 wpa_s->mgmt_group_cipher);
    [all...]
wpa_supplicant_i.h 305 int mgmt_group_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 323 wpa_s->mgmt_group_cipher = 0;
344 wpa_s->mgmt_group_cipher);
670 wpa_s->mgmt_group_cipher = 0;
925 ie.mgmt_group_cipher =
941 ie.mgmt_group_cipher);
1034 sel = ie.mgmt_group_cipher;
1039 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
1043 wpa_s->mgmt_group_cipher = 0;
1047 wpa_s->mgmt_group_cipher);
    [all...]
wpa_supplicant_i.h 285 int mgmt_group_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 578 if (data.mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
580 "cipher %d", data.mgmt_group_cipher);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 344 milliseconds