Searched refs:str2mac (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h32 int str2mac(char *mac, char *str);
H A Dw00t.c45 int str2mac(char *mac, char *str) function
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c219 void str2mac(unsigned char *mac, char *str) function
613 str2mac(wh->i_addr1, optarg);
617 str2mac(wh->i_addr2, optarg);
621 str2mac(wh->i_addr3, optarg);
625 str2mac(body, optarg);
/freebsd-current/tools/tools/net80211/w00t/assoc/
H A Dassoc.c724 if (str2mac(p.bssid, optarg)) {
737 if (str2mac(mac, optarg)) {
/freebsd-current/tools/tools/net80211/w00t/redir/
H A Dredir.c651 if (str2mac(p.rtr, optarg) == -1) {
662 if (str2mac(p.ap, optarg) == -1) {
/freebsd-current/tools/tools/net80211/w00t/expand/
H A Dexpand.c438 if (str2mac(p.ap, optarg) == -1) {
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2708 void str2mac(unsigned char* dst, unsigned char* mac) { function
2750 str2mac(mymac, optarg);
2772 str2mac(rtr, optarg);
2777 str2mac(vic, optarg);
/freebsd-current/tools/tools/net80211/w00t/prga/
H A Dprga.c617 if (str2mac(p.ap, optarg) == -1) {
/freebsd-current/tools/tools/net80211/w00t/ap/
H A Dap.c881 str2mac(p.mac, optarg);

Completed in 117 milliseconds