Home
last modified time | relevance | path

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

/hostap-3.6.0/src/rsn_supp/
Dwpa_ft.c461 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk()
795 alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_ft_process_gtk_subelem()
893 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem()
961 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_bigtk_subelem()
Dwpa.c937 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1006 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher()
1229 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk()
1298 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk()
3913 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key()
4955 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
/hostap-3.6.0/wpa_supplicant/
Dmesh_mpm.c882 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->pairwise_cipher), in mesh_mpm_plink_estab()
891 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->group_cipher), in mesh_mpm_plink_estab()
904 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
Dmesh_rsn.c198 wpa_cipher_to_alg(rsn->mgmt_group_cipher), in __mesh_rsn_auth_init()
208 wpa_drv_set_key(rsn->wpa_s, wpa_cipher_to_alg(rsn->group_cipher), in __mesh_rsn_auth_init()
/hostap-3.6.0/src/common/
Dwpa_common.h623 enum wpa_alg wpa_cipher_to_alg(int cipher);
Dwpa_common.c2619 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() function
/hostap-3.6.0/src/ap/
Dwpa_auth.c2862 alg = wpa_cipher_to_alg(sm->pairwise); in fils_set_tk()
3443 wpa_cipher_to_alg(sm->pairwise), in SM_STATE()
3647 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE()
4340 wpa_cipher_to_alg(conf->wpa_group), in wpa_group_config_group_keys()
4350 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
Dwpa_auth_ft.c2823 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()
/hostap-3.6.0/wlantest/
Drx_mgmt.c1094 alg = wpa_cipher_to_alg(bss->group_cipher); in process_gtk_subelem()