aboutsummaryrefslogtreecommitdiff
path: root/net/hs20/files
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-08-15 16:52:17 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-08-15 16:54:54 +0100
commit6d8a3aa71d4a6bd553c340187c897d512055ae70 (patch)
tree729bef9db2dc61929c9dd124706ccd24799a385b /net/hs20/files
parent8bb7659f08c3fcb0646864c0164224539176267e (diff)
hs20: add Hotspot 2.0 OSU client and server implementation
Add hs20-server and hs20-client packages correspoding to the hs20/client and hs20/server folder in hostap.git. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'net/hs20/files')
-rw-r--r--net/hs20/files/hs20.config14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/hs20/files/hs20.config b/net/hs20/files/hs20.config
new file mode 100644
index 000000000..417d2ce09
--- /dev/null
+++ b/net/hs20/files/hs20.config
@@ -0,0 +1,14 @@
+CONFIG_DRIVER_NONE=y
+CONFIG_PKCS12=y
+CONFIG_RADIUS_SERVER=y
+CONFIG_EAP=y
+CONFIG_EAP_TLS=y
+CONFIG_EAP_MSCHAPV2=y
+CONFIG_EAP_PEAP=y
+CONFIG_EAP_GTC=y
+CONFIG_EAP_TTLS=y
+CONFIG_EAP_SIM=y
+CONFIG_EAP_AKA=y
+CONFIG_EAP_AKA_PRIME=y
+CONFIG_SQLITE=y
+CONFIG_HS20=y