Searched refs:wpa_cipher_to_alg (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/rsn_supp/ |
D | wpa_ft.c | 506 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk() 843 alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_ft_process_gtk_subelem() 941 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_igtk_subelem() 1009 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_ft_process_bigtk_subelem()
|
D | wpa.c | 1250 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk() 1336 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher() 1694 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_igtk() 1763 if (wpa_sm_set_key(sm, -1, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_bigtk() 1816 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_igtk() 1876 wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_supplicant_install_mlo_bigtk() 5653 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key() 6740 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
|
/hostap-latest/wpa_supplicant/ |
D | mesh_rsn.c | 216 wpa_cipher_to_alg(rsn->mgmt_group_cipher), in __mesh_rsn_auth_init() 226 wpa_drv_set_key(rsn->wpa_s, -1, wpa_cipher_to_alg(rsn->group_cipher), in __mesh_rsn_auth_init()
|
D | mesh_mpm.c | 921 wpa_cipher_to_alg(conf->pairwise_cipher), in mesh_mpm_plink_estab() 931 wpa_cipher_to_alg(conf->group_cipher), in mesh_mpm_plink_estab() 944 wpa_cipher_to_alg(conf->mgmt_group_cipher), in mesh_mpm_plink_estab()
|
/hostap-latest/src/common/ |
D | wpa_common.h | 750 enum wpa_alg wpa_cipher_to_alg(int cipher);
|
D | wpa_common.c | 3042 enum wpa_alg wpa_cipher_to_alg(int cipher) in wpa_cipher_to_alg() function
|
/hostap-latest/src/ap/ |
D | wpa_auth.c | 3487 alg = wpa_cipher_to_alg(sm->pairwise); 4764 wpa_cipher_to_alg(sm->pairwise), 5079 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); 5858 wpa_cipher_to_alg(conf->wpa_group), 5868 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher);
|
D | wpa_auth_ft.c | 2920 alg = wpa_cipher_to_alg(sm->pairwise); in wpa_ft_install_ptk()
|
/hostap-latest/wlantest/ |
D | rx_mgmt.c | 1819 alg = wpa_cipher_to_alg(bss->group_cipher); in process_gtk_subelem()
|