hostapd: enable FILS support in the full config and add build feature discovery
[openwrt/staging/mkresin.git] / package / network / services / hostapd / src / src / utils / build_features.h
index 3ab5246c789f6f81e89e6e3e9a9774fb9e5effe9..cb7cb7273168d8124cfbf164beb84c704b32634a 100644 (file)
@@ -50,6 +50,10 @@ static inline int has_feature(const char *feat)
 #ifdef CONFIG_WPS
        if (!strcmp(feat, "wps"))
                return 1;
+#endif
+#ifdef CONFIG_FILS
+       if (!strcmp(feat, "fils"))
+               return 1;
 #endif
        return 0;
 }