]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/hostapd.h
mesh: Add mesh mode routines
[thirdparty/hostap.git] / src / ap / hostapd.h
index be9d43a0e400f40610af00a1fb948e6248b22006..df3ade06f55cc5c3d32ee94b7a2cb75c04e08fdb 100644 (file)
@@ -22,6 +22,9 @@ struct ieee80211_ht_capabilities;
 struct full_dynamic_vlan;
 enum wps_event;
 union wps_event_data;
+#ifdef CONFIG_MESH
+struct mesh_conf;
+#endif /* CONFIG_MESH */
 
 struct hostapd_iface;
 
@@ -278,6 +281,10 @@ struct hostapd_iface {
                HAPD_IFACE_ENABLED
        } state;
 
+#ifdef CONFIG_MESH
+       struct mesh_conf *mconf;
+#endif /* CONFIG_MESH */
+
        size_t num_bss;
        struct hostapd_data **bss;