Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.h342 int (*get_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var); member
H A Dwpa_auth_glue.c1615 .get_eapol = hostapd_wpa_auth_get_eapol, in hostapd_setup_wpa()
H A Dwpa_auth.c257 if (!wpa_auth->cb->get_eapol) in wpa_auth_get_eapol()
259 return wpa_auth->cb->get_eapol(wpa_auth->cb_ctx, addr, var); in wpa_auth_get_eapol()