Home
last modified time | relevance | path

Searched refs:rsn_preauth_in_progress (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.h28 int rsn_preauth_in_progress(struct wpa_sm *sm);
72 static inline int rsn_preauth_in_progress(struct wpa_sm *sm) in rsn_preauth_in_progress() function
H A Dpreauth.c550 int rsn_preauth_in_progress(struct wpa_sm *sm) in rsn_preauth_in_progress() function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c215 if (!rsn_preauth_in_progress(wpa_s->wpa)) in eapol_test_poll()