mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-18 09:34:38 +00:00
fix(wpa_supplicant): Handle case when WPS registrar misses WSC_DONE sent by station
When registrar somehow misses the WSC_DONE sent by station and station goes for next connection after sending deauth, make sure that softAP disables the registrar.
This commit is contained in:
@@ -220,7 +220,7 @@ int esp_wifi_ap_wps_enable(const esp_wps_config_t *config)
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int wifi_ap_wps_disable_internal(void)
|
||||
int wifi_ap_wps_disable_internal(void)
|
||||
{
|
||||
struct wps_sm *sm = gWpsSm;
|
||||
|
||||
|
Reference in New Issue
Block a user