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

/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c47 unsigned int macf[6]; local
51 &macf[0], &macf[1], &macf[2],
52 &macf[3], &macf[4], &macf[5]) != 6)
56 *mac++ = (char) macf[i];
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c221 unsigned int macf[6]; local
225 &macf[0], &macf[1], &macf[2],
226 &macf[3], &macf[4], &macf[5]) != 6) {
232 *mac++ = (unsigned char) macf[i];
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2709 unsigned int macf[6]; local
2713 &macf[0], &macf[1], &macf[2],
2714 &macf[3], &macf[4], &macf[5]) != 6) {
2721 *dst++ = (unsigned char) macf[i];

Completed in 117 milliseconds