View Single Post
Posts: 540 | Thanked: 288 times | Joined on Sep 2009
#130
Originally Posted by hcm View Post
And should it be possible to activate WEP just by configuring a key in the backend script? I would like to try that also, because at least it would require a little more knowledge/software/criminal intend to break into my hotspot (my 3G volume is limited )
Nope, you need to add a check if the key is defined and add correct iwconfig command to start_configure_wlan() in hotspot_backend.py

It's 4 lines of code but I never got around adding them (and since I need to go to sleep now I won't be doing it now, don't want to blindly commit untested code)