HomeSort by relevance Sort by last modified time
    Searched refs:mgmt_group_cipher (Results 1 - 13 of 13) 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_6/wpa_supplicant/
wpa_supplicant.c 318 wpa_s->mgmt_group_cipher = 0;
339 wpa_s->mgmt_group_cipher);
547 wpa_s->mgmt_group_cipher = 0;
786 ie.mgmt_group_cipher =
802 ie.mgmt_group_cipher);
893 sel = ie.mgmt_group_cipher;
898 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
902 wpa_s->mgmt_group_cipher = 0;
906 wpa_s->mgmt_group_cipher);
    [all...]
wpa_supplicant_i.h 305 int mgmt_group_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant/
wpa.h 106 int mgmt_group_cipher; member in struct:wpa_ie_data
wpa_i.h 126 unsigned int mgmt_group_cipher; member in struct:wpa_sm
wpa_supplicant.c 669 wpa_s->mgmt_group_cipher = 0;
689 wpa_s->mgmt_group_cipher);
896 wpa_s->mgmt_group_cipher = 0;
    [all...]
wpa.c 378 data->mgmt_group_cipher = 0;
489 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
491 data->mgmt_group_cipher = 0;
609 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
610 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
613 data->mgmt_group_cipher);
728 int key_mgmt, int mgmt_group_cipher,
794 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
810 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
848 sm->key_mgmt, sm->mgmt_group_cipher,
    [all...]
wpa_supplicant_i.h 298 int mgmt_group_cipher; member in struct:wpa_supplicant

Completed in 49 milliseconds