Searched refs:send_eapol (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h215 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c618 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c149 if (wpa_auth->cb.send_eapol == NULL)
151 return wpa_auth->cb.send_eapol(wpa_auth->cb.ctx, addr, data, data_len,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h215 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c618 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c149 if (wpa_auth->cb.send_eapol == NULL)
151 return wpa_auth->cb.send_eapol(wpa_auth->cb.ctx, addr, data, data_len,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth.h215 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c618 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c149 if (wpa_auth->cb.send_eapol == NULL)
151 return wpa_auth->cb.send_eapol(wpa_auth->cb.ctx, addr, data, data_len,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dibss_rsn.c427 cb.send_eapol = auth_send_eapol;

Completed in 76 milliseconds