mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-20 01:50:40 +00:00
esp_wifi: Add changes to skip SAE handshake during WPS connection
This commit is contained in:
@@ -1861,7 +1861,7 @@ int wifi_wps_enable_internal(const esp_wps_config_t *config)
|
||||
ret = wifi_station_wps_init();
|
||||
|
||||
if (ret != 0) {
|
||||
wps_set_type(WPS_STATUS_DISABLE);
|
||||
wps_set_type(WPS_TYPE_DISABLE);
|
||||
wps_set_status(WPS_STATUS_DISABLE);
|
||||
return ESP_FAIL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user