Home
last modified time | relevance | path

Searched refs:wpa_cipher_to_alg (Results 1 – 9 of 9) sorted by relevance

/hostap-latest/src/rsn_supp/
Dwpa_ft.c506 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk()
843 alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_ft_process_gtk_subelem()
941 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem()
1009 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_bigtk_subelem()
Dwpa.c1250 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1336 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher()
1694 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk()
1763 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk()
1816 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_igtk()
1876 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_bigtk()
5653 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key()
6740 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
/hostap-latest/wpa_supplicant/
Dmesh_rsn.c216 wpa_cipher_to_alg(rsn->mgmt_group_cipher), in __mesh_rsn_auth_init()
226 wpa_drv_set_key(rsn->wpa_s, -1, wpa_cipher_to_alg(rsn->group_cipher), in __mesh_rsn_auth_init()
Dmesh_mpm.c921 wpa_cipher_to_alg(conf->pairwise_cipher), in mesh_mpm_plink_estab()
931 wpa_cipher_to_alg(conf->group_cipher), in mesh_mpm_plink_estab()
944 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
/hostap-latest/src/common/
Dwpa_common.h750 enum wpa_alg wpa_cipher_to_alg(int cipher);
Dwpa_common.c3042 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() function
/hostap-latest/src/ap/
Dwpa_auth.c3487 alg = wpa_cipher_to_alg(sm->pairwise);
4764 wpa_cipher_to_alg(sm->pairwise),
5079 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise);
5858 wpa_cipher_to_alg(conf->wpa_group),
5868 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher);
Dwpa_auth_ft.c2920 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()
/hostap-latest/wlantest/
Drx_mgmt.c1819 alg = wpa_cipher_to_alg(bss->group_cipher); in process_gtk_subelem()