Searched refs:rfc1042_hdr (Results 1 – 1 of 1) sorted by relevance
2291 const unsigned char rfc1042_hdr[ETH_ALEN] = in ieee802_1x_tx_status() local2296 if (len < sizeof(*hdr) + sizeof(rfc1042_hdr) + 2) in ieee802_1x_tx_status()2301 if (os_memcmp(pos, rfc1042_hdr, sizeof(rfc1042_hdr)) != 0) in ieee802_1x_tx_status()2303 pos += sizeof(rfc1042_hdr); in ieee802_1x_tx_status()