Home
last modified time | relevance | path

Searched refs:wpa_ether_send (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/
Dwpas_glue.h18 int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest,
Dpreauth_test.c100 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, in wpa_ether_send() function
246 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
Dwpas_glue.c98 int wpa_ether_send(struct wpa_supplicant *wpa_s, const u8 *dest, in wpa_ether_send() function
225 res = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, msg, msglen); in wpa_supplicant_eapol_send()
486 return wpa_ether_send(wpa_s, dest, proto, buf, len); in _wpa_ether_send()
Dctrl_iface.c9964 ret = wpa_ether_send(wpa_s, dst, ETH_P_EAPOL, buf, len); in wpas_ctrl_iface_eapol_tx()