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.h1367 * send_eapol - Optional function for sending EAPOL packets
1382 * handler if send_eapol() is used.
1384 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
2937 * %wpa_supplicant, this event is used only if the send_eapol() handler
H A Ddriver_test.c3293 .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.h1367 * send_eapol - Optional function for sending EAPOL packets
1382 * handler if send_eapol() is used.
1384 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
2937 * %wpa_supplicant, this event is used only if the send_eapol() handler
H A Ddriver_test.c3293 .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.h1367 * send_eapol - Optional function for sending EAPOL packets
1382 * handler if send_eapol() is used.
1384 int (*send_eapol)(void *priv, const u8 *dest, u16 proto, member in struct:wpa_driver_ops
2937 * %wpa_supplicant, this event is used only if the send_eapol() handler
H A Ddriver_test.c3293 .send_eapol = wpa_driver_test_send_eapol,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h205 if (wpa_s->driver->send_eapol)
206 return wpa_s->driver->send_eapol(wpa_s->drv_priv, dst, proto,
H A Dibss_rsn.c385 cb.send_eapol = auth_send_eapol;
H A Dwpa_supplicant.c2343 if (wpa_s->driver->send_eapol) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h189 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c528 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c127 if (wpa_auth->cb.send_eapol == NULL)
129 return wpa_auth->cb.send_eapol(wpa_auth->cb.ctx, addr, data, data_len,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h189 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c528 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c127 if (wpa_auth->cb.send_eapol == NULL)
129 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.h189 int (*send_eapol)(void *ctx, const u8 *addr, const u8 *data, member in struct:wpa_auth_callbacks
H A Dwpa_auth_glue.c528 cb.send_eapol = hostapd_wpa_auth_send_eapol;
H A Dwpa_auth.c127 if (wpa_auth->cb.send_eapol == NULL)
129 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.c286 cb.send_eapol = auth_send_eapol;

Completed in 439 milliseconds