diff options
| author | Vishal Mahaveer <a0271468@ti.com> | 2011-08-19 09:45:41 -0600 |
|---|---|---|
| committer | Keith Deacon <kdeacon@ti.com> | 2011-11-15 20:45:49 -0600 |
| commit | 4e8d50ae716f67660bd0185135aa21d1626c5202 (patch) | |
| tree | 6032271e6859308a4b256b0002045b0809abc88a | |
| parent | d2924bc8be0dd62622189d14fa58b88f7534c0da (diff) | |
| download | android_external_wpa_supplicant_8-4e8d50ae716f67660bd0185135aa21d1626c5202.tar.gz android_external_wpa_supplicant_8-4e8d50ae716f67660bd0185135aa21d1626c5202.tar.bz2 android_external_wpa_supplicant_8-4e8d50ae716f67660bd0185135aa21d1626c5202.zip | |
wpa_supplicant_8 - Hostapd: Android related changes for sockets
Android related changes for socket handling.
Similar to ctrl_iface.c in wpa_supplicant/ctrl_iface.c
Change-Id: I3f72f5e4746ccdd007f647a923d41629afc17d94
Signed-off-by: Vishal Mahaveer <a0271468@ti.com>
| -rw-r--r-- | hostapd/Android.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index abc32358..2ffe826a 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -26,6 +26,10 @@ endif L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\" L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/wpa_supplicant\" +# Use Android specific directory for control interface sockets +L_CFLAGS += -DCONFIG_CTRL_IFACE_CLIENT_DIR=\"/data/misc/wifi/sockets\" +L_CFLAGS += -DCONFIG_CTRL_IFACE_DIR=\"/data/system/wpa_supplicant\" + # To force sizeof(enum) = 4 ifeq ($(TARGET_ARCH),arm) L_CFLAGS += -mabi=aapcs-linux |
