Home
last modified time | relevance | path

Searched refs:l2_packet_send (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet.h114 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
H A Dl2_packet_none.c37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_privsep.c62 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_winpcap.c72 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_freebsd.c60 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_pcap.c78 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_ndis.c91 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
H A Dl2_packet_linux.c115 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, in l2_packet_send() function
/freebsd/contrib/wpa/src/ap/
H A Dx_snoop.c116 res = l2_packet_send(hapd->sock_dhcp, NULL, 0, buf, len); in x_snoop_mcast_to_ucast_convert_send()
H A Deth_p_oui.c188 ret = l2_packet_send(iface->l2, NULL, 0, packet, packet_len); in eth_p_oui_send()
H A Dpreauth_auth.c259 if (l2_packet_send(piface->l2, sta->addr, ETH_P_PREAUTH, (u8 *) ethhdr, in rsn_preauth_send()
H A Dwpa_auth_glue.c772 ret = l2_packet_send(hapd->l2, dst, proto, (u8 *) buf, in hostapd_wpa_auth_send_ether()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c79 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in supp_ether_send()
309 return l2_packet_send(wpa_s->l2, addr, ETH_P_EAPOL, data, in auth_send_eapol()
H A Dwpa_priv.c619 res = l2_packet_send(iface->l2[idx], dst_addr, proto, in wpa_priv_cmd_l2_send()
H A Dwpas_glue.c125 return l2_packet_send(wpa_s->l2, dest, proto, buf, len); in wpa_ether_send()
H A Devents.c2913 l2_packet_send(wpa_s->l2, wpa_s->bssid, 0x0800, in wnm_bss_keep_alive()
H A Dctrl_iface.c10136 if (l2_packet_send(wpa_s->l2_test, dst, ETHERTYPE_IP, &buf[2], in wpas_ctrl_iface_data_test_tx()
10177 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_iface_data_test_frame()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.c160 res = l2_packet_send(sm->l2_preauth, sm->preauth_bssid, in rsn_preauth_eapol_send()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c630 return l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, data, in bsd_send_eapol()
H A Ddriver_atheros.c1682 status = l2_packet_send(drv->sock_xmit, addr, ETH_P_EAPOL, bp, len); in atheros_send_eapol()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2024 if (l2_packet_send(hapd->l2_test, dst, ETHERTYPE_IP, &buf[2], in hostapd_ctrl_iface_data_test_tx()
2075 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_frame()
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c2534 l2_packet_send(kay->l2_mka, NULL, 0, wpabuf_head(buf), wpabuf_len(buf)); in ieee802_1x_participant_send_mkpdu()