Home
last modified time | relevance | path

Searched refs:group_mgmt_cipher (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c129 if (ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_128 || in mesh_config_create()
130 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_256 || in mesh_config_create()
131 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_CMAC_256) in mesh_config_create()
132 conf->mgmt_group_cipher = ssid->group_mgmt_cipher; in mesh_config_create()
H A Dconfig_ssid.h265 int group_mgmt_cipher; member
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
189 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher); in __mesh_rsn_auth_init()
H A Devents.c630 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()
631 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
2853 if (ssid->group_mgmt_cipher) in wpa_supplicant_use_own_rsne_params()
2854 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_use_own_rsne_params()
2858 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params()
H A Dwpa_supplicant.c1306 if (ssid->group_mgmt_cipher) in wpas_set_mgmt_group_cipher()
1307 sel &= ssid->group_mgmt_cipher; in wpas_set_mgmt_group_cipher()
1313 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher()
1452 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1456 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1460 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
H A Dconfig.c1257 if (ssid->group_mgmt_cipher == val) in wpa_config_parse_group_mgmt()
1260 ssid->group_mgmt_cipher = val; in wpa_config_parse_group_mgmt()
1269 return wpa_config_write_cipher(ssid->group_mgmt_cipher); in wpa_config_write_group_mgmt()
H A Dconfig_file.c528 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c330 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
340 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()
356 conf->group_mgmt_cipher); in wpa_write_rsn_ie()
820 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
1181 switch (conf->group_mgmt_cipher) { in wpa_auth_write_fd_rsn_info()
H A Dwpa_auth.c3231 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
3235 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
3249 size_t len = wpa_cipher_key_len(conf->group_mgmt_cipher); in ieee80211w_kde_add()
4074 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()
4087 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()
4220 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()
4258 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_bigtk_subelem()
4348 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
4349 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
H A Dwpa_auth.h195 int group_mgmt_cipher; member
H A Dap_config.h355 int group_mgmt_cipher; member
H A Dwpa_auth_glue.c73 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
H A Dap_config.c102 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
H A Dwpa_auth_ft.c2272 igtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_ft_igtk_subelem()
2332 bigtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_ft_bigtk_subelem()
H A Dieee802_1x.c416 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3443 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()
3445 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()
3447 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()
3449 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()
H A DChangeLog415 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,