We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120c2b0 commit 3a8cf53Copy full SHA for 3a8cf53
components/wpa_supplicant/esp_supplicant/src/esp_wps.c
@@ -838,6 +838,10 @@ int wps_finish(void)
838
/* WPS finished, dequeue all timers */
839
wps_delete_timer();
840
841
+ esp_wifi_unset_appie_internal(WIFI_APPIE_WPS_PR);
842
+ esp_wifi_unset_appie_internal(WIFI_APPIE_WPS_AR);
843
+ esp_wifi_set_wps_cb_internal(NULL);
844
+
845
if (sm->ap_cred_cnt == 1) {
846
wifi_config_t *config = os_zalloc(sizeof(wifi_config_t));
847
0 commit comments