Searched refs:set_iface_mac (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h46 int set_iface_mac(char *iface, char *mac);
H A Dw00t.c252 int set_iface_mac(char *iface, char *mac) function
/freebsd-current/tools/tools/net80211/w00t/expand/
H A Dexpand.c458 if (set_iface_mac(tap, p.mac) == -1)
459 err(1, "set_iface_mac()");
/freebsd-current/tools/tools/net80211/w00t/assoc/
H A Dassoc.c777 if (set_iface_mac(tap, mac) == -1)
778 err(1, "set_iface_mac()");
/freebsd-current/tools/tools/net80211/w00t/prga/
H A Dprga.c642 if (set_iface_mac(tap, p.mac) == -1)
643 err(1, "set_iface_mac()");
/freebsd-current/tools/tools/net80211/w00t/redir/
H A Dredir.c696 if (set_iface_mac(tap, p.mac) == -1)
697 err(1, "set_iface_mac()");
/freebsd-current/tools/tools/net80211/w00t/ap/
H A Dap.c906 if (set_iface_mac(tap, p.mac) == -1)
907 err(1, "set_iface_mac()");

Completed in 65 milliseconds