Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h36 int open_rxtx(char *iface, int *rx, int *tx);
H A Dw00t.c135 int open_rxtx(char *iface, int *rx, int *tx) in open_rxtx() function
/freebsd/tools/tools/net80211/w00t/assoc/
H A Dassoc.c772 if (open_rxtx(iface, &p.rx, &p.tx) == -1) in main()