Home
last modified time | relevance | path

Searched refs:mgmt_group_cipher (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c311 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies()
900 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
901 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
902 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
903 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
914 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem()
938 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem()
963 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_bigtk_subelem()
964 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_bigtk_subelem()
965 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_bigtk_subelem()
[all …]
H A Dwpa_ie.c131 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
257 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
266 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
349 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
H A Dwpa.c1635 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_igtk()
1659 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk()
1703 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_bigtk()
1728 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk()
1754 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_mlo_igtk()
1781 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_igtk()
1811 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_mlo_bigtk()
1841 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_bigtk()
1872 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in _mlo_ieee80211w_set_keys()
1886 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in _mlo_ieee80211w_set_keys()
[all …]
H A Dwpa_i.h104 unsigned int mgmt_group_cipher; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c189 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
216 wpa_cipher_to_alg(rsn->mgmt_group_cipher), in __mesh_rsn_auth_init()
263 mesh_rsn->mgmt_group_cipher = conf->mgmt_group_cipher; in mesh_rsn_auth_init()
795 key_len = wpa_cipher_key_len(wpa_s->mesh_rsn->mgmt_group_cipher); in mesh_rsn_process_ampe()
H A Dmesh.c132 conf->mgmt_group_cipher = ssid->group_mgmt_cipher; in mesh_config_create()
134 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create()
279 wpa_s->mgmt_group_cipher = wpa_s->mesh_rsn->mgmt_group_cipher; in wpas_mesh_complete()
629 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_join_mesh()
H A Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member
H A Dwpa_supplicant.c424 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy()
446 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy()
1244 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status()
1431 sel = ie->mgmt_group_cipher; in wpas_set_mgmt_group_cipher()
1439 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher()
1441 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpas_set_mgmt_group_cipher()
1445 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpas_set_mgmt_group_cipher()
1449 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpas_set_mgmt_group_cipher()
1453 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_CMAC_256; in wpas_set_mgmt_group_cipher()
1457 wpa_s->mgmt_group_cipher = 0; in wpas_set_mgmt_group_cipher()
[all …]
H A Devents.c739 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
3330 sel = ie.mgmt_group_cipher; in wpa_supplicant_use_own_rsne_params()
3336 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params()
3343 ie.mgmt_group_cipher = 0; in wpa_supplicant_use_own_rsne_params()
3346 if (ie.mgmt_group_cipher && !sel) { in wpa_supplicant_use_own_rsne_params()
3352 wpa_s->mgmt_group_cipher = ie.mgmt_group_cipher; in wpa_supplicant_use_own_rsne_params()
3354 wpa_s->mgmt_group_cipher); in wpa_supplicant_use_own_rsne_params()
3355 if (wpa_s->mgmt_group_cipher) in wpa_supplicant_use_own_rsne_params()
3357 wpa_cipher_txt(wpa_s->mgmt_group_cipher)); in wpa_supplicant_use_own_rsne_params()
H A Dmesh_mpm.c944 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
H A Dwpa_supplicant_i.h750 int mgmt_group_cipher; member
H A Dsme.c2479 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in sme_associate()
H A Dctrl_iface.c10338 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in wpas_ctrl_resend_assoc()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.c1870 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn()
2009 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn()
2010 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) { in wpa_parse_wpa_ie_rsn()
2013 __func__, data->mgmt_group_cipher, in wpa_parse_wpa_ie_rsn()
2071 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_wpa()
2889 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie()
4107 if (data->mgmt_group_cipher != WPA_CIPHER_GTK_NOT_USED) { in wpa_pasn_validate_rsne()
H A Dwpa_common.h524 int mgmt_group_cipher; member
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c864 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
867 "cipher %d", data.mgmt_group_cipher); in wpa_validate_wpa_ie()
H A Dap_config.h55 unsigned int mgmt_group_cipher; member
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.h1573 __le32 mgmt_group_cipher; member
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5555 switch (ie_data->mgmt_group_cipher) { in wpas_dbus_get_bss_security_prop()