Searched defs:rfc1042_header (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_hostap.c | 35 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
|
H A D | driver_nl80211.c | 6269 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 134 const uint8_t rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 }; variable
|