Searched refs:scriptsdir (Results 1 – 5 of 5) sorted by relevance
| /hostap-latest/wpa_supplicant/examples/ |
| D | dpp-qrcode.py | 15 scriptsdir = os.path.dirname(os.path.realpath(sys.modules[__name__].__file__)) variable 16 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy'))
|
| D | dpp-nfc.py | 24 scriptsdir = os.path.dirname(os.path.realpath(sys.modules[__name__].__file__)) variable 25 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy'))
|
| /hostap-latest/tests/hwsim/vm/ |
| D | parallel-vm.py | 419 scriptsdir = os.path.dirname(os.path.realpath(sys.argv[0])) 471 subprocess.check_call([os.path.join(scriptsdir, 'build-codecov.sh'), 484 cmd = [os.path.join(os.path.dirname(scriptsdir), 'run-tests.py'), '-L'] 524 cmd = [os.path.join(scriptsdir, 'vm-run.sh'), 689 subprocess.check_call([os.path.join(scriptsdir, 693 subprocess.check_call([os.path.join(scriptsdir, 'combine-codecov.sh'),
|
| /hostap-latest/tests/remote/ |
| D | run-tests.py | 21 scriptsdir = os.path.dirname(os.path.realpath(sys.modules[__name__].__file__)) variable 22 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy')) 23 sys.path.append(os.path.join(scriptsdir, '..', 'hwsim')) 167 files = os.listdir(scriptsdir)
|
| /hostap-latest/tests/hwsim/ |
| D | run-tests.py | 28 scriptsdir = os.path.dirname(os.path.realpath(sys.modules[__name__].__file__)) variable 29 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy')) 235 files = os.listdir(scriptsdir)
|