trombik / esp_wireguard

WireGuard Implementation for ESP-IDF.
Other
193 stars 34 forks source link

Question regarding AP+STA mode #43

Closed eroom1966 closed 1 year ago

eroom1966 commented 1 year ago

@trombik I hope you can help I have an application which uses APSTA mode for the WiFi device esp_wifi_set_mode(WIFI_MODE_APSTA)

When using this mode rather than WIFI_MODE_STA I suspect there is a configuration issue - I wonder if you could advise. I cannot seem to get the SNTP to synchronize neither to connect the WG interface.

If I run in WIFI_MODE_STA I can connect.

Do you have any idea what could be happening here ?

I could try to construct a testcase - but it is very complicated, so simply wanted to ask the question first.

eroom1966 commented 1 year ago

I have also posted on the esp forum here https://www.esp32.com/viewtopic.php?f=13&t=34404

eroom1966 commented 1 year ago

I should update to say I have resolved my issue, it was unrelated to either APSTA or WireGuard