Searched refs:h_source (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/src/ap/ |
D | preauth_auth.c | 67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive() 74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive() 92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1), in rsn_preauth_receive() 255 os_memcpy(ethhdr->h_source, hapd->own_addr, ETH_ALEN); in rsn_preauth_send()
|
D | eth_p_oui.c | 78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest, in eth_p_rx() 177 os_memcpy(ethhdr->h_source, src_addr, ETH_ALEN); in eth_p_oui_send()
|
D | wpa_auth_glue.c | 817 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_send_ether() 1467 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest)); in hostapd_rrb_receive() 1471 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive()
|
/hostap-latest/src/l2_packet/ |
D | l2_packet_pcap.c | 100 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 141 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive() 166 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive_cb()
|
D | l2_packet.h | 34 u8 h_source[ETH_ALEN]; member
|
D | l2_packet_freebsd.c | 68 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 109 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
|
D | l2_packet_winpcap.c | 90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 119 l2->rx_src = ethhdr->h_source; in l2_packet_receive_cb()
|
D | l2_packet_ndis.c | 122 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 295 rx_src = ethhdr->h_source; in l2_packet_callback()
|
/hostap-latest/src/drivers/ |
D | driver_atheros.c | 1676 os_memcpy(eth->h_source, own_addr, ETH_ALEN); in atheros_send_eapol()
|