diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2014-03-25 15:40:50 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-03-25 16:33:21 (GMT) |
commit | c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6 (patch) | |
tree | 1c74a5724085a83fc38b2fd63d7ff853c8305b83 /wpa_supplicant/Android.mk | |
parent | 91364b7f10c0c91fc44dc050eb09b2fb859481b4 (diff) | |
download | hostap-c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6.zip hostap-c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6.tar.gz hostap-c201f93a9eb7e9a9781879d9ecddbc48f9ea80e6.tar.bz2 |
WPS: Enable WSC 2.0 support unconditionally
There is not much point in building devices with WPS 1.0 only supported
nowadays. As such, there is not sufficient justification for maintaining
extra complexity for the CONFIG_WPS2 build option either. Remove this by
enabling WSC 2.0 support unconditionally.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/Android.mk')
-rw-r--r-- | wpa_supplicant/Android.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index b8690f5..a60a26a 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk @@ -617,10 +617,6 @@ NEED_SHA256=y endif ifdef CONFIG_WPS -ifdef CONFIG_WPS2 -L_CFLAGS += -DCONFIG_WPS2 -endif - # EAP-WSC L_CFLAGS += -DCONFIG_WPS -DEAP_WSC OBJS += wps_supplicant.c |