HomeSort by relevance Sort by last modified time
    Searched refs:get_eapol (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 194 int (*get_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var); member in struct:wpa_auth_callbacks
wpa_auth_glue.c 548 cb.get_eapol = hostapd_wpa_auth_get_eapol;
wpa_auth.c 79 if (wpa_auth->cb.get_eapol == NULL)
81 return wpa_auth->cb.get_eapol(wpa_auth->cb.ctx, addr, var);
    [all...]

Completed in 193 milliseconds