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

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c412 alg = wpa_cipher_to_alg(sm->pairwise_cipher);
728 alg = wpa_cipher_to_alg(sm->group_cipher);
826 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
H A Dwpa.c812 alg = wpa_cipher_to_alg(sm->pairwise_cipher);
860 *alg = wpa_cipher_to_alg(group_cipher);
1083 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher),
3426 gd.alg = wpa_cipher_to_alg(sm->group_cipher);
4450 alg = wpa_cipher_to_alg(sm->pairwise_cipher);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c877 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->pairwise_cipher),
885 wpa_drv_set_key(wpa_s, wpa_cipher_to_alg(conf->group_cipher),
897 wpa_cipher_to_alg(conf->mgmt_group_cipher),
H A Dmesh_rsn.c200 wpa_cipher_to_alg(rsn->mgmt_group_cipher), NULL,
209 wpa_drv_set_key(rsn->wpa_s, wpa_cipher_to_alg(rsn->group_cipher), NULL,
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.h476 enum wpa_alg wpa_cipher_to_alg(int cipher);
H A Dwpa_common.c2267 enum wpa_alg wpa_cipher_to_alg(int cipher) function
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c2745 alg = wpa_cipher_to_alg(sm->pairwise);
3346 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise);
3946 wpa_cipher_to_alg(wpa_auth->conf.wpa_group),
3956 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher);
H A Dwpa_auth_ft.c2632 alg = wpa_cipher_to_alg(sm->pairwise);

Completed in 277 milliseconds