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

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dwpa_auth.h183 int (*get_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var); member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c512 cb.get_eapol = hostapd_wpa_auth_get_eapol;
H A Dwpa_auth.c78 if (wpa_auth->cb.get_eapol == NULL)
80 return wpa_auth->cb.get_eapol(wpa_auth->cb.ctx, addr, var);

Completed in 122 milliseconds