Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_ie.c319 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
329 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()
345 conf->group_mgmt_cipher); in wpa_write_rsn_ie()
769 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
H A Dwpa_auth.h192 int group_mgmt_cipher; member
H A Dwpa_auth_glue.c69 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
H A Dap_config.h352 int group_mgmt_cipher; member
H A Dwpa_auth.c3054 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
3067 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_add()
3752 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_gtk_update()
3877 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()
3956 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()
3957 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()
H A Dap_config.c92 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
H A Dieee802_1x.c414 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
H A Dwpa_auth_ft.c2253 igtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_ft_igtk_subelem()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig_ssid.h249 int group_mgmt_cipher; member
H A Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
191 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher); in __mesh_rsn_auth_init()
H A Dwpa_supplicant.c1318 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1322 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1326 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1531 if (ssid->group_mgmt_cipher) in wpa_supplicant_set_suites()
1532 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_set_suites()
1538 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_set_suites()
H A Dconfig.c1208 if (ssid->group_mgmt_cipher == val) in wpa_config_parse_group_mgmt()
1211 ssid->group_mgmt_cipher = val; in wpa_config_parse_group_mgmt()
1220 return wpa_config_write_cipher(ssid->group_mgmt_cipher); in wpa_config_write_group_mgmt()
H A Dconfig_file.c612 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
H A Devents.c599 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()
600 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
/netbsd/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c3380 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;
H A DChangeLog372 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,