MBO: Add non-preferred channel configuration in wpa_supplicant
[mech_eap.git] / wpa_supplicant / config.h
index 86f940d..27e9b98 100644 (file)
@@ -1275,6 +1275,16 @@ struct wpa_config {
         * format: <interval:iterations> <interval2:iterations2> ... <interval>
         */
         char *sched_scan_plans;
+
+#ifdef CONFIG_MBO
+       /**
+        * non_pref_chan - Non-preferred channels list, separated by spaces.
+        *
+        * format: op_class:chan:preference:reason<:detail>
+        * Detail is optional.
+        */
+       char *non_pref_chan;
+#endif /* CONFIG_MBO */
 };