/hostap-latest/wlantest/ |
D | bss.c | 286 bss->mgmt_group_cipher = 0; in bss_update() 299 bss->mgmt_group_cipher |= data.mgmt_group_cipher; in bss_update() 314 bss->mgmt_group_cipher |= data.mgmt_group_cipher; in bss_update() 327 bss->mgmt_group_cipher = 0; in bss_update() 363 bss->mgmt_group_cipher == 0 ? "N/A " : "", in bss_update() 364 bss->mgmt_group_cipher & WPA_CIPHER_AES_128_CMAC ? in bss_update() 366 bss->mgmt_group_cipher & WPA_CIPHER_BIP_GMAC_128 ? in bss_update() 368 bss->mgmt_group_cipher & WPA_CIPHER_BIP_GMAC_256 ? in bss_update() 370 bss->mgmt_group_cipher & WPA_CIPHER_BIP_CMAC_256 ? in bss_update()
|
D | rx_mgmt.c | 22 static int check_mmie_mic(unsigned int mgmt_group_cipher, 585 mic_len = bss->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC ? 8 : 16; in rx_mgmt_beacon() 621 if (check_mmie_mic(bss->mgmt_group_cipher, bss->igtk[keyid], in rx_mgmt_beacon() 1886 if (bss->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in process_igtk_subelem() 1887 bss->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in process_igtk_subelem() 1888 bss->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in process_igtk_subelem() 1889 bss->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in process_igtk_subelem() 1900 igtk_len = wpa_cipher_key_len(bss->mgmt_group_cipher); in process_igtk_subelem() 1962 (bss->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in process_bigtk_subelem() 1963 bss->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in process_bigtk_subelem() [all …]
|
D | wlantest.h | 169 int mgmt_group_cipher; member
|
D | ctrl.c | 1107 info_print_cipher(resp, sizeof(resp), bss->mgmt_group_cipher); in ctrl_info_bss()
|
/hostap-latest/src/rsn_supp/ |
D | wpa_ft.c | 311 switch (sm->mgmt_group_cipher) { in wpa_ft_gen_req_ies() 903 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem() 904 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem() 905 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem() 906 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem() 917 igtk_len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_ft_process_igtk_subelem() 941 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem() 966 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_bigtk_subelem() 967 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_bigtk_subelem() 968 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_bigtk_subelem() [all …]
|
D | wpa_ie.c | 138 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument 264 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn() 273 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn() 356 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
|
D | wpa.c | 1670 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_igtk() 1694 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk() 1738 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_bigtk() 1763 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk() 1789 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_mlo_igtk() 1816 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_igtk() 1846 size_t len = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_supplicant_install_mlo_bigtk() 1876 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_bigtk() 1907 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in _mlo_ieee80211w_set_keys() 1921 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in _mlo_ieee80211w_set_keys() [all …]
|
D | wpa_i.h | 104 unsigned int mgmt_group_cipher; member
|
/hostap-latest/wpa_supplicant/ |
D | mesh_rsn.c | 189 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()
|
D | mesh.c | 132 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()
|
D | mesh_rsn.h | 20 unsigned int mgmt_group_cipher; member
|
D | wpa_supplicant.c | 427 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy() 449 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy() 1220 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status() 1407 sel = ie->mgmt_group_cipher; in wpas_set_mgmt_group_cipher() 1415 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher() 1417 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpas_set_mgmt_group_cipher() 1421 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpas_set_mgmt_group_cipher() 1425 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpas_set_mgmt_group_cipher() 1429 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_CMAC_256; in wpas_set_mgmt_group_cipher() 1433 wpa_s->mgmt_group_cipher = 0; in wpas_set_mgmt_group_cipher() [all …]
|
D | events.c | 743 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match() 3337 sel = ie.mgmt_group_cipher; in wpa_supplicant_use_own_rsne_params() 3343 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params() 3350 ie.mgmt_group_cipher = 0; in wpa_supplicant_use_own_rsne_params() 3353 if (ie.mgmt_group_cipher && !sel) { in wpa_supplicant_use_own_rsne_params() 3359 wpa_s->mgmt_group_cipher = ie.mgmt_group_cipher; in wpa_supplicant_use_own_rsne_params() 3361 wpa_s->mgmt_group_cipher); in wpa_supplicant_use_own_rsne_params() 3362 if (wpa_s->mgmt_group_cipher) in wpa_supplicant_use_own_rsne_params() 3364 wpa_cipher_txt(wpa_s->mgmt_group_cipher)); in wpa_supplicant_use_own_rsne_params()
|
D | mesh_mpm.c | 944 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
|
D | wpa_supplicant_i.h | 757 int mgmt_group_cipher; member
|
D | sme.c | 2524 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in sme_associate()
|
D | ctrl_iface.c | 10336 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in wpas_ctrl_resend_assoc()
|
/hostap-latest/src/common/ |
D | wpa_common.c | 1870 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn() 2017 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn() 2018 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) { in wpa_parse_wpa_ie_rsn() 2021 __func__, data->mgmt_group_cipher, in wpa_parse_wpa_ie_rsn() 2079 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_wpa() 2897 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie() 4166 if (data->mgmt_group_cipher != WPA_CIPHER_GTK_NOT_USED) { in wpa_pasn_validate_rsne()
|
D | wpa_common.h | 525 int mgmt_group_cipher; member
|
/hostap-latest/src/ap/ |
D | wpa_auth_ie.c | 1117 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie() 1120 "cipher %d", data.mgmt_group_cipher); in wpa_validate_wpa_ie()
|
D | ap_config.h | 55 unsigned int mgmt_group_cipher; member
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 5555 switch (ie_data->mgmt_group_cipher) { in wpas_dbus_get_bss_security_prop()
|