Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:wpa_ether_send

89  * wpa_ether_send - Send Ethernet frame
97 static int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest,
214 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen);
432 return wpa_ether_send(wpa_s, dest, proto, buf, len);