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

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_none.c92 .send_eapol = none_driver_send_eapol,
H A Ddriver.h1608 * send_eapol - Optional function for sending EAPOL packets
1623 * handler if send_eapol() is used.
1625 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
3293 * %wpa_supplicant, this event is used only if the send_eapol() handler
H A Ddriver_test.c2670 .send_eapol = wpa_driver_test_send_eapol,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_none.c92 .send_eapol = none_driver_send_eapol,
H A Ddriver.h1608 * send_eapol - Optional function for sending EAPOL packets
1623 * handler if send_eapol() is used.
1625 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
3293 * %wpa_supplicant, this event is used only if the send_eapol() handler
H A Ddriver_test.c2670 .send_eapol = wpa_driver_test_send_eapol,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_none.c92 .send_eapol = none_driver_send_eapol,
H A Ddriver.h1608 * send_eapol - Optional function for sending EAPOL packets
1623 * handler if send_eapol() is used.
1625 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
3293 * %wpa_supplicant, this event is used only if the send_eapol() handler
H A Ddriver_test.c2670 .send_eapol = wpa_driver_test_send_eapol,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h201 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c553 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c131 if (wpa_auth->cb.send_eapol == NULL)
133 return wpa_auth->cb.send_eapol(wpa_auth->cb.ctx, addr, data, data_len,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h201 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c553 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c131 if (wpa_auth->cb.send_eapol == NULL)
133 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.h201 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c553 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c131 if (wpa_auth->cb.send_eapol == NULL)
133 return wpa_auth->cb.send_eapol(wpa_auth->cb.ctx, addr, data, data_len,
/external/wpa_supplicant_8/wpa_supplicant/tests/
H A Dtest_wpa.c282 cb.send_eapol = auth_send_eapol;
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h229 if (wpa_s->driver->send_eapol)
230 return wpa_s->driver->send_eapol(wpa_s->drv_priv, dst, proto,
H A Dibss_rsn.c427 cb.send_eapol = auth_send_eapol;
H A Dwpa_supplicant.c2745 if (wpa_s->driver->send_eapol) {

Completed in 1404 milliseconds