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

/external/wpa_supplicant_8/hostapd/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.c504 cb.get_eapol = hostapd_wpa_auth_get_eapol;
H A Dwpa_auth.c77 if (wpa_auth->cb.get_eapol == NULL)
79 return wpa_auth->cb.get_eapol(wpa_auth->cb.ctx, addr, var);
/external/wpa_supplicant_8/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.c504 cb.get_eapol = hostapd_wpa_auth_get_eapol;
H A Dwpa_auth.c77 if (wpa_auth->cb.get_eapol == NULL)
79 return wpa_auth->cb.get_eapol(wpa_auth->cb.ctx, addr, var);
/external/wpa_supplicant_8/wpa_supplicant/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.c504 cb.get_eapol = hostapd_wpa_auth_get_eapol;
H A Dwpa_auth.c77 if (wpa_auth->cb.get_eapol == NULL)
79 return wpa_auth->cb.get_eapol(wpa_auth->cb.ctx, addr, var);

Completed in 81 milliseconds