issues
search
awkman
/
pywifi
A cross-platform module for manipulating WiFi devices.
MIT License
453
stars
154
forks
source link
Support WEP, Ad-hoc and SSID which includes "<>&
#47
Open
NicolePP
opened
5 years ago
NicolePP
commented
5 years ago
Support to set the cipher as WEP;
Support to set the key index as 1, 2, 3 or 4 when the cipher is WEP;
Support to set SSID with blanks at the beginning and end;
Support SSID or key which includes "<>&
Add a method network_profile_name_list() in class iface.Interface;
Add a method interface() in class wifi.PyWiFi which returns an Interface object according to GUID string;
Support Ad-hoc profile.