]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config.h
Interworking: Fix failed GAS query processing
[thirdparty/hostap.git] / wpa_supplicant / config.h
index c3c90e2eb8932b8a418f515e51a92fec787039f6..b889ab814ed250e028da8cbd620e6f2f29489e08 100644 (file)
@@ -736,6 +736,17 @@ struct wpa_config {
        int p2p_go_max_inactivity;
 
        struct hostapd_wmm_ac_params wmm_ac_params[4];
+
+       /**
+        * auto_interworking - Whether to use network selection automatically
+        *
+        * 0 = do not automatically go through Interworking network selection
+        *     (i.e., require explicit interworking_select command for this)
+        * 1 = perform Interworking network selection if one or more
+        *     credentials have been configured and scan did not find a
+        *     matching network block
+        */
+       int auto_interworking;
 };