Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dbss.c286 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()
Drx_mgmt.c22 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 …]
Dwlantest.h169 int mgmt_group_cipher; member
Dctrl.c1107 info_print_cipher(resp, sizeof(resp), bss->mgmt_group_cipher); in ctrl_info_bss()
/hostap-latest/src/rsn_supp/
Dwpa_ft.c311 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 …]
Dwpa_ie.c138 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()
Dwpa.c1670 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 …]
Dwpa_i.h104 unsigned int mgmt_group_cipher; member
/hostap-latest/wpa_supplicant/
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()
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()
Dmesh_rsn.h20 unsigned int mgmt_group_cipher; member
Dwpa_supplicant.c427 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 …]
Devents.c743 !(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()
Dmesh_mpm.c944 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
Dwpa_supplicant_i.h757 int mgmt_group_cipher; member
Dsme.c2524 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in sme_associate()
Dctrl_iface.c10336 params.mgmt_group_suite = wpa_s->mgmt_group_cipher; in wpas_ctrl_resend_assoc()
/hostap-latest/src/common/
Dwpa_common.c1870 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()
Dwpa_common.h525 int mgmt_group_cipher; member
/hostap-latest/src/ap/
Dwpa_auth_ie.c1117 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()
Dap_config.h55 unsigned int mgmt_group_cipher; member
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers.c5555 switch (ie_data->mgmt_group_cipher) { in wpas_dbus_get_bss_security_prop()