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

/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h35 int open_rx(char *iface);
H A Dw00t.c130 int open_rx(char *iface) function
/freebsd-current/tools/tools/net80211/w00t/expand/
H A Dexpand.c451 if ((p.rx = open_rx(iface)) == -1)
452 err(1, "open_rx()");
/freebsd-current/tools/tools/net80211/w00t/prga/
H A Dprga.c635 if ((p.rx = open_rx(iface)) == -1)
636 err(1, "open_rx()");
/freebsd-current/tools/tools/net80211/w00t/redir/
H A Dredir.c689 if ((p.rx = open_rx(iface)) == -1)
690 err(1, "open_rx()");
/freebsd-current/tools/tools/net80211/w00t/ap/
H A Dap.c901 if ((p.rx = open_rx(iface)) == -1)
902 err(1, "open_rx()");

Completed in 108 milliseconds