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.c461 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk()
813 alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_ft_process_gtk_subelem()
911 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem()
979 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_bigtk_subelem()
Dwpa.c934 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1003 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher()
1226 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk()
1295 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk()
3872 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->pairwise_cipher), NULL, 0, 0, NULL, 0, in wpa_sm_install_pmk()
3922 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key()
4964 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
/external/wpa_supplicant_8/wpa_supplicant/
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()
Dmesh_mpm.c873 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->pairwise_cipher), in mesh_mpm_plink_estab()
882 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->group_cipher), in mesh_mpm_plink_estab()
895 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h615 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
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c2857 alg = wpa_cipher_to_alg(sm->pairwise); in fils_set_tk()
3436 wpa_cipher_to_alg(sm->pairwise), in SM_STATE()
3640 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE()
4331 wpa_cipher_to_alg(conf->wpa_group), in wpa_group_config_group_keys()
4341 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
Dwpa_auth_ft.c2822 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()