[openwrt/openwrt] hostapd: fix missing HS20 support for hostapd-full

LEDE Commits lede-commits at lists.infradead.org
Wed Jun 8 14:17:26 PDT 2022


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b72c7db2293cf728851696e6370806cc3e0fa305

commit b72c7db2293cf728851696e6370806cc3e0fa305
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sun Nov 7 22:25:07 2021 +0100

    hostapd: fix missing HS20 support for hostapd-full
    
    commit c3a4cddaaf45 ("hostapd: remove hostapd-hs20 variant")
    as well as
    commit 9f1927173ac6 ("hostapd: wpas: add missing config symbols")
    indicate hostapd-full should support Hotspot 2.0 already, but only
    wpa_supplicant (and wpad) do.
    
    How this happened is not really clear, as no commit adding support for
    Hotspot 2.0 is in the history.
    
    Fix this and add Hotspot 2.0 capability to hostapd-full.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 package/network/services/hostapd/files/hostapd-full.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index dbc2022550..4e942a60b2 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -316,7 +316,7 @@ CONFIG_INTERNAL_LIBTOMMATH=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




More information about the lede-commits mailing list