Skip to content

Commit

Permalink
hostapd: fix missing HS20 support for hostapd-full
Browse files Browse the repository at this point in the history
commit c3a4cdd ("hostapd: remove hostapd-hs20 variant")
as well as
commit 9f19271 ("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@david-bauer.net>
  • Loading branch information
blocktrron committed Jun 8, 2022
1 parent 6ee4383 commit b72c7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/services/hostapd/files/hostapd-full.config
Expand Up @@ -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
Expand Down

0 comments on commit b72c7db

Please sign in to comment.