Searched refs:wpa_cipher_to_alg (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
D | mesh_mpm.c | 820 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()
|
D | mesh_rsn.c | 192 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/ |
D | wpa_ft.c | 328 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()
|
D | wpa.c | 711 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/ |
D | wpa_common.h | 463 enum wpa_alg wpa_cipher_to_alg(int cipher);
|
D | wpa_common.c | 1704 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 | 2432 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()
|
D | wpa_auth_ft.c | 792 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()
|