Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h34 int open_tx(char *iface);
H A Dw00t.c125 int open_tx(char *iface) in open_tx() function
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c453 if ((p.tx = open_tx(iface)) == -1) in main()
/freebsd/tools/tools/net80211/w00t/prga/
H A Dprga.c637 if ((p.tx = open_tx(iface)) == -1) in main()
/freebsd/tools/tools/net80211/w00t/redir/
H A Dredir.c691 if ((p.tx = open_tx(iface)) == -1) in main()
/freebsd/tools/tools/net80211/w00t/ap/
H A Dap.c899 if ((p.tx = open_tx(iface)) == -1) in main()