mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
Android: Use /data/system/wpa_supplicant path as default in wpa_cli
This commit is contained in:
parent
c5c5817c33
commit
8e8f849f9d
@ -32,6 +32,7 @@ L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
|
||||
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user