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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.h255 int (*get_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c1271 .get_eapol = hostapd_wpa_auth_get_eapol,
H A Dwpa_auth.c108 if (wpa_auth->cb->get_eapol == NULL)
110 return wpa_auth->cb->get_eapol(wpa_auth->cb_ctx, addr, var);

Completed in 141 milliseconds