2018-11-12 11:58 PM
Hello,
I am using the above mentioned Wi-Fi board o
In my project. Wi-Fi security is my concern, because the http server works in MiniAP mode which only has Open or WEP security. WEP can be trivially cracked. Is there any possibility to enhance security? Can I run http server in STA mode with WPA2 enabled. Can the MiniAP be enabled to use WPA2?
Thanks!
2018-11-13 06:26 AM
Hello,
Even though it is not mentioned in the user manual, the MiniAP can actually be enabled to use WPA/2:
wifi_mode=3
wifi_priv_mode=2
Regards,
Elio
2018-11-13 10:06 AM
Hello,
Thanks for your answer. I cannot get WPA2 to work. Here's my workflow
AT+S.WIFI=0
AT+S.SCFG=wifi_wpa_psk_text,MyWPAKey
AT+S.SCFG=ip_apdomainname,mydomain.net
AT+S.SCFG=wifi_mode,3
AT+S.SCFG=wifi_auth_type,0
AT+S.SCFG=wifi_priv_mode,2
AT+S.WCFG
AT+S.WIFI=1
The Wifi AP identifies as WEP, does not accept my MyWPAKey - I cannot make WEP to work either; not that familiar with WEP, I used a calculator to turn my key into hex and the set wep_lens and the current wep [0] .. could not authenticate still. What I am doing wrong here?
2018-11-13 10:09 AM
Hello,
Can you attach your configuration (AT+S.GCFG) and status (AT+S.STS)?
Thanks
2018-11-13 11:04 AM
OK, just found out this. I have original 1.0.0 FW, the WPA in Mini AP is available in 1.1.0. Now I need to find how to update firmware
2018-11-14 12:57 AM
Hello,
update instructions are include in the FW package STSW-WIFI004.
Regards,
Elio
2018-11-14 10:53 AM
Updated the FW to 1.1.0. And I got WPA to work! Thanks Elio, great support from you & ST!