Searched refs:group_mgmt_cipher (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h243 * group_mgmt_cipher - Bitfield of allowed group management ciphers
249 int group_mgmt_cipher; member in struct:wpa_ssid
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher;
191 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher);
H A Dwpa_supplicant.c1318 if (ssid->group_mgmt_cipher &
1322 else if (ssid->group_mgmt_cipher &
1326 else if (ssid->group_mgmt_cipher &
1531 if (ssid->group_mgmt_cipher)
1532 sel &= ssid->group_mgmt_cipher;
1538 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel);
H A Dconfig.c1208 if (ssid->group_mgmt_cipher == val)
1211 ssid->group_mgmt_cipher = val;
1220 return wpa_config_write_cipher(ssid->group_mgmt_cipher);
H A Dconfig_file.c612 if (!ssid->group_mgmt_cipher)
H A Devents.c599 if (ssid->group_mgmt_cipher &&
600 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) {
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c319 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) {
329 switch (conf->group_mgmt_cipher) {
345 conf->group_mgmt_cipher);
769 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
H A Dap_config.h352 int group_mgmt_cipher; member in struct:hostapd_bss_config
H A Dwpa_auth.h192 int group_mgmt_cipher; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c69 wconf->group_mgmt_cipher = conf->group_mgmt_cipher;
H A Dwpa_auth.c3054 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
3067 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
3752 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
3877 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
3956 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher);
3957 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
H A Dap_config.c92 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
H A Dieee802_1x.c414 hapd->conf->group_mgmt_cipher);
H A Dwpa_auth_ft.c2253 igtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3378 } else if (os_strcmp(buf, "group_mgmt_cipher") == 0) {
3380 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
3382 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128;
3384 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;
3386 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256;
3388 wpa_printf(MSG_ERROR, "Line %d: invalid group_mgmt_cipher: %s",

Completed in 344 milliseconds