Android: Remove obsolete WPA_UNICODE_SSID define
authorDmitry Shmidt <dimitrysh@google.com>
Thu, 7 Nov 2013 21:57:59 +0000 (23:57 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 7 Nov 2013 22:22:32 +0000 (00:22 +0200)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/Android.mk
wpa_supplicant/Android.mk

index 91b6ccf..7e55fd3 100644 (file)
@@ -45,9 +45,6 @@ ifeq ($(TARGET_ARCH),arm)
 L_CFLAGS += -mabi=aapcs-linux
 endif
 
-# To allow non-ASCII characters in SSID
-L_CFLAGS += -DWPA_UNICODE_SSID
-
 # OpenSSL is configured without engines on Android
 L_CFLAGS += -DOPENSSL_NO_ENGINE
 
index c1054e4..2ddaf37 100644 (file)
@@ -51,9 +51,6 @@ ifeq ($(TARGET_ARCH),arm)
 L_CFLAGS += -mabi=aapcs-linux
 endif
 
-# To allow non-ASCII characters in SSID
-L_CFLAGS += -DWPA_UNICODE_SSID
-
 # OpenSSL is configured without engines on Android
 L_CFLAGS += -DOPENSSL_NO_ENGINE