Add support for HS20 and fix disable_dgaf bug in hostapd
[lede.git] / package / network / services / hostapd / files / wpa_supplicant-full.config
index 18c3f9a5c142b2eda67ec3136c73114555c4d131..4113cad63ccb08797c7697f2caf330c8ce54094c 100644 (file)
@@ -15,6 +15,9 @@
 #CFLAGS += -I/usr/local/openssl/include
 #LIBS += -L/usr/local/openssl/lib
 
+# Turn on HS20 support
+CONFIG_HS20=y
+
 # Some Red Hat versions seem to include kerberos header files from OpenSSL, but
 # the kerberos files are not in the default include path. Following line can be
 # used to fix build issues on such systems (krb5.h not found).