hostapd: Allow FTM functionality to be published
[mech_eap.git] / src / ap / ap_config.h
index b16286b..8c8f7e2 100644 (file)
@@ -592,6 +592,9 @@ struct hostapd_bss_config {
 #ifdef CONFIG_MBO
        int mbo_enabled;
 #endif /* CONFIG_MBO */
+
+       int ftm_responder;
+       int ftm_initiator;
 };