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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Deth_p_oui.c22 static const u8 global_oui[] = { 0x00, 0x13, 0x74, 0x00, 0x01 }; variable
57 if (len < sizeof(*ethhdr) + sizeof(global_oui) + 1) {
68 if (os_memcmp(buf, global_oui, sizeof(global_oui)) != 0)
70 buf += sizeof(global_oui);
71 len -= sizeof(global_oui);
170 packet_len = sizeof(*ethhdr) + sizeof(global_oui) + 1 + len;
182 os_memcpy(p, global_oui, sizeof(global_oui));
183 p[sizeof(global_oui)]
[all...]

Completed in 103 milliseconds