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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.c265 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) {
275 switch (conf->group_mgmt_cipher) {
291 conf->group_mgmt_cipher);
643 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
H A Dap_config.h305 int group_mgmt_cipher; member in struct:hostapd_bss_config
H A Dwpa_auth.h158 int group_mgmt_cipher; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c54 wconf->group_mgmt_cipher = conf->group_mgmt_cipher;
H A Dwpa_auth.c2145 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2158 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2705 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
2830 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2909 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher);
2910 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
H A Dap_config.c79 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
H A Dieee802_1x.c384 hapd->conf->group_mgmt_cipher);
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.c265 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) {
275 switch (conf->group_mgmt_cipher) {
291 conf->group_mgmt_cipher);
643 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
H A Dap_config.h305 int group_mgmt_cipher; member in struct:hostapd_bss_config
H A Dwpa_auth.h158 int group_mgmt_cipher; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c54 wconf->group_mgmt_cipher = conf->group_mgmt_cipher;
H A Dwpa_auth.c2145 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2158 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2705 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
2830 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2909 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher);
2910 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
H A Dap_config.c79 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
H A Dieee802_1x.c384 hapd->conf->group_mgmt_cipher);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c265 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) {
275 switch (conf->group_mgmt_cipher) {
291 conf->group_mgmt_cipher);
643 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher)
H A Dap_config.h305 int group_mgmt_cipher; member in struct:hostapd_bss_config
H A Dwpa_auth.h158 int group_mgmt_cipher; member in struct:wpa_auth_config
H A Dwpa_auth_glue.c54 wconf->group_mgmt_cipher = conf->group_mgmt_cipher;
H A Dwpa_auth.c2145 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2158 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2705 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
2830 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher);
2909 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher);
2910 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
H A Dap_config.c79 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
H A Dieee802_1x.c384 hapd->conf->group_mgmt_cipher);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c2834 } else if (os_strcmp(buf, "group_mgmt_cipher") == 0) {
2836 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
2838 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128;
2840 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;
2842 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256;
2844 wpa_printf(MSG_ERROR, "Line %d: invalid group_mgmt_cipher: %s",

Completed in 221 milliseconds