Search found 2 matches
- Fri Nov 25, 2016 8:01 pm
- Forum: ESP-IDF
- Topic: WIFI_MODE_APSTA Sample
- Replies: 21
- Views: 65413
Re: WIFI_MODE_APSTA Sample
Sorry, got distracted with another project. So I am guessing that when esp_wifi_set_mode(WIFI_MODE_APSTA) has been selected, then esp_wifi_set_config() is used separately on each interface, once with WIFI_IF_STA and once with WIFI_IF_AP. Why would one not just always select WIFI_MODE_APSTA and subse...
- Mon Nov 21, 2016 3:38 am
- Forum: ESP-IDF
- Topic: WIFI_MODE_APSTA Sample
- Replies: 21
- Views: 65413
WIFI_MODE_APSTA Sample
Will there be a sample using WIFI_MODE_APSTA?