Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_1x.c2674 const unsigned char rfc1042_hdr[ETH_ALEN] = in ieee802_1x_tx_status() local
2679 if (len < sizeof(*hdr) + sizeof(rfc1042_hdr) + 2) in ieee802_1x_tx_status()
2684 if (os_memcmp(pos, rfc1042_hdr, sizeof(rfc1042_hdr)) != 0) in ieee802_1x_tx_status()
2686 pos += sizeof(rfc1042_hdr); in ieee802_1x_tx_status()