Search found 3 matches

by crc1021
Mon Apr 01, 2019 4:45 pm
Forum: ESP-IDF
Topic: retrieve credentials after WPS
Replies: 3
Views: 3777

Re: retrieve credentials after WPS

thanks, that works,
I should have tried that

Eric
by crc1021
Mon Apr 01, 2019 12:33 pm
Forum: ESP-IDF
Topic: retrieve credentials after WPS
Replies: 3
Views: 3777

Re: retrieve credentials after WPS

does the silence mean no function exists to do that?
by crc1021
Thu Mar 28, 2019 9:40 pm
Forum: ESP-IDF
Topic: retrieve credentials after WPS
Replies: 3
Views: 3777

retrieve credentials after WPS

After completing WPS, I see that the application can call esp_wifi_sta_get_ap_info() to get the SSID of the AP as part of the wifi_ap_record_t structure.
How can the application retrieve the WPA key so it can be stored in NVS for later use?

Eric