DanMcInerney / wifijammer

Continuously jam all wifi clients/routers
3.99k stars 782 forks source link

mac addresses are case-sensitive #48

Closed tobyxdd closed 8 years ago

tobyxdd commented 8 years ago

I found that users must use lower-case mac address for arguments or they aren't working at all. I suppose it should be case-insensitive?

tobyxdd commented 8 years ago

btw any news for 5G channel support? :smile:

DanMcInerney commented 8 years ago

You right. I think I fixed it by adding some .lower() to the argument strings with the goal of dealing with all MAC addresses in lowercase. 5G support is at a standstill until I or someone else can figure out how to channel hop using Scapy and 5G.