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

  /external/wpa_supplicant_8/src/common/
wpa_common.c 412 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
414 data->mgmt_group_cipher = 0;
533 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
534 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
537 data->mgmt_group_cipher);
598 data->mgmt_group_cipher = 0;
990 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher)
    [all...]
wpa_common.h 350 int mgmt_group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 107 int key_mgmt, int mgmt_group_cipher,
204 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
238 sm->key_mgmt, sm->mgmt_group_cipher,
wpa_i.h 78 unsigned int mgmt_group_cipher; member in struct:wpa_sm
wpa_ft.c 221 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
236 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
624 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
wpa.c 710 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 537 if (data.mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) {
539 "cipher %d", data.mgmt_group_cipher);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 336 wpa_s->mgmt_group_cipher = 0;
357 wpa_s->mgmt_group_cipher);
749 wpa_s->mgmt_group_cipher = 0;
990 ie.mgmt_group_cipher =
1006 ie.mgmt_group_cipher);
1096 sel = ie.mgmt_group_cipher;
    [all...]
wpa_supplicant_i.h 356 int mgmt_group_cipher; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 490 milliseconds