Home
last modified time | relevance | path

Searched refs:py (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/wpaspy/
DMakefile6 build: $(SRC) setup.py
7 python setup.py build
10 python setup.py install
13 python setup.py clean
/hostap-latest/tests/hwsim/
DREADME75 The python scripts use wpaspy.py to interact with the wpa_supplicant
76 control interface, but the run-tests.py script adds the (relative)
116 run-tests.py to allow other names to be used.
170 programs and run-tests.py to execute one or more test
171 cases. run-tests.py output verbosity can be controlled with -d (more
173 line. "-f <module name>" (pointing to file test_<module name>.py) can be
176 single test case is to be run (e.g., "./run-tests.py ap_pmf_required").
188 All the test cases are defined in the test_*.py files. These are python
194 new test, run-tests.py with -d and the test case name on the command
197 run-tests.py will automatically import all test cases from the test_*.py
[all …]
D.gitignore2 dpp-ca.py
Drun-all.sh137 ${SUDO} env VM=$VM ./run-tests.py -D --logdir "$LOGDIR" $TRACE_ARGS -q $DB $RUN_TEST_ARGS || errors…
Dexample-setup.txt116 sudo ./run-tests.py ap_open
/hostap-latest/tests/hwsim/vm/
Dexample-vm-setup.txt85 ln -s ~/sigma_dut/dpp-ca.py
97 ./run-all.sh: passing the following args to run-tests.py: ap_open
114 ./parallel-vm.py 7
DREADME19 test efficiency (~3200 tests can be run in under 5 minutes using parallel-vm.py
42 ./parallel-vm.py <number of VMs> [arguments..]
Dlinux.gdb8 gdb.execute(f'source {kdir}/vmlinux-gdb.py')
/hostap-latest/tests/hwsim/auth_serv/
Dupdate.sh172 sed -i "s/srv_cert_hash =.*/srv_cert_hash = \"$HASH\"/" ../test_ap_eap.py
183 sed -i "s/'-serial', '0x[^']*'/'-serial', '0x$SERIAL'/" ../test_ap_eap.py
/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c2189 mbedtls_mpi *py = &((mbedtls_ecp_point *)point)->MBEDTLS_PRIVATE(Y); in crypto_ec_point_to_bin() local
2190 if (mbedtls_mpi_write_binary(py, y, len)) in crypto_ec_point_to_bin()
2284 mbedtls_mpi *py = &((mbedtls_ecp_point *)p)->MBEDTLS_PRIVATE(Y); in crypto_ec_point_invert() local
2286 || mbedtls_mpi_cmp_int(py, 0) == 0 /*point is its own inverse*/ in crypto_ec_point_invert()
2287 || mbedtls_mpi_sub_abs(py, CRYPTO_EC_P(e), py) == 0 ? in crypto_ec_point_invert()