hostapd: Add MBO IE to Beacon, Probe Response, Association Response
[mech_eap.git] / src / ap / ap_config.h
index 763eaaa..9afca48 100644 (file)
@@ -575,6 +575,10 @@ struct hostapd_bss_config {
        char *no_auth_if_seen_on;
 
        int pbss;
+
+#ifdef CONFIG_MBO
+       int mbo_enabled;
+#endif /* CONFIG_MBO */
 };