Home
last modified time | relevance | path

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 Dwpas_glue.h18 int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest,
H A Dpreauth_test.c99 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 Dwpas_glue.c90 * 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 Dctrl_iface.c10063 ret = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, buf, len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dpreauth_test.c93 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 Dwpas_glue.c89 * 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