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

/freebsd-9.3-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h34 int str2mac(char *mac, char *str);
H A Dw00t.c47 int str2mac(char *mac, char *str) function
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c221 void str2mac(unsigned char *mac, char *str) function
615 str2mac(wh->i_addr1, optarg);
619 str2mac(wh->i_addr2, optarg);
623 str2mac(wh->i_addr3, optarg);
627 str2mac(body, optarg);
/freebsd-9.3-release/tools/tools/net80211/w00t/assoc/
H A Dassoc.c726 if (str2mac(p.bssid, optarg)) {
739 if (str2mac(mac, optarg)) {
/freebsd-9.3-release/tools/tools/net80211/w00t/redir/
H A Dredir.c653 if (str2mac(p.rtr, optarg) == -1) {
664 if (str2mac(p.ap, optarg) == -1) {
/freebsd-9.3-release/tools/tools/net80211/w00t/expand/
H A Dexpand.c440 if (str2mac(p.ap, optarg) == -1) {
/freebsd-9.3-release/tools/tools/net80211/w00t/prga/
H A Dprga.c619 if (str2mac(p.ap, optarg) == -1) {
/freebsd-9.3-release/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-9.3-release/tools/tools/net80211/w00t/ap/
H A Dap.c883 str2mac(p.mac, optarg);

Completed in 126 milliseconds