Searched refs:wpa_cipher_to_alg (Results 1 – 9 of 9) sorted by relevance
/hostap-3.6.0/src/rsn_supp/ |
D | wpa_ft.c | 461 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk() 795 alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_ft_process_gtk_subelem() 893 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem() 961 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_bigtk_subelem()
|
D | wpa.c | 937 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk() 1006 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher() 1229 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk() 1298 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk() 3913 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key() 4955 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
|
/hostap-3.6.0/wpa_supplicant/ |
D | mesh_mpm.c | 882 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->pairwise_cipher), in mesh_mpm_plink_estab() 891 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->group_cipher), in mesh_mpm_plink_estab() 904 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, wpa_cipher_to_alg(rsn->group_cipher), in __mesh_rsn_auth_init()
|
/hostap-3.6.0/src/common/ |
D | wpa_common.h | 623 enum wpa_alg wpa_cipher_to_alg(int cipher);
|
D | wpa_common.c | 2619 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() function
|
/hostap-3.6.0/src/ap/ |
D | wpa_auth.c | 2862 alg = wpa_cipher_to_alg(sm->pairwise); in fils_set_tk() 3443 wpa_cipher_to_alg(sm->pairwise), in SM_STATE() 3647 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); in SM_STATE() 4340 wpa_cipher_to_alg(conf->wpa_group), in wpa_group_config_group_keys() 4350 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
|
D | wpa_auth_ft.c | 2823 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()
|
/hostap-3.6.0/wlantest/ |
D | rx_mgmt.c | 1094 alg = wpa_cipher_to_alg(bss->group_cipher); in process_gtk_subelem()
|