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

  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 223 * group_mgmt_cipher - Bitfield of allowed group management ciphers
229 int group_mgmt_cipher; member in struct:wpa_ssid
mesh_rsn.c 169 conf.group_mgmt_cipher = rsn->mgmt_group_cipher;
186 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher);
wpa_supplicant.c     [all...]
config.c 1168 if (ssid->group_mgmt_cipher == val)
1171 ssid->group_mgmt_cipher = val;
1180 return wpa_config_write_cipher(ssid->group_mgmt_cipher);
    [all...]
config_file.c 601 if (!ssid->group_mgmt_cipher)
    [all...]
events.c 573 if (ssid->group_mgmt_cipher &&
574 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.c 301 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) {
311 switch (conf->group_mgmt_cipher) {
327 conf->group_mgmt_cipher);
720 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
ap_config.h 316 int group_mgmt_cipher; member in struct:hostapd_bss_config
wpa_auth.h 179 int group_mgmt_cipher; member in struct:wpa_auth_config
wpa_auth_glue.c 61 wconf->group_mgmt_cipher = conf->group_mgmt_cipher;
wpa_auth.c     [all...]
ap_config.c 88 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
ieee802_1x.c 387 hapd->conf->group_mgmt_cipher);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 187 milliseconds