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

/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h34 int open_tx(char *iface);
H A Dw00t.c125 int open_tx(char *iface) function
/freebsd-current/tools/tools/net80211/w00t/expand/
H A Dexpand.c453 if ((p.tx = open_tx(iface)) == -1)
454 err(1, "open_tx()");
/freebsd-current/tools/tools/net80211/w00t/prga/
H A Dprga.c637 if ((p.tx = open_tx(iface)) == -1)
638 err(1, "open_tx()");
/freebsd-current/tools/tools/net80211/w00t/redir/
H A Dredir.c691 if ((p.tx = open_tx(iface)) == -1)
692 err(1, "open_tx()");
/freebsd-current/tools/tools/net80211/w00t/ap/
H A Dap.c899 if ((p.tx = open_tx(iface)) == -1)
900 err(1, "open_tx()");

Completed in 115 milliseconds