Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:eth

3981 	const struct l2_ethhdr *eth;
3983 if (len < sizeof(*eth))
3985 eth = (const struct l2_ethhdr *) buf;
3987 if (os_memcmp(eth->h_dest, wpa_s->own_addr, ETH_ALEN) != 0 &&
3988 !(eth->h_dest[0] & 0x01)) {
3991 MAC2STR(src_addr), MAC2STR(eth->h_dest));
3996 " (bridge)", MAC2STR(src_addr), MAC2STR(eth->h_dest));
3997 wpa_supplicant_rx_eapol(wpa_s, src_addr, buf + sizeof(*eth),
3998 len - sizeof(*eth));