Search found 2 matches

by Sergey
Tue May 21, 2019 2:58 pm
Forum: ESP-IDF
Topic: WIFI_MODE_APSTA
Replies: 0
Views: 2573

WIFI_MODE_APSTA

Hi All, When I use WIFI_MODE_APSTA and using ap.authmode = WIFI_AUTH_OPEN, the AP + CTA mode works Ok. When I use using ap.authmode = WIFI_AUTH_WPA2_PSK ap.password = "Qwerty1234", the same mode gives the error SYSTEM_EVENT_STA_DISCONNECTED Help me please. Regards, Sergey My code is: void wifi_init_...
by Sergey
Thu Aug 30, 2018 6:05 am
Forum: ESP-IDF
Topic: esp_wifi_connect() while running in WIFI_MODE_APSTA causes access point to close
Replies: 10
Views: 25485

Re: esp_wifi_connect() while running in WIFI_MODE_APSTA causes access point to close

If I understand Ok, mode WIFI_MODE_APSTA possible to use when IP address used part of STA and part of SoftAP is identical. Another words, you can't use this mode with two different networks simultaneously. STA part is 192.168.1.102 SoftAP 192.168.1.102 - possible. For example STA part IP is 192.168....