Android: Include Hotspot 2.0 support in the default build
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
50cfe0e1cb
commit
43323e43d3
2 changed files with 16 additions and 1 deletions
|
@ -239,6 +239,12 @@ L_CFLAGS += -DCONFIG_P2P_STRICT
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifdef CONFIG_HS20
|
||||||
|
OBJS += hs20_supplicant.c
|
||||||
|
L_CFLAGS += -DCONFIG_HS20
|
||||||
|
CONFIG_INTERWORKING=y
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_INTERWORKING
|
ifdef CONFIG_INTERWORKING
|
||||||
OBJS += interworking.c
|
OBJS += interworking.c
|
||||||
L_CFLAGS += -DCONFIG_INTERWORKING
|
L_CFLAGS += -DCONFIG_INTERWORKING
|
||||||
|
@ -741,6 +747,12 @@ L_CFLAGS += -DEAP_SERVER_WSC
|
||||||
OBJS += src/ap/wps_hostapd.c
|
OBJS += src/ap/wps_hostapd.c
|
||||||
OBJS += src/eap_server/eap_server_wsc.c
|
OBJS += src/eap_server/eap_server_wsc.c
|
||||||
endif
|
endif
|
||||||
|
ifdef CONFIG_INTERWORKING
|
||||||
|
OBJS += src/ap/gas_serv.c
|
||||||
|
endif
|
||||||
|
ifdef CONFIG_HS20
|
||||||
|
OBJS += src/ap/hs20.c
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef NEED_RSN_AUTHENTICATOR
|
ifdef NEED_RSN_AUTHENTICATOR
|
||||||
|
|
|
@ -487,7 +487,10 @@ CONFIG_IEEE80211N=y
|
||||||
# This can be used to enable functionality to improve interworking with
|
# This can be used to enable functionality to improve interworking with
|
||||||
# external networks (GAS/ANQP to learn more about the networks and network
|
# external networks (GAS/ANQP to learn more about the networks and network
|
||||||
# selection based on available credentials).
|
# selection based on available credentials).
|
||||||
#CONFIG_INTERWORKING=y
|
CONFIG_INTERWORKING=y
|
||||||
|
|
||||||
|
# Hotspot 2.0
|
||||||
|
CONFIG_HS20=y
|
||||||
|
|
||||||
# Disable roaming in wpa_supplicant
|
# Disable roaming in wpa_supplicant
|
||||||
CONFIG_NO_ROAMING=y
|
CONFIG_NO_ROAMING=y
|
||||||
|
|
Loading…
Reference in a new issue