Home
last modified time | relevance | path

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

/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h35 int open_rx(char *iface);
H A Dw00t.c130 int open_rx(char *iface) in open_rx() function
/freebsd/tools/tools/net80211/w00t/expand/
H A Dexpand.c451 if ((p.rx = open_rx(iface)) == -1) in main()
/freebsd/tools/tools/net80211/w00t/prga/
H A Dprga.c635 if ((p.rx = open_rx(iface)) == -1) in main()
/freebsd/tools/tools/net80211/w00t/redir/
H A Dredir.c689 if ((p.rx = open_rx(iface)) == -1) in main()
/freebsd/tools/tools/net80211/w00t/ap/
H A Dap.c901 if ((p.rx = open_rx(iface)) == -1) in main()