OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rfc1042_header
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
driver_hostap.c
35
static const u8
rfc1042_header
[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 };
variable
87
if (left < sizeof(
rfc1042_header
)) {
92
if (memcmp(pos,
rfc1042_header
, sizeof(
rfc1042_header
)) != 0) {
96
pos += sizeof(
rfc1042_header
);
97
left -= sizeof(
rfc1042_header
);
292
len = sizeof(*hdr) + sizeof(
rfc1042_header
) + 2 + data_len;
310
memcpy(pos,
rfc1042_header
, sizeof(
rfc1042_header
));
311
pos += sizeof(
rfc1042_header
);
[
all
...]
driver_nl80211.c
6269
static const u8
rfc1042_header
[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 };
variable
6295
len = sizeof(*hdr) + (qos ? 2 : 0) + sizeof(
rfc1042_header
) + 2 +
6326
memcpy(pos,
rfc1042_header
, sizeof(
rfc1042_header
));
6327
pos += sizeof(
rfc1042_header
);
Completed in 31 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026