Lines Matching refs:test
1 hostap.git test tools
7 hwsim directory contains the test setup for full system testing of
16 combinations. The test scripts in the build subdirectory can be used to
19 (build-{hostapd,wpa_supplicant}-*.config) to get them included in test
35 Number of the test tools here can be used for fuzz testing with tools
38 test-eapol, test-json, test-tls, and test-x509 are examples of such
46 CC=afl-gcc make test-json
51 afl-fuzz -i json-examples -o json-findings -- $PWD/test-json @@
55 make test-json LIBFUZZER=y
60 ./test-json json-examples
64 CC=afl-gcc make test-eapol TEST_FUZZ=y
66 ./test-eapol auth write eapol-auth-examples/auth.msg
67 afl-fuzz -i eapol-auth-examples -o eapol-auth-findings -- $PWD/test-eapol auth read @@
71 CC=afl-gcc make test-eapol TEST_FUZZ=y
73 ./test-eapol supp write eapol-supp-examples/supp.msg
74 afl-fuzz -i eapol-supp-examples -o eapol-supp-findings -- $PWD/test-eapol supp read @@
78 CC=afl-gcc make test-tls TEST_FUZZ=y
80 ./test-tls server write tls-server-examples/server.msg
81 afl-fuzz -i tls-server-examples -o tls-server-findings -- $PWD/test-tls server read @@
85 CC=afl-gcc make test-tls TEST_FUZZ=y
87 ./test-tls client write tls-client-examples/client.msg
88 afl-fuzz -i tls-client-examples -o tls-client-findings -- $PWD/test-tls client read @@