hostapd: use wpa_supplicant for unencrypted mesh connections
[openwrt/staging/noltari.git] / package / network / services / hostapd / src / src / utils / build_features.h
index 642a35836e4e547b6b8b1b9e943d69832a63aa12..138a799e75b5978525a3e2167563432e2350482f 100644 (file)
@@ -58,6 +58,10 @@ static inline int has_feature(const char *feat)
 #ifdef CONFIG_OCV
        if (!strcmp(feat, "ocv"))
                return 1;
+#endif
+#ifdef CONFIG_MESH
+       if (!strcmp(feat, "mesh"))
+               return 1;
 #endif
        return 0;
 }