/hostap-latest/hs20/client/ |
D | Makefile | 11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0) 14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0) 15 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0) 18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 19 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0) 60 CFLAGS += $(shell xml2-config --cflags) 61 LIBS += $(shell xml2-config --libs)
|
/hostap-latest/wpa_supplicant/dbus/ |
D | Makefile | 41 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1) 44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) 48 DBUS_INCLUDE += $(shell xml2-config --cflags) 49 DBUS_LIBS += $(shell xml2-config --libs)
|
/hostap-latest/wpadebug/ |
D | README | 58 adb shell cp /system/bin/mksh /system/bin/mksh-su 59 adb shell chmod 6755 /system/bin/mksh-su 62 arbitrary shell commands to be executed. This text file need to be in 76 adb shell rm /system/bin/mksh-su
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/icons/ |
D | Makefile | 8 ifeq (1, $(shell which inkscape; echo $$?)) 11 ifeq (0, $(shell inkscape --without-gui 2>&1 > /dev/null; echo $$?))
|
/hostap-latest/tests/hwsim/ |
D | hostapd.py | 50 def cmd_execute(self, cmd_array, shell=False): argument 52 if shell: 57 stdout=subprocess.PIPE, shell=shell) 167 def cmd_execute(self, cmd_array, shell=False): argument 169 if shell: 174 stdout=subprocess.PIPE, shell=shell) 938 def cmd_execute(apdev, cmd, shell=False): argument 940 return hapd_global.cmd_execute(cmd, shell=shell)
|
D | test_ap_ciphers.py | 110 shell=True) 117 shell=True) 149 shell=True) 155 shell=True) 195 shell=True) 201 shell=True) 234 shell=True)
|
D | hwsim_utils.py | 241 (res, data) = dev.cmd_execute(["echo", data, ">", fname], shell=True) 249 (res, data) = dev.cmd_execute(["echo", data, ">", fname], shell=True)
|
D | test_pmksa_cache.py | 446 shell=True) 448 '2>', '/dev/null'], shell=True) 555 shell=True) 557 '2>', '/dev/null'], shell=True)
|
D | test_p2p_autogo.py | 512 '2>', '/dev/null'], shell=True) 514 '2>', '/dev/null'], shell=True) 516 shell=True)
|
D | wpasupplicant.py | 138 def cmd_execute(self, cmd_array, shell=False): argument 140 if shell: 145 stdout=subprocess.PIPE, shell=shell)
|
D | test_macsec.py | 405 shell=True)
|
D | test_eht.py | 38 res, out = wpas.cmd_execute(["cat", vfile], shell=True)
|
D | test_ap_psk.py | 737 "2>", "/dev/null"], shell=True)
|
/hostap-latest/ |
D | Android.mk | 11 ifeq ($(shell test $(PLATFORM_VERSION_LAST_STABLE) -ge 8 ; echo $$?), 0)
|
/hostap-latest/hs20/server/ |
D | Makefile | 17 GITVER := $(shell git describe --dirty=+)
|
/hostap-latest/src/drivers/ |
D | drivers.mak | 172 HAVE_LIBNL3 := $(shell $(PKG_CONFIG) --exists libnl-3.0; echo $$?) 187 DRV_CFLAGS += $(shell $(PKG_CONFIG) --cflags libnl-3.0)
|
/hostap-latest/hostapd/ |
D | Makefile | 33 GITVER := $(shell git describe --dirty=+)
|
/hostap-latest/src/ |
D | lib.rules | 1 _LIBMK := $(lastword $(wordlist 1,$(shell expr $(words $(MAKEFILE_LIST)) - 1),$(MAKEFILE_LIST)))
|
/hostap-latest/wpa_supplicant/ |
D | Makefile | 56 GITVER := $(shell git describe --dirty=+)
|
D | ChangeLog | 2148 allows external commands (e.g., shell scripts) to be run based on
|
/hostap-latest/wlantest/ |
D | Makefile | 5 UNAME := $(shell uname -s)
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | eapol_test.sgml | 62 from shell scripts without require additional test components apart
|
/hostap-latest/doc/ |
D | testing_tools.doxygen | 30 shell scripts without require additional test components apart from a
|