Searched defs:wpa_ether_send (Results 1 - 2 of 2) sorted by path

/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c93 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, function
235 ctx->ether_send = wpa_ether_send;
H A Dwpas_glue.c88 * wpa_ether_send - Send Ethernet frame
96 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, function
198 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
416 return wpa_ether_send(wpa_s, dest, proto, buf, len);

Completed in 165 milliseconds