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

/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dieee802_1x.c1898 const unsigned char rfc1042_hdr[ETH_ALEN] = local
1903 if (len < sizeof(*hdr) + sizeof(rfc1042_hdr) + 2)
1908 if (os_memcmp(pos, rfc1042_hdr, sizeof(rfc1042_hdr)) != 0)
1910 pos += sizeof(rfc1042_hdr);

Completed in 91 milliseconds