can not customize WPA mode (Mini AP).
Software
SPWF01S-140805-3f58d6b-RELEASE-mainSet Mini AP mode:
---------------------------------------AT+S.SSIDTXT=MY (get/set a textual SSID)
AT+S.SCFG=wifi_wpa_psk_text,SUPER (WPA(2) PSK passphrase, if set the actual PSK will be generated from this. Used in STA, IBSS and MiniAP.)
AT+S.SCFG=wifi_priv_mode,2 (Privacy Mode: 0=none, 1=WEP, 2=WPAPersonal (TKIP/AES) or WPA2-Personal (TKIP/AES))
AT+S.SCFG=wifi_auth_type,1 (Authentication type:0=OpenSystem,1=SharedKey)
AT+S.SCFG=wifi_mode,3 (Radio mode. 0=IDLE,1=STA, 2=IBSS,3=MINI AP (only b/g modes))
AT+S.SCFG=ip_use_dhcp,2 (DHCP server on/off.Used in STA, IBSS and MiniAP.2=on&customize (in MiniAP mode: user can customize the ip_ipaddr of the
iniAP, the ip_address of the client is automatically assigned by the MiniAP))
AT+S.HTTPD=1 (HTTP server on/off.0=off, 1=on)
AT&W (Save setting)
AT+CFUN=1 (Soft reset)
---------------------------------------
WEP mode is selected and writes an incorrect password on the client. OpenSystem mode is working.