Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c502 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk()
848 alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_ft_process_gtk_subelem()
946 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem()
1014 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_bigtk_subelem()
Dwpa.c1158 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1244 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher()
1595 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk()
1664 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk()
1717 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_igtk()
1777 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_bigtk()
5093 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->pairwise_cipher), NULL, 0, 0, NULL, 0, in wpa_sm_install_pmk()
5144 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key()
6208 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c913 wpa_cipher_to_alg(conf->pairwise_cipher), in mesh_mpm_plink_estab()
923 wpa_cipher_to_alg(conf->group_cipher), in mesh_mpm_plink_estab()
936 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, -1, wpa_cipher_to_alg(rsn->group_cipher), in __mesh_rsn_auth_init()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h707 enum wpa_alg wpa_cipher_to_alg(int cipher);
Dwpa_common.c2894 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() function
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c3038 alg = wpa_cipher_to_alg(sm->pairwise); in fils_set_tk()
3670 wpa_cipher_to_alg(sm->pairwise), in SM_STATE()
3889 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE()
4614 wpa_cipher_to_alg(conf->wpa_group), in wpa_group_config_group_keys()
4624 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
Dwpa_auth_ft.c2911 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()