mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 01:02:57 +00:00
WiFi: Add WPS softAP registrar example and events
This commit is contained in:
@@ -101,7 +101,7 @@ static void eap_wsc_reset(struct eap_sm *sm, void *priv)
|
||||
struct eap_wsc_data *data = priv;
|
||||
wpabuf_free(data->in_buf);
|
||||
wpabuf_free(data->out_buf);
|
||||
wps_deinit(data->wps);
|
||||
//wps_deinit(data->wps);
|
||||
os_free(data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user