WiFi: Add WPS softAP registrar example and events

This commit is contained in:
Kapil Gupta
2022-06-08 13:53:59 +05:30
parent a6982a92fe
commit 924c709efe
19 changed files with 446 additions and 127 deletions

View File

@@ -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);
}