Home
last modified time | relevance | path

Searched refs:wpa_cipher_rsc_len (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h622 int wpa_cipher_rsc_len(int cipher);
H A Dwpa_common.c2604 int wpa_cipher_rsc_len(int cipher) in wpa_cipher_rsc_len() function
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c944 rsclen = wpa_cipher_rsc_len(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1013 *key_rsc_len = wpa_cipher_rsc_len(group_cipher); in wpa_supplicant_check_group_cipher()
1127 rsclen = wpa_cipher_rsc_len(sm->group_cipher); in wpa_supplicant_rsc_relaxation()
3912 gd.key_rsc_len = wpa_cipher_rsc_len(sm->group_cipher); in wpa_wnmsleep_install_key()
4963 rsclen = wpa_cipher_rsc_len(sm->pairwise_cipher); in fils_process_assoc_resp()
H A Dwpa_ft.c794 rsc_len = wpa_cipher_rsc_len(sm->group_cipher); in wpa_ft_process_gtk_subelem()