nl80211: Add/remove monitor interface dynamically based on mode
[wpasupplicant] / src / eapol_supp / eapol_supp_sm.h
index 719fbd3..57d7bc1 100644 (file)
@@ -201,6 +201,13 @@ struct eapol_ctx {
 #endif /* EAP_TLS_OPENSSL */
 
        /**
+        * wps - WPS context data
+        *
+        * This is only used by EAP-WSC and can be left %NULL if not available.
+        */
+       struct wps_context *wps;
+
+       /**
         * eap_param_needed - Notify that EAP parameter is needed
         * @ctx: Callback context (ctx)
         * @field: Field name (e.g., "IDENTITY")