Searched refs:rfc1042_hdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c2532 const unsigned char rfc1042_hdr[ETH_ALEN] = local
2537 if (len < sizeof(*hdr) + sizeof(rfc1042_hdr) + 2)
2542 if (os_memcmp(pos, rfc1042_hdr, sizeof(rfc1042_hdr)) != 0)
2544 pos += sizeof(rfc1042_hdr);

Completed in 98 milliseconds