Would like to establish a secure Access Point.
From Rui’s tutorial: “ESP32/ESP8266 Station and Access Point” and the lines:
ssid = 'MicroPythin-AP' password = '123456789' ap.config(essid=ssid, password=password) I get a totally open network connection If I add: ap.config(authmode=3) for WPA2
I get a runtime error.
authmode only seems to take 0 (open) and 1 (WEP) for values
3 Answers
Hi.
Can you tell me the exact error you’re getting?
and what if you use this line:
ap.config(essid=ssid, password=password, authmode =3)
Do you get the same result?
Regards,
Sara