Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c820 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->pairwise_cipher), in mesh_mpm_plink_estab()
828 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->group_cipher), in mesh_mpm_plink_estab()
840 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
Dmesh_rsn.c192 wpa_cipher_to_alg(rsn->mgmt_group_cipher), NULL, in __mesh_rsn_auth_init()
201 wpa_drv_set_key(rsn->wpa_s, wpa_cipher_to_alg(rsn->group_cipher), NULL, in __mesh_rsn_auth_init()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c328 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk()
572 alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_ft_process_gtk_subelem()
Dwpa.c711 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
753 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher()
978 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk()
3169 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key()
3810 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
/external/wpa_supplicant_8/src/common/
Dwpa_common.h463 enum wpa_alg wpa_cipher_to_alg(int cipher);
Dwpa_common.c1704 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() function
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c2432 alg = wpa_cipher_to_alg(sm->pairwise); in fils_set_tk()
2887 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE()
3404 wpa_cipher_to_alg(wpa_auth->conf.wpa_group), in wpa_group_config_group_keys()
3414 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()
Dwpa_auth_ft.c792 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()