Searched refs:wpa_cipher_to_alg (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_ft.c | 502 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()
|
D | wpa.c | 1158 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/ |
D | mesh_mpm.c | 913 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()
|
D | mesh_rsn.c | 198 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/ |
D | wpa_common.h | 707 enum wpa_alg wpa_cipher_to_alg(int cipher);
|
D | wpa_common.c | 2894 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() function
|
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 3038 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()
|
D | wpa_auth_ft.c | 2911 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()
|