-->
Page 2 of 2

Re: more parameters for SOFTAP setup

PostPosted: Wed Apr 01, 2015 12:44 pm
by wbartnick
wbartnick wrote:+1
Would anyone know the current default encryption mode?


The answer is: WPA2 PSK. I know this doesn't really belong here, but I would just point out that the password is a minimum of 8 chars - any less and the wifi.ap.config() call won't work.

Re: more parameters for SOFTAP setup

PostPosted: Wed Apr 01, 2015 5:42 pm
by bhasden
wbartnick wrote:
wbartnick wrote:+1
Would anyone know the current default encryption mode?


The answer is: WPA2 PSK. I know this doesn't really belong here, but I would just point out that the password is a minimum of 8 chars - any less and the wifi.ap.config() call won't work.


That bit of information about the password is gold. I've looked seemingly everywhere to try to figure out why my call to config wouldn't work with "0000" as the password.

Re: more parameters for SOFTAP setup

PostPosted: Thu Apr 02, 2015 5:16 pm
by wbartnick
bhasden wrote:That bit of information about the password is gold. I've looked seemingly everywhere to try to figure out why my call to config wouldn't work with "0000" as the password.


I'm glad my post helped. Along the same vein, I'm going to make a pull request on some changes I've made to the wifi.ap module. One of the enhancements includes an error message if the provided password is less than 8 chars. ;)