hostapd: do not register ubus objects for mesh interfaces
[openwrt/staging/mkresin.git] / package / network / services / hostapd / src / src / ap / ubus.c
index 661617b79147048d94f47afb9535e1921bab0395..2c310adae265722026ba7294ff0c1e01e3a797e8 100644 (file)
@@ -938,6 +938,11 @@ void hostapd_ubus_add_bss(struct hostapd_data *hapd)
        char *name;
        int ret;
 
+#ifdef CONFIG_MESH
+       if (hapd->conf->mesh & MESH_ENABLED)
+               return;
+#endif
+
        if (!hostapd_ubus_init())
                return;