Home
last modified time | relevance | path

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

/NextBSD/tools/tools/net80211/w00t/libw00t/
HDw00t.h48 int set_iface_mac(char *iface, char *mac);
HDw00t.c254 int set_iface_mac(char *iface, char *mac) in set_iface_mac() function
/NextBSD/tools/tools/net80211/w00t/expand/
HDexpand.c460 if (set_iface_mac(tap, p.mac) == -1) in main()
/NextBSD/tools/tools/net80211/w00t/prga/
HDprga.c644 if (set_iface_mac(tap, p.mac) == -1) in main()
/NextBSD/tools/tools/net80211/w00t/redir/
HDredir.c698 if (set_iface_mac(tap, p.mac) == -1) in main()
/NextBSD/tools/tools/net80211/w00t/ap/
HDap.c908 if (set_iface_mac(tap, p.mac) == -1) in main()
/NextBSD/tools/tools/net80211/w00t/assoc/
HDassoc.c779 if (set_iface_mac(tap, mac) == -1) in main()