X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fap%2Fhostapd.h;h=df3ade06f55cc5c3d32ee94b7a2cb75c04e08fdb;hb=8319e3120d1337cbcb6723257117c3949f78dff4;hp=be9d43a0e400f40610af00a1fb948e6248b22006;hpb=5551bc9cb2de229edbc0637209cd1626ca3860fd;p=thirdparty%2Fhostap.git diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index be9d43a0e..df3ade06f 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -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;