Searched refs:eth (Results 1 – 1 of 1) sorted by relevance
65 struct l2_ethhdr *eth = (struct l2_ethhdr *)buffer; in wpa_ether_send() local67 os_memcpy(eth->h_dest, dest, ETH_ALEN); in wpa_ether_send()68 os_memcpy(eth->h_source, gWpaSm.own_addr, ETH_ALEN); in wpa_ether_send()69 eth->h_proto = host_to_be16(proto); in wpa_ether_send()78 struct l2_ethhdr *eth = buffer; in hostapd_send_eapol() local85 memcpy(eth->h_dest, sta_addr, ETH_ALEN); in hostapd_send_eapol()86 memcpy(eth->h_source, source, ETH_ALEN); in hostapd_send_eapol()87 eth->h_proto = host_to_be16(ETH_P_EAPOL); in hostapd_send_eapol()