Home
last modified time | relevance | path

Searched refs:fuzz (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/tests/
DREADME30 Newer fuzz testing tools are under the fuzzing directory. See
32 the older fuzz testing tools that are subject to removal once the same
35 Number of the test tools here can be used for fuzz testing with tools
36 like American fuzzy lop (afl-fuzz) that are designed to modify an
51 afl-fuzz -i json-examples -o json-findings -- $PWD/test-json @@
67 afl-fuzz -i eapol-auth-examples -o eapol-auth-findings -- $PWD/test-eapol auth read @@
74 afl-fuzz -i eapol-supp-examples -o eapol-supp-findings -- $PWD/test-eapol supp read @@
81 afl-fuzz -i tls-server-examples -o tls-server-findings -- $PWD/test-tls server read @@
88 afl-fuzz -i tls-client-examples -o tls-client-findings -- $PWD/test-tls client read @@
96 afl-fuzz -i multi-examples -o multi-findings -- $PWD/ap-mgmt-fuzzer -m @@
[all …]
/hostap-latest/tests/fuzzing/
DREADME1 hostap.git fuzz testing
4 These tools can be used for fuzz testing of various components used
9 (afl-fuzz). Example test corpus is included in */corpus directory.
18 Example fuzzing with afl-fuzz
23 afl-fuzz -i corpus -o findings -- $PWD/@TOOL@ @@
/hostap-latest/src/ap/
Dsta_info.c565 int fuzz = os_random() % 20; in ap_handle_timer() local
577 next_time = max_inactivity + fuzz; in ap_handle_timer()
592 next_time = max_inactivity + fuzz - inactive_sec; in ap_handle_timer()