Searched refs:wpa_ether_send (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpas_glue.h | 18 int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest,
|
H A D | preauth_test.c | 99 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, in wpa_ether_send() function 245 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
|
H A D | wpas_glue.c | 90 * wpa_ether_send - Send Ethernet frame 98 int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, in wpa_ether_send() function 229 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send() 470 return wpa_ether_send(wpa_s, dest, proto, buf, len); in _wpa_ether_send()
|
H A D | ctrl_iface.c | 10063 ret = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, buf, len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | preauth_test.c | 93 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, in wpa_ether_send() function 238 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
|
H A D | wpas_glue.c | 89 * wpa_ether_send - Send Ethernet frame 97 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, in wpa_ether_send() function 220 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send() 438 return wpa_ether_send(wpa_s, dest, proto, buf, len); in _wpa_ether_send()
|
Completed in 17 milliseconds