Skip to content
Snippets Groups Projects
Verified Commit 56a8eac1 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

hostapd: Enable HS2.0 and FST

parent cbc03f20
Branches
Tags
No related merge requests found
From 58c2dcb723e62269aea75ce56a06f43cbc253cb3 Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <michal.hrusecky@nic.cz>
Date: Tue, 7 May 2019 18:16:13 +0200
Subject: [PATCH] hostapd: Enable HS2.0 and FST
---
.../network/services/hostapd/files/hostapd-full.config | 8 ++++----
.../services/hostapd/files/wpa_supplicant-full.config | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index 355a70b9e1..c5a7f0b00c 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -55,7 +55,7 @@ CONFIG_PEERKEY=y
# IEEE 802.11w (management frame protection)
# Driver support is also needed for IEEE 802.11w.
-#CONFIG_IEEE80211W=y
+CONFIG_IEEE80211W=y
# Integrated EAP server
CONFIG_EAP=y
@@ -302,16 +302,16 @@ CONFIG_INTERNAL_LIBTOMMATH=y
# Interworking (IEEE 802.11u)
# This can be used to enable functionality to improve interworking with
# external networks.
-#CONFIG_INTERWORKING=y
+CONFIG_INTERWORKING=y
# Hotspot 2.0
-#CONFIG_HS20=y
+CONFIG_HS20=y
# Enable SQLite database support in hlr_auc_gw, EAP-SIM DB, and eap_user_file
#CONFIG_SQLITE=y
# Enable Fast Session Transfer (FST)
-#CONFIG_FST=y
+CONFIG_FST=y
# Enable CLI commands for FST testing
#CONFIG_FST_TEST=y
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index c22e1cca5d..e3a88cea7e 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -471,10 +471,10 @@ CONFIG_WNM=y
# This can be used to enable functionality to improve interworking with
# external networks (GAS/ANQP to learn more about the networks and network
# selection based on available credentials).
-#CONFIG_INTERWORKING=y
+CONFIG_INTERWORKING=y
# Hotspot 2.0
-#CONFIG_HS20=y
+CONFIG_HS20=y
# Enable interface matching in wpa_supplicant
#CONFIG_MATCH_IFACE=y
@@ -521,7 +521,7 @@ CONFIG_WNM=y
#CONFIG_EXT_PASSWORD_TEST=y
# Enable Fast Session Transfer (FST)
-#CONFIG_FST=y
+CONFIG_FST=y
# Enable CLI commands for FST testing
#CONFIG_FST_TEST=y
--
2.21.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment