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

  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.c 110 int key_mgmt, int mgmt_group_cipher,
211 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) {
220 mgmt_group_cipher));
304 sm->key_mgmt, sm->mgmt_group_cipher,
wpa.c 861 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher))
868 len = wpa_cipher_key_len(sm->mgmt_group_cipher);
883 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
    [all...]
wpa_ft.c 218 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC)
233 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) {
620 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC)
wpa_i.h 82 unsigned int mgmt_group_cipher; member in struct:wpa_sm
  /external/wpa_supplicant_8/src/common/
wpa_common.c 560 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC;
562 data->mgmt_group_cipher = 0;
692 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos);
693 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) {
696 __func__, data->mgmt_group_cipher,
755 data->mgmt_group_cipher = 0;
    [all...]
wpa_common.h 374 int mgmt_group_cipher; member in struct:wpa_ie_data
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 347 wpa_s->mgmt_group_cipher = 0;
351 wpa_s->mgmt_group_cipher = 0;
wpa_supplicant.c 360 wpa_s->mgmt_group_cipher = 0;
381 wpa_s->mgmt_group_cipher);
888 wpa_s->mgmt_group_cipher = 0;
    [all...]
wpa_supplicant_i.h 517 int mgmt_group_cipher; member in struct:wpa_supplicant
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 643 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
646 "cipher %d", data.mgmt_group_cipher);
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c     [all...]

Completed in 62 milliseconds