Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2026-09-14

Project overview: hostap

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
57.9%
3380 / 5842
Cyclomatic complexity statically reachable by fuzzers
63.0%
27077 / 42824
Runtime code coverage of functions
20.0%
1196 / 5842

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
radius tests/fuzzing/radius/radius.c 83 175 7 17 747 365 radius.c
json tests/fuzzing/json/json.c 32 182 6 7 439 179 json.c
eap-mschapv2-peer tests/fuzzing/eap-mschapv2-peer/eap-mschapv2-peer.c 32 238 8 10 159 98 eap-mschapv2-peer.c
eap-aka-peer tests/fuzzing/eap-aka-peer/eap-aka-peer.c 32 270 8 10 162 99 eap-aka-peer.c
eap-sim-peer tests/fuzzing/eap-sim-peer/eap-sim-peer.c 32 261 8 10 162 99 eap-sim-peer.c
sae tests/fuzzing/sae/sae.c 105 685 7 16 730 421 sae.c
dpp-uri tests/fuzzing/dpp-uri/dpp-uri.c 625 485 25 38 8071 3724 dpp-uri.c
pasn-resp tests/fuzzing/pasn-resp/pasn-resp.c 296 617 8 25 3153 1541 pasn-resp.c
tls-client tests/fuzzing/tls-client/tls-client.c 380 274 23 52 5459 2374 tls-client.c
tls-server tests/fuzzing/tls-server/tls-server.c 406 248 15 55 5540 2437 tls-server.c
x509 tests/fuzzing/x509/x509.c 91 350 9 9 1292 587 x509.c
asn1 tests/fuzzing/asn1/asn1.c 28 187 7 7 364 170 asn1.c
eapol-supp tests/fuzzing/eapol-supp/eapol-supp.c 478 927 19 66 6830 2997 eapol-supp.c
pasn-init tests/fuzzing/pasn-init/pasn-init.c 338 624 12 30 3777 1822 pasn-init.c
wnm tests/fuzzing/wnm/wnm.c 1483 1154 42 118 26914 11312 wnm.c
p2p tests/fuzzing/p2p/p2p.c 382 755 24 40 7788 3063 p2p.c
eapol-key-supp tests/fuzzing/eapol-key-supp/eapol-key-supp.c 510 901 24 69 7106 3130 eapol-key-supp.c
eapol-key-auth tests/fuzzing/eapol-key-auth/eapol-key-auth.c 417 2217 24 50 6807 2861 eapol-key-auth.c
scan-res tests/fuzzing/scan-res/scan-res.c 144 2884 13 28 2220 844 scan-res.c
ap-mgmt tests/fuzzing/ap-mgmt/ap-mgmt.c 1180 1446 36 116 21506 8919 ap-mgmt.c

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: radius

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 55 29.2%
gold [1:9] 1 0.53%
yellow [10:29] 2 1.06%
greenyellow [30:49] 4 2.12%
lawngreen 50+ 126 67.0%
All colors 188 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
12 20 wpabuf_put call site: 00020 wpabuf_overflow
11 164 wpa_hexdump call site: 00164 wpa_debug_print_timestamp
5 50 radius_msg_add_attr call site: 00050 wpabuf_resize
4 56 radius_msg_add_attr call site: 00056 wpabuf_put_data
3 67 radius_msg_add_attr call site: 00067 wpabuf_put_data
3 93 hmac_md5_vector call site: 00093 wpa_printf
2 42 radius_msg_add_attr call site: 00042 wpa_printf
2 97 radius_msg_finish call site: 00097 wpa_printf
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi
1 14 os_calloc call site: 00014 radius_msg_free
1 36 radius_msg_auth_pos call site: 00036 radius_get_attr_hdr
1 45 radius_msg_add_attr call site: 00045 wpa_printf

Runtime coverage analysis

Covered functions
62
Functions that are reachable but not covered
21
Reachable functions
83
Percentage of reachable functions covered
74.7%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/radius/radius.c 1
tests/fuzzing/radius/../fuzzer-common.c 1
src/utils/os_unix.c 6
tests/fuzzing/radius/../../../src/radius/radius.c 23
src/utils/wpabuf.c 6
tests/fuzzing/radius/../../../src/utils/os.h 3
src/utils/./wpabuf.h 4
src/utils/wpa_debug.c 4
tests/fuzzing/radius/../../../src/utils/wpabuf.h 8
/usr/include/x86_64-linux-gnu/bits/byteswap.h 1
src/crypto/md5.c 2
src/crypto/md5-internal.c 5
src/crypto/../utils/os.h 1
src/utils/common.c 4
src/utils/../utils/os.h 1
tests/fuzzing/radius/../../../src/utils/common.h 2
tests/fuzzing/radius/../../../src/utils/wpa_debug.h 1

Fuzzer: json

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 7 9.21%
gold [1:9] 4 5.26%
yellow [10:29] 6 7.89%
greenyellow [30:49] 3 3.94%
lawngreen 50+ 56 73.6%
All colors 76 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
6 6 json_alloc_token call site: 00006 wpa_debug_print_timestamp
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi

Runtime coverage analysis

Covered functions
19
Functions that are reachable but not covered
13
Reachable functions
32
Percentage of reachable functions covered
59.38%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/json/json.c 1
tests/fuzzing/json/../fuzzer-common.c 1
tests/fuzzing/json/../../../src/utils/json.c 11
tests/fuzzing/json/../../../src/utils/wpa_debug.c 2
tests/fuzzing/json/../../../src/utils/os_unix.c 2
tests/fuzzing/json/../../../src/utils/common.c 3
tests/fuzzing/json/../../../src/utils/os.h 1

Fuzzer: eap-mschapv2-peer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 24 48.0%
gold [1:9] 1 2.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 25 50.0%
All colors 50 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
12 18 wpabuf_put call site: 00018 wpabuf_overflow
11 35 wpa_hexdump call site: 00035 wpa_debug_print_timestamp
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi

Runtime coverage analysis

Covered functions
90
Functions that are reachable but not covered
12
Reachable functions
32
Percentage of reachable functions covered
62.5%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/eap-mschapv2-peer/eap-mschapv2-peer.c 3
tests/fuzzing/eap-mschapv2-peer/../fuzzer-common.c 1
tests/fuzzing/eap-mschapv2-peer/../../../src/eap_peer/eap_mschapv2.c 1
src/utils/os_unix.c 2
tests/fuzzing/eap-mschapv2-peer/../../../src/utils/common.h 1
src/utils/wpabuf.c 5
src/utils/./wpabuf.h 4
src/utils/wpa_debug.c 4
tests/fuzzing/eap-mschapv2-peer/../../../src/utils/wpa_debug.h 1
tests/fuzzing/eap-mschapv2-peer/../../../src/utils/wpabuf.h 2

Fuzzer: eap-aka-peer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 24 48.0%
gold [1:9] 1 2.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 25 50.0%
All colors 50 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
12 18 wpabuf_put call site: 00018 wpabuf_overflow
11 35 wpa_hexdump call site: 00035 wpa_debug_print_timestamp
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi

Runtime coverage analysis

Covered functions
100
Functions that are reachable but not covered
12
Reachable functions
32
Percentage of reachable functions covered
62.5%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/eap-aka-peer/eap-aka-peer.c 3
tests/fuzzing/eap-aka-peer/../fuzzer-common.c 1
tests/fuzzing/eap-aka-peer/../../../src/eap_peer/eap_aka.c 1
src/utils/os_unix.c 2
tests/fuzzing/eap-aka-peer/../../../src/utils/common.h 1
src/utils/wpabuf.c 5
src/utils/./wpabuf.h 4
src/utils/wpa_debug.c 4
tests/fuzzing/eap-aka-peer/../../../src/utils/wpa_debug.h 1
tests/fuzzing/eap-aka-peer/../../../src/utils/wpabuf.h 2

Fuzzer: eap-sim-peer

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 24 48.0%
gold [1:9] 1 2.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 25 50.0%
All colors 50 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
12 18 wpabuf_put call site: 00018 wpabuf_overflow
11 35 wpa_hexdump call site: 00035 wpa_debug_print_timestamp
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi

Runtime coverage analysis

Covered functions
97
Functions that are reachable but not covered
12
Reachable functions
32
Percentage of reachable functions covered
62.5%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/eap-sim-peer/eap-sim-peer.c 3
tests/fuzzing/eap-sim-peer/../fuzzer-common.c 1
tests/fuzzing/eap-sim-peer/../../../src/eap_peer/eap_sim.c 1
src/utils/os_unix.c 2
tests/fuzzing/eap-sim-peer/../../../src/utils/common.h 1
src/utils/wpabuf.c 5
src/utils/./wpabuf.h 4
src/utils/wpa_debug.c 4
tests/fuzzing/eap-sim-peer/../../../src/utils/wpa_debug.h 1
tests/fuzzing/eap-sim-peer/../../../src/utils/wpabuf.h 2

Fuzzer: sae

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 110 43.4%
gold [1:9] 4 1.58%
yellow [10:29] 15 5.92%
greenyellow [30:49] 2 0.79%
lawngreen 50+ 122 48.2%
All colors 253 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
28 119 sae_parse_commit call site: 00119 sae_parse_commit_element_ffc
25 187 wpa_hexdump_ascii call site: 00187 wpa_debug_print_timestamp
11 91 wpa_hexdump call site: 00091 wpa_debug_print_timestamp
10 10 sae_group_allowed call site: 00010 wpa_printf
5 80 crypto_bignum_init_set call site: 00080 sae_clear_data
4 74 sae_set_group call site: 00074 sae_clear_data
4 242 sae_parse_commit call site: 00242 crypto_bignum_cmp
3 166 crypto_ec_point_from_bin call site: 00166 BN_clear_free
3 182 sae_parse_password_identifier call site: 00182 wpa_printf
3 224 wpabuf_put call site: 00224 wpabuf_overflow
2 107 crypto_bignum_cmp call site: 00107 wpa_printf
2 152 crypto_bignum_to_bin call site: 00152 BN_num_bits

Runtime coverage analysis

Covered functions
60
Functions that are reachable but not covered
45
Reachable functions
105
Percentage of reachable functions covered
57.14%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/sae/sae.c 1
tests/fuzzing/sae/../fuzzer-common.c 1
src/utils/os_unix.c 5
src/common/sae.c 18
src/common/../utils/common.h 2
src/utils/wpa_debug.c 6
tests/fuzzing/sae/../../../src/common/dragonfly.c 1
tests/fuzzing/sae/../../../src/crypto/crypto_openssl.c 20
src/utils/wpabuf.c 4
src/utils/common.c 2
tests/fuzzing/sae/../../../src/crypto/dh_groups.c 1
tests/fuzzing/sae/../../../src/utils/os.h 1
src/common/../utils/wpabuf.h 3
src/utils/./wpabuf.h 3
src/common/../utils/wpa_debug.h 1
src/common/../common/defs.h 1

Fuzzer: dpp-uri

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3368 95.8%
gold [1:9] 6 0.17%
yellow [10:29] 17 0.48%
greenyellow [30:49] 23 0.65%
lawngreen 50+ 99 2.81%
All colors 3513 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
3287 212 dpp_global_clear call site: 00212 dpp_connection_remove
29 18 wpa_hexdump_ascii call site: 00018 wpa_debug_print_timestamp
11 121 wpa_hexdump call site: 00121 wpa_debug_print_timestamp
6 3500 dpp_global_clear call site: 03500 dpp_relay_controller_free
5 49 dpp_parse_uri call site: 00049 wpa_debug_print_timestamp
5 206 dpp_global_clear call site: 00206 dpp_configurator_free
4 140 openssl_digest_vector call site: 00140 wpa_printf
4 145 openssl_digest_vector call site: 00145 wpa_printf
4 150 openssl_digest_vector call site: 00150 wpa_printf
3 3508 dpp_controller_stop call site: 03508 dpp_connection_remove
2 180 dpp_bootstrap_info_free call site: 00180 forced_memzero
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi

Runtime coverage analysis

Covered functions
63
Functions that are reachable but not covered
562
Reachable functions
625
Percentage of reachable functions covered
10.08%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/dpp-uri/dpp-uri.c 1
tests/fuzzing/dpp-uri/../fuzzer-common.c 1
src/utils/os_unix.c 11
tests/fuzzing/dpp-uri/../../../src/common/dpp.c 90
tests/fuzzing/dpp-uri/../../../src/utils/list.h 3
src/utils/wpa_debug.c 9
src/common/ieee802_11_common.c 8
src/utils/common.c 14
src/utils/ip_addr.c 2
src/utils/base64.c 7
tests/fuzzing/dpp-uri/../../../src/common/dpp_crypto.c 40
tests/fuzzing/dpp-uri/../../../src/crypto/crypto_openssl.c 67
tests/fuzzing/dpp-uri/../../../src/utils/os.h 2
src/utils/../utils/os.h 2
tests/fuzzing/dpp-uri/../../../src/common/dpp_tcp.c 37
src/utils/eloop.c 8
src/utils/./list.h 3
src/utils/./os.h 4
src/utils/wpabuf.c 8
src/utils/./wpabuf.h 5
tests/fuzzing/dpp-uri/../../../src/crypto/sha256-kdf.c 1
tests/fuzzing/dpp-uri/../../../src/crypto/sha384-kdf.c 1
tests/fuzzing/dpp-uri/../../../src/crypto/sha512-kdf.c 1
tests/fuzzing/dpp-uri/../../../src/utils/wpa_debug.h 2
tests/fuzzing/dpp-uri/../../../src/utils/wpabuf.h 13
src/utils/json.c 22
tests/fuzzing/dpp-uri/../../../src/utils/common.h 8
tests/fuzzing/dpp-uri/../../../src/crypto/aes-siv.c 7
tests/fuzzing/dpp-uri/../../../src/crypto/aes-ctr.c 1
src/common/gas.c 2
src/common/../utils/wpabuf.h 1
tests/fuzzing/dpp-uri/../../../src/common/dpp_auth.c 14
tests/fuzzing/dpp-uri/../../../src/common/dpp_backup.c 17
tests/fuzzing/dpp-uri/../../../src/common/dpp_reconfig.c 5
tests/fuzzing/dpp-uri/../../../src/common/dpp_pkex.c 11
tests/fuzzing/dpp-uri/../../../src/tls/asn1.c 22
tests/fuzzing/dpp-uri/../../../src/tls/asn1.h 7
/usr/include/openssl/x509.h 2

Fuzzer: pasn-resp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 881 78.6%
gold [1:9] 58 5.17%
yellow [10:29] 59 5.26%
greenyellow [30:49] 5 0.44%
lawngreen 50+ 117 10.4%
All colors 1120 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
442 346 bin_clear_free call site: 00346 sae_parse_commit
199 800 handle_auth_pasn_resp call site: 00800 pasn_get_wrapped_data
45 1056 handle_auth_pasn_3 call site: 01056 pasn_wd_handle_sae_confirm
41 304 handle_auth_pasn_1 call site: 00304 pasn_wd_handle_sae_commit
34 177 wpabuf_put_u8 call site: 00177 wpa_pasn_add_parameter_ie
28 1027 handle_auth_pasn_3 call site: 01027 pasn_auth_frame_hash
7 8 eloop_init call site: 00008 wpa_printf
7 166 os_get_reltime call site: 00166 wpabuf_put_le16
6 56 wpa_hexdump call site: 00056 wpa_debug_print_timestamp
5 142 openssl_hmac_vector call site: 00142 wpa_printf
5 159 wpabuf_put call site: 00159 auth_build_token_req
5 1005 handle_auth_pasn_resp call site: 01005 wpa_printf

Runtime coverage analysis

Covered functions
76
Functions that are reachable but not covered
221
Reachable functions
296
Percentage of reachable functions covered
25.34%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/pasn-resp/pasn-resp.c 3
tests/fuzzing/pasn-resp/../fuzzer-common.c 1
tests/fuzzing/pasn-resp/../../../src/utils/os_unix.c 8
tests/fuzzing/pasn-resp/../../../src/utils/eloop.c 4
tests/fuzzing/pasn-resp/../../../src/utils/list.h 2
tests/fuzzing/pasn-resp/../../../src/utils/wpa_debug.c 7
tests/fuzzing/pasn-resp/../../../src/pasn/pasn_common.c 3
tests/fuzzing/pasn-resp/../../../src/utils/common.c 7
tests/fuzzing/pasn-resp/../../../src/pasn/pasn_responder.c 11
tests/fuzzing/pasn-resp/../../../src/common/ieee802_11_common.c 8
tests/fuzzing/pasn-resp/../../../src/utils/common.h 7
tests/fuzzing/pasn-resp/../../../src/common/ieee802_11_common.h 1
tests/fuzzing/pasn-resp/../../../src/common/wpa_common.c 27
tests/fuzzing/pasn-resp/../../../src/ap/comeback_token.c 3
tests/fuzzing/pasn-resp/../../../src/crypto/crypto_openssl.c 46
tests/fuzzing/pasn-resp/../../../src/utils/os.h 4
tests/fuzzing/pasn-resp/../../../src/utils/wpabuf.c 7
tests/fuzzing/pasn-resp/../../../src/utils/wpabuf.h 10
tests/fuzzing/pasn-resp/../../../src/common/sae.c 41
tests/fuzzing/pasn-resp/../../../src/common/dragonfly.c 3
tests/fuzzing/pasn-resp/../../../src/crypto/dh_groups.c 1
tests/fuzzing/pasn-resp/../../../src/utils/wpa_debug.h 1
tests/fuzzing/pasn-resp/../../../src/common/defs.h 3
tests/fuzzing/pasn-resp/../../../src/crypto/sha256-prf.c 2
tests/fuzzing/pasn-resp/../../../src/crypto/sha384-prf.c 2

Fuzzer: tls-client

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 681 38.4%
gold [1:9] 88 4.97%
yellow [10:29] 106 5.99%
greenyellow [30:49] 40 2.26%
lawngreen 50+ 854 48.2%
All colors 1769 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
87 1136 x509_certificate_chain_free call site: 01136 tls_process_certificate_status_ocsp_response
63 1072 pkcs1_decrypt_public_key call site: 01072 asn1_get_oid
57 813 x509_certificate_parse call site: 00813 x509_certificate_check_signature
54 1344 tls_process_certificate call site: 01344 x509_certificate_chain_validate
27 573 wpa_hexdump_ascii call site: 00573 wpa_printf
24 1712 tlsv1_client_decrypt call site: 01712 tlsv1_server_decrypt
23 421 tls_process_server_key_exchange call site: 00421 tls_process_certificate_status
20 1565 tls_write_client_key_exchange call site: 01565 tls_write_client_certificate_verify
18 1026 s_mp_exptmod call site: 01026 bignum_exptmod
13 511 x509_parse_algorithm_identifier call site: 00511 x509_certificate_parse
12 464 asn1_unexpected call site: 00464 asn1_get_oid
12 1670 tls_connection_encrypt call site: 01670 tlsv1_server_encrypt

Runtime coverage analysis

Covered functions
296
Functions that are reachable but not covered
88
Reachable functions
380
Percentage of reachable functions covered
76.84%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/tls-client/tls-client.c 2
tests/fuzzing/tls-client/../fuzzer-common.c 1
src/crypto/tls_internal.c 11
src/tls/tlsv1_client.c 14
src/crypto/crypto_internal.c 5
src/tls/tlsv1_server.c 11
src/utils/os_unix.c 7
src/tls/tlsv1_common.c 13
src/crypto/md5-internal.c 5
src/utils/common.c 4
src/crypto/sha1-internal.c 5
src/crypto/sha256-internal.c 5
src/crypto/../utils/common.h 4
src/crypto/sha384-internal.c 4
src/crypto/sha512-internal.c 5
src/crypto/../utils/os.h 1
src/utils/wpa_debug.c 7
src/crypto/../utils/wpabuf.h 4
src/tls/tlsv1_client_write.c 13
src/tls/../utils/common.h 5
src/tls/tlsv1_record.c 5
src/crypto/crypto_internal-cipher.c 4
src/crypto/rc4.c 1
src/crypto/aes-internal-enc.c 4
src/crypto/./aes_i.h 1
src/crypto/des-internal.c 9
src/utils/wpabuf.c 7
src/tls/../utils/wpabuf.h 4
src/utils/./wpabuf.h 4
src/crypto/aes-internal-dec.c 5
src/tls/tlsv1_client_read.c 17
src/crypto/sha256-tlsprf.c 1
src/crypto/sha256.c 2
src/crypto/sha1-tlsprf.c 1
src/crypto/md5.c 2
src/crypto/sha1.c 2
src/tls/tlsv1_client_ocsp.c 7
src/tls/asn1.c 10
src/tls/./asn1.h 13
src/tls/../utils/os.h 1
src/tls/x509v3.c 59
src/crypto/crypto_internal-rsa.c 7
src/tls/rsa.c 5
src/tls/bignum.c 11
src/tls/./libtommath.c 41
src/tls/pkcs1.c 3
src/crypto/aes-internal.c 1
src/crypto/crypto_internal-modexp.c 1
tests/fuzzing/tls-client/../../../src/utils/common.h 1
tests/fuzzing/tls-client/../../../src/utils/wpabuf.h 4
tests/fuzzing/tls-client/../../../src/utils/wpa_debug.h 1
src/tls/tlsv1_cred.c 1

Fuzzer: tls-server

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1522 82.0%
gold [1:9] 280 15.0%
yellow [10:29] 24 1.29%
greenyellow [30:49] 17 0.91%
lawngreen 50+ 12 0.64%
All colors 1855 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
311 965 tlsv1_record_set_cipher_suite call site: 00965 tls_process_certificate
239 1589 tlsv1_record_change_write_cipher call site: 01589 tls_write_server_key_exchange
194 521 crypto_rsa_import_private_key call site: 00521 pkcs8_enc_key_import
161 1427 tlsv1_record_change_read_cipher call site: 01427 tlsv1_server_handshake_write
149 1277 crypto_public_key_free call site: 01277 x509_certificate_chain_validate
85 877 LLVMFuzzerTestOneInput call site: 00877 tls_connection_server_handshake
33 779 tls_verify_hash_free call site: 00779 sha384_done
27 149 wpa_hexdump_ascii call site: 00149 wpa_printf
26 334 x509_parse_ext_basic_constraints call site: 00334 x509_parse_ext_certificate_policies
19 307 x509_parse_alt_name_dns call site: 00307 x509_parse_ext_issuer_alt_name
17 859 read_msg call site: 00859 wpabuf_put_data
16 825 crypto_hash_init call site: 00825 sha256_done

Runtime coverage analysis

Covered functions
121
Functions that are reachable but not covered
285
Reachable functions
406
Percentage of reachable functions covered
29.8%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/tls-server/tls-server.c 2
tests/fuzzing/tls-server/../fuzzer-common.c 1
src/crypto/tls_internal.c 11
src/tls/tlsv1_client.c 10
src/crypto/crypto_internal.c 5
src/tls/tlsv1_server.c 14
src/utils/os_unix.c 8
src/tls/tlsv1_cred.c 15
src/tls/x509v3.c 59
src/utils/wpa_debug.c 8
src/crypto/crypto_internal-rsa.c 8
src/tls/rsa.c 6
src/tls/bignum.c 12
src/tls/./libtommath.c 42
src/utils/common.c 7
src/tls/asn1.c 10
src/tls/./asn1.h 12
src/tls/../utils/os.h 1
src/utils/base64.c 2
src/tls/pkcs8.c 2
src/tls/pkcs5.c 13
src/tls/../utils/common.h 6
src/crypto/sha1-pbkdf2.c 2
src/crypto/sha1.c 2
src/crypto/sha1-internal.c 5
src/crypto/../utils/os.h 1
src/crypto/crypto_internal-cipher.c 4
src/crypto/aes-internal-enc.c 4
src/crypto/aes-internal.c 1
src/crypto/aes-internal-dec.c 5
src/crypto/./aes_i.h 1
src/crypto/des-internal.c 9
src/crypto/md5-internal.c 5
src/crypto/rc4.c 1
src/crypto/../utils/common.h 4
src/tls/tlsv1_common.c 12
src/crypto/sha256-internal.c 5
src/crypto/sha384-internal.c 4
src/crypto/sha512-internal.c 5
tests/fuzzing/tls-server/../../../src/utils/common.h 1
src/utils/wpabuf.c 7
tests/fuzzing/tls-server/../../../src/utils/wpabuf.h 4
src/utils/./wpabuf.h 4
tests/fuzzing/tls-server/../../../src/utils/wpa_debug.h 1
src/crypto/../utils/wpabuf.h 4
src/tls/tlsv1_record.c 5
src/tls/tlsv1_server_read.c 12
src/crypto/crypto_internal-modexp.c 1
src/crypto/sha256-tlsprf.c 1
src/crypto/sha256.c 2
src/crypto/sha1-tlsprf.c 1
src/crypto/md5.c 2
src/tls/pkcs1.c 4
src/tls/tlsv1_server_write.c 13
src/tls/../utils/wpabuf.h 4

Fuzzer: x509

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 54 15.2%
gold [1:9] 22 6.19%
yellow [10:29] 25 7.04%
greenyellow [30:49] 18 5.07%
lawngreen 50+ 236 66.4%
All colors 355 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
25 105 wpa_hexdump_ascii call site: 00105 wpa_debug_print_timestamp
11 45 wpa_hexdump call site: 00045 wpa_debug_print_timestamp
9 8 asn1_get_next call site: 00008 wpa_debug_print_timestamp
2 350 x509_certificate_parse call site: 00350 x509_certificate_free
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi
1 39 x509_certificate_parse call site: 00039 wpa_printf
1 42 x509_certificate_free call site: 00042 x509_certificate_free
1 101 x509_parse_name call site: 00101 x509_free_name
1 133 x509_parse_name call site: 00133 x509_free_name
1 160 x509_parse_time call site: 00160 wpa_printf
1 199 x509_parse_public_key call site: 00199 wpa_printf

Runtime coverage analysis

Covered functions
74
Functions that are reachable but not covered
17
Reachable functions
91
Percentage of reachable functions covered
81.32%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/x509/x509.c 1
tests/fuzzing/x509/../fuzzer-common.c 1
src/tls/x509v3.c 40
src/utils/os_unix.c 5
src/tls/asn1.c 10
src/utils/wpa_debug.c 6
src/tls/./asn1.h 11
src/utils/common.c 1
src/tls/../utils/os.h 1

Fuzzer: asn1

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 29 34.1%
gold [1:9] 7 8.23%
yellow [10:29] 7 8.23%
greenyellow [30:49] 1 1.17%
lawngreen 50+ 41 48.2%
All colors 85 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
13 67 wpa_hexdump_ascii call site: 00067 wpa_debug_print_timestamp
7 5 asn1_parse call site: 00005 wpa_printf
6 39 wpa_hexdump call site: 00039 wpa_debug_print_timestamp
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi
1 35 asn1_parse call site: 00035 wpa_printf
1 47 asn1_parse call site: 00047 wpa_printf

Runtime coverage analysis

Covered functions
19
Functions that are reachable but not covered
9
Reachable functions
28
Percentage of reachable functions covered
67.86%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/asn1/asn1.c 3
tests/fuzzing/asn1/../fuzzer-common.c 1
tests/fuzzing/asn1/../../../src/tls/asn1.c 8
tests/fuzzing/asn1/../../../src/utils/wpa_debug.c 6
tests/fuzzing/asn1/../../../src/utils/os_unix.c 1
tests/fuzzing/asn1/../../../src/tls/asn1.h 1
tests/fuzzing/asn1/../../../src/utils/os.h 1

Fuzzer: eapol-supp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1388 71.9%
gold [1:9] 38 1.96%
yellow [10:29] 25 1.29%
greenyellow [30:49] 19 0.98%
lawngreen 50+ 459 23.7%
All colors 1929 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
217 1571 wpa_sm_rx_eapol call site: 01571 wpa_supplicant_process_3_of_4
183 1254 wpa_supplicant_send_2_of_4 call site: 01254 wpa_supplicant_process_1_of_2_wpa
73 701 omac1_aes_vector call site: 00701 wpa_sm_tptk_to_ptk
72 1118 wpa_derive_ptk call site: 01118 wpa_derive_ptk_ft
60 865 wpa_sm_rsn_overriding_supported call site: 00865 wpa_supplicant_send_4_of_4
57 1470 eapol_sm_deinit call site: 01470 wpa_ft_prepare_auth_request
54 1824 wpa_supplicant_process_1_of_4 call site: 01824 wpa_supplicant_process_mlo_1_of_2
44 1008 wpa_supplicant_get_pmk call site: 01008 pmksa_cache_add
38 1062 pmksa_cache_set_expiration call site: 01062 pmksa_cache_add
28 424 eap_sm_buildNak call site: 00424 eap_sm_build_expanded_nak
28 836 wpa_parse_kde_ies call site: 00836 wpa_supplicant_validate_ie
25 320 wpa_hexdump_ascii call site: 00320 wpa_debug_print_timestamp

Runtime coverage analysis

Covered functions
225
Functions that are reachable but not covered
266
Reachable functions
478
Percentage of reachable functions covered
44.35%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/eapol-supp/eapol-supp.c 4
tests/fuzzing/eapol-supp/../fuzzer-common.c 1
src/utils/os_unix.c 9
src/utils/eloop.c 18
src/utils/./list.h 5
src/utils/wpa_debug.c 8
src/rsn_supp/wpa.c 79
src/rsn_supp/../utils/list.h 3
src/rsn_supp/pmksa_cache.c 14
src/utils/./os.h 5
src/utils/common.c 4
src/rsn_supp/./wpa_i.h 22
src/eapol_supp/eapol_supp_sm.c 50
src/eap_peer/eap.c 62
src/eap_peer/../utils/list.h 1
src/crypto/tls_internal.c 2
src/tls/tlsv1_client.c 2
src/crypto/crypto_internal.c 2
src/tls/tlsv1_server.c 2
src/utils/wpabuf.c 9
src/eapol_supp/../utils/wpabuf.h 2
src/eap_peer/../utils/wpabuf.h 7
/usr/include/x86_64-linux-gnu/bits/byteswap.h 1
src/crypto/sha1-internal.c 5
src/crypto/../utils/os.h 1
src/eap_peer/../utils/common.h 4
src/utils/./wpabuf.h 5
src/eap_common/eap_common.c 4
src/eap_common/../utils/wpabuf.h 6
src/eap_common/../utils/common.h 4
src/eap_peer/eap_methods.c 2
src/rsn_supp/wpa_ie.c 6
src/rsn_supp/../utils/common.h 7
src/common/wpa_common.c 37
src/crypto/md5.c 2
src/crypto/md5-internal.c 5
src/crypto/sha1.c 2
src/crypto/aes-omac1.c 4
src/crypto/aes-internal-enc.c 4
src/crypto/aes-internal.c 1
src/crypto/./aes_i.h 1
src/crypto/sha256.c 2
src/crypto/sha256-internal.c 5
src/crypto/../utils/common.h 4
src/common/../utils/common.h 5
src/rsn_supp/../common/wpa_common.h 3
src/common/../utils/os.h 1
src/rsn_supp/../common/defs.h 8
src/common/./defs.h 7
src/rsn_supp/wpa_ft.c 5
src/crypto/sha256-prf.c 2
src/common/ieee802_11_common.c 4
src/crypto/sha1-prf.c 1
src/crypto/rc4.c 1
src/crypto/aes-unwrap.c 1
src/crypto/aes-internal-dec.c 5
src/rsn_supp/preauth.c 6
src/l2_packet/l2_packet_linux.c 3
src/l2_packet/../utils/common.h 2
src/tls/tlsv1_cred.c 1
src/tls/x509v3.c 3
src/crypto/crypto_internal-rsa.c 1
src/tls/rsa.c 1
src/tls/bignum.c 1
src/tls/./libtommath.c 1
src/common/../utils/wpabuf.h 2

Fuzzer: pasn-init

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1304 99.3%
gold [1:9] 7 0.53%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.07%
All colors 1312 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1303 8 eloop_init call site: 00008 wpa_pasn_auth_rx
1 2 wpa_fuzzer_set_debug_level call site: 00002 atoi

Runtime coverage analysis

Covered functions
6
Functions that are reachable but not covered
332
Reachable functions
338
Percentage of reachable functions covered
1.78%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/pasn-init/pasn-init.c 1
tests/fuzzing/pasn-init/../fuzzer-common.c 1
tests/fuzzing/pasn-init/../../../src/utils/os_unix.c 7
tests/fuzzing/pasn-init/../../../src/utils/eloop.c 6
tests/fuzzing/pasn-init/../../../src/utils/list.h 4
tests/fuzzing/pasn-init/../../../src/rsn_supp/pmksa_cache.c 13
tests/fuzzing/pasn-init/../../../src/pasn/pasn_initiator.c 23
tests/fuzzing/pasn-init/../../../src/utils/common.c 7
tests/fuzzing/pasn-init/../../../src/common/dragonfly.c 3
tests/fuzzing/pasn-init/../../../src/utils/wpa_debug.c 7
tests/fuzzing/pasn-init/../../../src/common/ieee802_11_common.c 9
tests/fuzzing/pasn-init/../../../src/crypto/crypto_openssl.c 47
tests/fuzzing/pasn-init/../../../src/utils/wpabuf.c 7
tests/fuzzing/pasn-init/../../../src/utils/wpabuf.h 10
tests/fuzzing/pasn-init/../../../src/utils/os.h 2
tests/fuzzing/pasn-init/../../../src/common/wpa_common.c 34
tests/fuzzing/pasn-init/../../../src/utils/common.h 6
tests/fuzzing/pasn-init/../../../src/common/defs.h 6
tests/fuzzing/pasn-init/../../../src/common/sae.c 41
tests/fuzzing/pasn-init/../../../src/crypto/dh_groups.c 1
tests/fuzzing/pasn-init/../../../src/utils/wpa_debug.h 1
tests/fuzzing/pasn-init/../../../src/eapol_supp/eapol_supp_sm.h 5
tests/fuzzing/pasn-init/../../../src/pasn/pasn_common.h 1
tests/fuzzing/pasn-init/../../../src/common/ieee802_11_common.h 1
tests/fuzzing/pasn-init/../../../src/rsn_supp/wpa_ie.c 1
tests/fuzzing/pasn-init/../../../src/crypto/sha256-prf.c 2
tests/fuzzing/pasn-init/../../../src/crypto/sha384-prf.c 2
tests/fuzzing/pasn-init/../../../src/common/wpa_common.h 2
tests/fuzzing/pasn-init/../../../src/rsn_supp/wpa_i.h 2
tests/fuzzing/pasn-init/../../../src/pasn/pasn_common.c 1

Fuzzer: wnm

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 6692 96.9%
gold [1:9] 12 0.17%
yellow [10:29] 21 0.30%
greenyellow [30:49] 1 0.01%
lawngreen 50+ 175 2.53%
All colors 6901 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1962 3720 wpabuf_head_u8 call site: 03720 interworking_anqp_resp_cb
1171 2548 dl_list_add_tail call site: 02548 wpa_supplicant_mark_disassoc
1073 5765 ieee802_11_rx_wnm_action call site: 05765 wpas_rrm_handle_radio_measurement_request
645 1167 wpa_supplicant_req_scan call site: 01167 wpa_supplicant_scan
597 1813 dl_list_add_tail call site: 01813 wpa_supplicant_deauthenticate
248 905 eloop_remove_timeout call site: 00905 wpa_supplicant_req_scan
239 155 wpa_bss_get_ie call site: 00155 wpa_scan_res_ok
170 526 wpa_supplicant_get_scan_results call site: 00526 wpa_bss_update_scan_res
136 2411 wpabuf_mhead_u8 call site: 02411 wpas_clear_beacon_rep_data
103 801 wpa_supplicant_select_bss call site: 00801 wnm_bss_tm_connect
93 697 dl_list_add_tail call site: 00697 wpa_bss_update
50 395 wpabuf_mhead_u8 call site: 00395 wnm_nei_rep_add_bss

Runtime coverage analysis

Covered functions
91
Functions that are reachable but not covered
1392
Reachable functions
1483
Percentage of reachable functions covered
6.14%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/wnm/wnm.c 4
tests/fuzzing/wnm/../fuzzer-common.c 1
src/utils/os_unix.c 12
src/utils/eloop.c 21
src/utils/./list.h 5
src/utils/wpa_debug.c 9
tests/fuzzing/wnm/../../../wpa_supplicant/bss.c 46
tests/fuzzing/wnm/../../../src/utils/list.h 6
src/utils/./os.h 5
tests/fuzzing/wnm/../../../wpa_supplicant/wnm_sta.c 36
tests/fuzzing/wnm/../../../src/utils/common.h 16
src/rsn_supp/wpa.c 105
src/common/wpa_common.c 44
src/common/../utils/common.h 6
src/utils/common.c 23
src/utils/wpabuf.c 10
tests/fuzzing/wnm/../../../wpa_supplicant/notify.c 41
tests/fuzzing/wnm/../../../wpa_supplicant/dbus/dbus_new.h 13
tests/fuzzing/wnm/../../../src/utils/wpabuf.h 14
src/utils/./wpabuf.h 5
tests/fuzzing/wnm/../../../src/utils/os.h 9
tests/fuzzing/wnm/../../../wpa_supplicant/events.c 100
tests/fuzzing/wnm/../../../wpa_supplicant/bss.h 4
tests/fuzzing/wnm/../../../wpa_supplicant/wpa_supplicant.c 115
src/common/ieee802_11_common.c 58
tests/fuzzing/wnm/../../../wpa_supplicant/bssid_ignore.c 6
tests/fuzzing/wnm/../../../wpa_supplicant/scan.c 62
tests/fuzzing/wnm/../../../src/common/defs.h 9
tests/fuzzing/wnm/../../../wpa_supplicant/wps_supplicant.h 10
src/rsn_supp/wpa_ie.c 12
src/rsn_supp/../utils/common.h 9
tests/fuzzing/wnm/../../../src/drivers/driver_common.c 8
src/common/./ieee802_11_common.h 1
src/common/../utils/wpabuf.h 8
tests/fuzzing/wnm/../../../src/utils/wpa_debug.h 1
src/eap_peer/eap.c 64
tests/fuzzing/wnm/../../../wpa_supplicant/nan_supplicant.h 10
tests/fuzzing/wnm/../../../wpa_supplicant/wpa_supplicant_i.h 4
tests/fuzzing/wnm/../../../wpa_supplicant/driver_i.h 32
tests/fuzzing/wnm/../../../wpa_supplicant/p2p_supplicant.h 15
tests/fuzzing/wnm/../../../wpa_supplicant/sme.h 14
tests/fuzzing/wnm/../../../wpa_supplicant/robust_av.c 33
tests/fuzzing/wnm/../../../wpa_supplicant/autoscan.h 3
tests/fuzzing/wnm/../../../wpa_supplicant/wmm_ac.c 24
src/eapol_supp/eapol_supp_sm.c 55
src/eapol_supp/../utils/wpabuf.h 2
src/eap_peer/../utils/wpabuf.h 7
/usr/include/x86_64-linux-gnu/bits/byteswap.h 1
src/crypto/sha1-internal.c 5
src/crypto/../utils/os.h 1
src/eap_peer/../utils/common.h 4
src/eap_common/eap_common.c 4
src/eap_common/../utils/wpabuf.h 6
src/eap_common/../utils/common.h 4
src/eap_peer/eap_methods.c 3
tests/fuzzing/wnm/../../../wpa_supplicant/wnm_sta.h 1
tests/fuzzing/wnm/../../../wpa_supplicant/wpas_glue.c 5
src/rsn_supp/preauth.c 10
src/rsn_supp/../utils/list.h 4
src/rsn_supp/pmksa_cache.c 18
src/rsn_supp/../common/defs.h 9
src/rsn_supp/../common/wpa_common.h 3
src/common/./defs.h 7
src/crypto/sha256.c 2
src/crypto/sha256-internal.c 5
src/crypto/../utils/common.h 4
src/crypto/sha1.c 2
src/rsn_supp/./wpa_i.h 21
src/l2_packet/l2_packet_linux.c 9
src/l2_packet/../utils/common.h 2
src/eap_peer/../utils/list.h 1
src/crypto/tls_internal.c 2
src/tls/tlsv1_client.c 2
src/crypto/crypto_internal.c 2
src/tls/tlsv1_server.c 2
src/tls/tlsv1_cred.c 1
src/tls/x509v3.c 3
src/crypto/crypto_internal-rsa.c 1
src/tls/rsa.c 1
src/tls/bignum.c 1
src/tls/./libtommath.c 1
src/crypto/md5.c 2
src/crypto/md5-internal.c 5
src/crypto/aes-omac1.c 4
src/crypto/aes-internal-enc.c 4
src/crypto/aes-internal.c 1
src/crypto/./aes_i.h 1
src/rsn_supp/tdls.c 22
src/rsn_supp/../rsn_supp/wpa_i.h 4
src/l2_packet/../utils/os.h 1
tests/fuzzing/wnm/../../../wpa_supplicant/rrm.c 30
tests/fuzzing/wnm/../../../wpa_supplicant/hs20_supplicant.c 8
tests/fuzzing/wnm/../../../wpa_supplicant/pr_supplicant.h 2
src/utils/bitfield.c 4
src/common/ptksa_cache.c 4
src/common/../utils/list.h 5
src/crypto/sha1-pbkdf2.c 2
tests/fuzzing/wnm/../../../wpa_supplicant/op_classes.c 11
tests/fuzzing/wnm/../../../wpa_supplicant/config.c 13
src/utils/../utils/os.h 2
src/common/hw_features_common.c 10
tests/fuzzing/wnm/../../../src/rsn_supp/wpa.h 2
tests/fuzzing/wnm/../../../wpa_supplicant/bgscan.h 3
src/utils/crc32.c 1
tests/fuzzing/wnm/../../../wpa_supplicant/interworking.c 60
src/common/gas.c 8
tests/fuzzing/wnm/../../../wpa_supplicant/gas_query.c 22
tests/fuzzing/wnm/../../../wpa_supplicant/offchannel.c 5
src/common/../utils/os.h 1
src/rsn_supp/wpa_ft.c 6
src/crypto/sha256-prf.c 2
src/crypto/sha1-prf.c 1
src/crypto/rc4.c 1
src/crypto/aes-unwrap.c 1
src/crypto/aes-internal-dec.c 5
tests/fuzzing/wnm/../../../wpa_supplicant/mesh_mpm.h 2
tests/fuzzing/wnm/../../../wpa_supplicant/config_file.c 20
src/utils/base64.c 2

Fuzzer: p2p

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1437 60.4%
gold [1:9] 140 5.89%
yellow [10:29] 82 3.45%
greenyellow [30:49] 103 4.33%
lawngreen 50+ 614 25.8%
All colors 2376 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
128 980 p2p_build_probe_resp_ies call site: 00980 p2p_timeout_connect_listen
93 1387 p2p_peer_channels_check call site: 01387 p2p_stop_find_for_freq
89 1225 p2p_reply_probe call site: 01225 p2p_go_neg_start
89 1550 p2p_process_go_neg_resp call site: 01550 p2p_go_neg_wait_timeout
79 379 p2p_clear_timeout call site: 00379 p2p_state_timeout
47 755 wpabuf_mhead_u8 call site: 00755 p2p_send_action
47 2093 p2p_rx_gas_initial_resp call site: 02093 p2p_sd_query_cb
40 1643 p2p_handle_go_neg_conf call site: 01643 p2p_go_complete
39 2182 p2p_rx_gas_comeback_resp call site: 02182 p2p_send_gas_comeback_req
37 2230 p2p_process_presence_req call site: 02230 p2p_send_action
34 672 p2p_stop_listen_for_freq call site: 00672 p2p_clear_timeout
34 2144 p2p_rx_gas_comeback_req call site: 02144 p2p_send_action

Runtime coverage analysis

Covered functions
217
Functions that are reachable but not covered
173
Reachable functions
382
Percentage of reachable functions covered
54.71%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/p2p/p2p.c 3
tests/fuzzing/p2p/../fuzzer-common.c 1
src/utils/os_unix.c 7
src/utils/eloop.c 11
src/utils/./list.h 5
src/utils/wpa_debug.c 6
src/p2p/p2p.c 85
src/crypto/sha256-internal.c 5
src/crypto/../utils/os.h 1
src/crypto/../utils/common.h 3
src/p2p/../utils/list.h 3
src/p2p/p2p_utils.c 23
src/p2p/../utils/os.h 4
src/utils/./os.h 3
src/p2p/p2p_parse.c 8
src/common/ieee802_11_common.c 21
src/common/../utils/common.h 3
src/common/./ieee802_11_common.h 1
src/utils/wpabuf.c 8
src/common/../utils/wpabuf.h 8
src/utils/./wpabuf.h 6
src/wps/wps_attr_parse.c 5
src/wps/../utils/wpabuf.h 7
src/wps/../utils/common.h 5
src/wps/../utils/wpa_debug.h 1
src/p2p/../utils/common.h 12
src/wps/wps_common.c 1
src/wps/../utils/os.h 1
src/p2p/../utils/wpabuf.h 13
src/utils/common.c 7
src/p2p/../utils/wpa_debug.h 1
src/p2p/p2p_pd.c 22
src/p2p/p2p_build.c 36
src/p2p/p2p_sd.c 14
src/common/gas.c 11
src/p2p/p2p_go_neg.c 19
src/wps/wps_attr_build.c 3
src/p2p/p2p_invitation.c 6
src/p2p/p2p_group.c 8
src/p2p/p2p_dev_disc.c 5

Fuzzer: eapol-key-supp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1609 78.3%
gold [1:9] 19 0.92%
yellow [10:29] 17 0.82%
greenyellow [30:49] 7 0.34%
lawngreen 50+ 402 19.5%
All colors 2054 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
366 477 wpa_hexdump_ascii call site: 00477 rsn_preauth_candidate_process
241 235 wpa_sm_notify_assoc call site: 00235 rsn_preauth_deinit
90 1822 wpa_supplicant_process_3_of_4 call site: 01822 wpa_supplicant_key_neg_complete
73 957 omac1_aes_128 call site: 00957 wpa_tdls_tpk_send
72 1441 wpa_derive_ptk call site: 01441 wpa_derive_ptk_ft
46 1711 wpa_supplicant_process_3_of_4 call site: 01711 wpa_supplicant_validate_link_kde
41 63 wpa_hexdump_key call site: 00063 pmksa_cache_add
40 1612 aes_unwrap call site: 01612 wpa_supplicant_key_neg_complete
34 873 wpa_cipher_valid_group call site: 00873 wpa_ft_mic
32 1276 wpa_supplicant_validate_ie call site: 01276 wpa_supplicant_send_4_of_4
31 1392 wpa_supplicant_get_pmk call site: 01392 pmksa_cache_add
27 845 wpa_ft_is_completed call site: 00845 wpa_supplicant_key_neg_complete

Runtime coverage analysis

Covered functions
171
Functions that are reachable but not covered
348
Reachable functions
510
Percentage of reachable functions covered
31.76%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/eapol-key-supp/eapol-key-supp.c 6
tests/fuzzing/eapol-key-supp/../fuzzer-common.c 1
src/utils/os_unix.c 9
src/utils/eloop.c 18
src/utils/./list.h 5
src/utils/wpa_debug.c 8
src/rsn_supp/wpa.c 82
src/rsn_supp/../utils/list.h 3
src/rsn_supp/pmksa_cache.c 14
src/utils/./os.h 5
src/utils/common.c 4
src/rsn_supp/./wpa_i.h 22
src/rsn_supp/../common/defs.h 8
src/rsn_supp/../common/wpa_common.h 3
src/common/wpa_common.c 37
src/common/./defs.h 7
src/crypto/sha256.c 2
src/crypto/sha256-internal.c 5
src/crypto/../utils/os.h 1
src/crypto/../utils/common.h 4
src/crypto/sha1.c 2
src/crypto/sha1-internal.c 5
src/rsn_supp/../utils/common.h 8
src/eapol_supp/eapol_supp_sm.c 50
src/rsn_supp/wpa_ie.c 6
src/rsn_supp/preauth.c 6
src/utils/wpabuf.c 9
src/eap_peer/eap.c 62
src/eapol_supp/../utils/wpabuf.h 2
src/eap_peer/../utils/wpabuf.h 7
/usr/include/x86_64-linux-gnu/bits/byteswap.h 1
src/eap_peer/../utils/common.h 4
src/utils/./wpabuf.h 5
src/eap_common/eap_common.c 4
src/eap_common/../utils/wpabuf.h 6
src/eap_common/../utils/common.h 4
src/eap_peer/eap_methods.c 2
src/crypto/tls_internal.c 2
src/tls/tlsv1_client.c 2
src/crypto/crypto_internal.c 2
src/tls/tlsv1_server.c 2
src/tls/tlsv1_cred.c 1
src/tls/x509v3.c 3
src/crypto/crypto_internal-rsa.c 1
src/tls/rsa.c 1
src/tls/bignum.c 1
src/tls/./libtommath.c 1
src/l2_packet/l2_packet_linux.c 3
src/l2_packet/../utils/common.h 2
src/eap_peer/../utils/list.h 1
src/rsn_supp/wpa_ft.c 6
src/common/ieee802_11_common.c 4
src/common/../utils/wpabuf.h 2
src/crypto/aes-omac1.c 4
src/crypto/aes-internal-enc.c 4
src/crypto/aes-internal.c 1
src/crypto/./aes_i.h 1
src/rsn_supp/tdls.c 21
src/rsn_supp/../rsn_supp/wpa_i.h 4
tests/fuzzing/eapol-key-supp/../../../src/utils/common.h 1
src/crypto/md5.c 2
src/crypto/md5-internal.c 5
src/common/../utils/common.h 5
src/common/../utils/os.h 1
src/crypto/sha256-prf.c 2
src/crypto/sha1-prf.c 1
src/crypto/rc4.c 1
src/crypto/aes-unwrap.c 1
src/crypto/aes-internal-dec.c 5

Fuzzer: eapol-key-auth

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1243 73.2%
gold [1:9] 1 0.05%
yellow [10:29] 4 0.23%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 449 26.4%
All colors 1697 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
239 1419 wpa_auth_sta_deinit call site: 01419 wpa_ft_expire_pull
94 566 wpa_derive_ptk call site: 00566 wpa_auth_derive_ptk_ft
76 1069 sm_WPA_PTK_PTKINITDONE_Enter call site: 01069 wpa_ft_generate_pmk_r1
55 1280 wpa_validate_wpa_ie call site: 01280 pmksa_cache_add_okc
51 729 wpa_parse_kde_ies call site: 00729 wpa_parse_generic
44 880 sm_WPA_PTK_PTKCALCNEGOTIATING_Enter call site: 00880 wpa_auth_ft_store_keys
42 345 hmac_sha1 call site: 00345 rsn_eapol_key_mic_hash
35 1240 wpa_validate_wpa_ie call site: 01240 wpa_parse_wpa_ie_wpa
33 830 sm_WPA_PTK_PTKCALCNEGOTIATING_Enter call site: 00830 wpa_parse_wpa_ie_rsn
30 62 wpa_auth_gen_wpa_ie call site: 00062 wpa_write_rsne_override
29 244 ieee80211w_kde_add call site: 00244 wpa_send_eapol
23 1172 wpa_ft_pmk_cache_init call site: 01172 wpa_rekey_gtk

Runtime coverage analysis

Covered functions
209
Functions that are reachable but not covered
226
Reachable functions
417
Percentage of reachable functions covered
45.8%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/eapol-key-auth/eapol-key-auth.c 4
tests/fuzzing/eapol-key-auth/../fuzzer-common.c 1
src/utils/os_unix.c 8
src/utils/eloop.c 12
src/utils/./list.h 5
src/utils/wpa_debug.c 8
src/ap/wpa_auth.c 110
src/ap/wpa_auth_ie.c 14
src/ap/../utils/common.h 7
src/common/wpa_common.c 46
src/common/../utils/common.h 5
src/ap/../common/defs.h 11
src/ap/wpa_auth_ft.c 62
src/utils/common.c 5
/usr/include/x86_64-linux-gnu/bits/byteswap.h 2
src/crypto/sha1-prf.c 1
src/crypto/sha1.c 2
src/crypto/sha1-internal.c 5
src/crypto/../utils/os.h 1
src/ap/./wpa_auth.h 1
src/common/./defs.h 7
src/crypto/aes-wrap.c 1
src/crypto/aes-internal-enc.c 4
src/crypto/aes-internal.c 1
src/crypto/./aes_i.h 1
src/crypto/rc4.c 1
src/crypto/md5.c 2
src/crypto/md5-internal.c 5
src/crypto/aes-omac1.c 4
src/crypto/sha256.c 2
src/crypto/sha256-internal.c 5
src/crypto/../utils/common.h 4
src/utils/./os.h 4
src/utils/wpabuf.c 7
src/common/ieee802_11_common.c 11
src/crypto/sha256-prf.c 2
src/crypto/aes-unwrap.c 1
src/crypto/aes-internal-dec.c 5
src/common/../utils/os.h 1
src/ap/../utils/list.h 4
src/crypto/aes-siv.c 6
src/crypto/aes-ctr.c 1
src/ap/pmksa_cache_auth.c 11
src/radius/radius.c 2
src/ap/../common/wpa_common.h 2
src/utils/./wpabuf.h 5
src/radius/../utils/os.h 1
src/ap/../utils/wpabuf.h 2
src/common/./ieee802_11_common.h 1
src/common/../utils/wpabuf.h 3

Fuzzer: scan-res

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 265 64.1%
gold [1:9] 3 0.72%
yellow [10:29] 2 0.48%
greenyellow [30:49] 3 0.72%
lawngreen 50+ 140 33.8%
All colors 413 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
110 160 wpa_bss_in_use call site: 00160 wps_is_addr_authorized
70 328 wpas_notify_bss_added call site: 00328 wpa_bss_update
25 290 wpa_bss_remove call site: 00290 wpa_bss_remove
15 13 wpa_hexdump call site: 00013 wpa_debug_print_timestamp
8 36 wpa_msg call site: 00036 wpa_printf
7 152 wpa_bss_parse_basic_ml_element call site: 00152 wpa_bss_remove_oldest
4 49 process_scan_res call site: 00049 wpa_msg
4 63 wpa_bss_get call site: 00063 ether_addr_equal
4 285 wpas_notify_bss_removed call site: 00285 wpa_printf
3 115 wpabuf_put call site: 00115 wpabuf_overflow
2 120 ieee802_11_defrag call site: 00120 wpabuf_alloc
2 274 wpa_bss_check_pending_connect call site: 00274 wpa_bss_update_pending_connect

Runtime coverage analysis

Covered functions
79
Functions that are reachable but not covered
65
Reachable functions
144
Percentage of reachable functions covered
54.86%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/scan-res/scan-res.c 4
tests/fuzzing/scan-res/../fuzzer-common.c 1
src/utils/os_unix.c 6
tests/fuzzing/scan-res/../../../wpa_supplicant/bss.c 30
tests/fuzzing/scan-res/../../../src/utils/list.h 5
src/utils/wpa_debug.c 6
src/utils/./os.h 2
src/utils/common.c 4
tests/fuzzing/scan-res/../../../src/utils/os.h 4
tests/fuzzing/scan-res/../../../wpa_supplicant/scan.c 4
src/common/ieee802_11_common.c 15
tests/fuzzing/scan-res/../../../src/utils/common.h 4
tests/fuzzing/scan-res/../../../wpa_supplicant/bss.h 1
src/common/../utils/common.h 1
src/common/./ieee802_11_common.h 1
src/utils/wpabuf.c 6
src/utils/./wpabuf.h 4
src/common/../utils/wpabuf.h 1
tests/fuzzing/scan-res/../../../src/utils/wpabuf.h 4
src/wps/wps.c 3
src/wps/wps_attr_parse.c 5
src/wps/../utils/wpabuf.h 2
src/wps/../utils/common.h 3
src/wps/../utils/wpa_debug.h 1
src/eap_peer/eap.c 2
tests/fuzzing/scan-res/../../../wpa_supplicant/wpa_supplicant.c 1
tests/fuzzing/scan-res/../../../wpa_supplicant/notify.c 12
tests/fuzzing/scan-res/../../../wpa_supplicant/dbus/dbus_new.h 3

Fuzzer: ap-mgmt

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4803 95.5%
gold [1:9] 1 0.01%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 224 4.45%
All colors 5028 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1154 3344 dl_list_add_tail call site: 03344 handle_assoc
953 804 wpa_hexdump call site: 00804 ap_handle_timer
740 2055 ap_free_sta call site: 02055 ap_ht2040_timeout
444 4499 dl_list_add_tail call site: 04499 handle_action
279 1758 ether_addr_equal call site: 01758 ap_free_sta
255 289 eloop_remove_timeout call site: 00289 accounting_interim_update
248 2959 __ieee802_11_parse_elems call site: 02959 ap_sta_handle_disconnect
214 73 ap_free_sta call site: 00073 accounting_sta_report
204 599 hostapd_set_sta_flags call site: 00599 ap_handle_timer
84 2854 set_wpa_sm_for_each_partner_link call site: 02854 wpa_auth_sta_deinit
48 546 ap_sta_set_authorized call site: 00546 hostapd_prune_associations
25 3247 ap_free_sta call site: 03247 ap_check_sa_query_timeout

Runtime coverage analysis

Covered functions
116
Functions that are reachable but not covered
1064
Reachable functions
1180
Percentage of reachable functions covered
9.83%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzzing/ap-mgmt/ap-mgmt.c 4
tests/fuzzing/ap-mgmt/../fuzzer-common.c 1
src/utils/os_unix.c 11
src/utils/eloop.c 21
src/utils/./list.h 5
src/utils/wpa_debug.c 11
src/ap/ap_config.c 19
src/ap/../utils/os.h 7
src/ap/../utils/list.h 6
src/ap/./ap_config.h 4
src/common/ieee802_11_common.c 39
src/ap/sta_info.c 52
src/ap/accounting.c 7
src/radius/radius.c 28
src/utils/./os.h 5
src/utils/common.c 13
src/radius/radius_client.c 20
src/utils/wpabuf.c 8
src/radius/../utils/os.h 3
src/utils/./wpabuf.h 5
src/ap/../radius/radius.h 1
src/radius/../utils/wpabuf.h 8
src/ap/ieee802_1x.c 12
src/ap/../utils/common.h 16
src/ap/../common/defs.h 11
src/ap/wpa_auth.c 120
src/common/wpa_common.c 48
src/ap/../utils/wpabuf.h 13
/usr/include/x86_64-linux-gnu/bits/byteswap.h 2
src/ap/./ap_drv_ops.h 7
src/utils/ip_addr.c 1
src/crypto/md5-internal.c 5
src/crypto/../utils/os.h 1
src/utils/../utils/os.h 2
src/radius/../utils/common.h 3
src/crypto/md5.c 2
src/ap/./sta_info.h 4
src/ap/utils.c 2
src/ap/ieee802_11.c 75
src/ap/ieee802_11_shared.c 32
src/ap/hostapd.c 15
src/ap/ap_drv_ops.c 22
src/eapol_auth/eapol_auth_sm.c 36
src/eap_server/eap_server_methods.c 2
src/eapol_auth/../utils/wpabuf.h 2
src/eap_common/eap_common.c 4
src/eap_common/../utils/wpabuf.h 5
src/eap_server/eap_server.c 54
src/eap_server/../utils/wpabuf.h 4
src/eap_server/../utils/common.h 2
src/eap_common/../utils/common.h 2
src/ap/ap_mlme.c 5
src/crypto/sha1-prf.c 1
src/crypto/sha1.c 2
src/crypto/sha1-internal.c 5
src/ap/./wpa_auth.h 1
src/common/./defs.h 7
src/crypto/sha256.c 2
src/crypto/sha256-internal.c 5
src/crypto/../utils/common.h 4
src/ap/wpa_auth_ie.c 11
src/crypto/aes-wrap.c 1
src/crypto/aes-internal-enc.c 4
src/crypto/aes-internal.c 1
src/crypto/./aes_i.h 1
src/crypto/rc4.c 1
src/crypto/aes-omac1.c 4
src/crypto/sha256-prf.c 2
src/ap/wpa_auth_ft.c 67
src/crypto/aes-unwrap.c 1
src/crypto/aes-internal-dec.c 5
src/common/../utils/common.h 7
src/common/../utils/os.h 1
src/crypto/aes-siv.c 6
src/crypto/aes-ctr.c 1
src/ap/ndisc_snoop.c 1
src/ap/ieee802_11_ht.c 14
src/ap/beacon.c 54
src/ap/./hostapd.h 7
src/ap/../common/ieee802_11_defs.h 3
src/ap/ieee802_11_eht.c 36
src/common/hw_features_common.c 8
src/ap/./ieee802_11.h 3
src/ap/dfs.c 4
src/ap/ieee802_11_he.c 14
src/ap/ieee802_11_vht.c 9
src/ap/ieee802_11_uhr.c 6
src/ap/wmm.c 10
src/ap/hs20.c 1
src/crypto/sha1-pbkdf2.c 2
src/wps/wps.c 2
src/wps/../utils/wpabuf.h 8
src/wps/../utils/common.h 5
src/wps/wps_attr_build.c 3
src/common/./ieee802_11_common.h 1
src/common/../utils/wpabuf.h 5
src/ap/wps_hostapd.c 2
src/ap/./preauth_auth.h 1
src/ap/vlan_init.c 4
src/ap/ieee802_11_auth.c 7
src/ap/./mbo_ap.h 1
src/ap/robust_av.c 27
tests/fuzzing/ap-mgmt/../../../src/utils/common.h 1
src/ap/ap_list.c 11
src/ap/../common/ieee802_11_common.h 1
src/ap/hw_features.c 2
src/ap/vlan.c 1
src/ap/vlan_ifconfig.c 3
src/wps/wps_attr_parse.c 5
src/wps/../utils/wpa_debug.h 1
src/ap/../wps/wps.h 1
src/ap/pmksa_cache_auth.c 8
src/ap/../common/wpa_common.h 2
src/common/ptksa_cache.c 4
src/common/../utils/list.h 5
src/ap/rrm.c 14

Analyses and suggestions

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

tests/fuzzing/radius/radius.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpabuf_put', 'wpa_hexdump', 'radius_msg_add_attr', 'hmac_md5_vector', 'radius_msg_finish', 'wpa_fuzzer_set_debug_level', 'os_calloc']

tests/fuzzing/json/json.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['json_alloc_token', 'wpa_fuzzer_set_debug_level']

tests/fuzzing/eap-mschapv2-peer/eap-mschapv2-peer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpabuf_put', 'wpa_hexdump', 'wpa_fuzzer_set_debug_level']

tests/fuzzing/eap-aka-peer/eap-aka-peer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpabuf_put', 'wpa_hexdump', 'wpa_fuzzer_set_debug_level']

tests/fuzzing/eap-sim-peer/eap-sim-peer.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpabuf_put', 'wpa_hexdump', 'wpa_fuzzer_set_debug_level']

tests/fuzzing/sae/sae.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['sae_parse_commit', 'wpa_hexdump_ascii', 'wpa_hexdump', 'sae_group_allowed', 'crypto_bignum_init_set', 'sae_set_group', 'crypto_ec_point_from_bin', 'sae_parse_password_identifier', 'wpabuf_put']

tests/fuzzing/dpp-uri/dpp-uri.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['dpp_global_clear', 'wpa_hexdump_ascii', 'wpa_hexdump', 'dpp_parse_uri', 'openssl_digest_vector', 'dpp_controller_stop']

tests/fuzzing/pasn-resp/pasn-resp.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['bin_clear_free', 'handle_auth_pasn_resp', 'handle_auth_pasn_3', 'handle_auth_pasn_1', 'wpabuf_put_u8', 'eloop_init', 'os_get_reltime', 'wpa_hexdump', 'openssl_hmac_vector']

tests/fuzzing/tls-client/tls-client.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['x509_certificate_chain_free', 'pkcs1_decrypt_public_key', 'x509_certificate_parse', 'tls_process_certificate', 'wpa_hexdump_ascii', 'tlsv1_client_decrypt', 'tls_process_server_key_exchange', 'tls_write_client_key_exchange', 's_mp_exptmod', 'x509_parse_algorithm_identifier']

tests/fuzzing/tls-server/tls-server.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['tlsv1_record_set_cipher_suite', 'tlsv1_record_change_write_cipher', 'crypto_rsa_import_private_key', 'tlsv1_record_change_read_cipher', 'crypto_public_key_free', 'LLVMFuzzerTestOneInput', 'tls_verify_hash_free', 'wpa_hexdump_ascii', 'x509_parse_ext_basic_constraints', 'x509_parse_alt_name_dns']

tests/fuzzing/x509/x509.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpa_hexdump_ascii', 'wpa_hexdump', 'asn1_get_next', 'x509_certificate_parse', 'wpa_fuzzer_set_debug_level', 'x509_certificate_free', 'x509_parse_name', 'x509_parse_time']

tests/fuzzing/asn1/asn1.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpa_hexdump_ascii', 'asn1_parse', 'wpa_hexdump', 'wpa_fuzzer_set_debug_level']

tests/fuzzing/eapol-supp/eapol-supp.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpa_sm_rx_eapol', 'wpa_supplicant_send_2_of_4', 'omac1_aes_vector', 'wpa_derive_ptk', 'wpa_sm_rsn_overriding_supported', 'eapol_sm_deinit', 'wpa_supplicant_process_1_of_4', 'wpa_supplicant_get_pmk', 'pmksa_cache_set_expiration', 'eap_sm_buildNak']

tests/fuzzing/pasn-init/pasn-init.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['eloop_init', 'wpa_fuzzer_set_debug_level']

tests/fuzzing/wnm/wnm.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpabuf_head_u8', 'dl_list_add_tail', 'ieee802_11_rx_wnm_action', 'wpa_supplicant_req_scan', 'eloop_remove_timeout', 'wpa_bss_get_ie', 'wpa_supplicant_get_scan_results', 'wpabuf_mhead_u8', 'wpa_supplicant_select_bss']

tests/fuzzing/p2p/p2p.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['p2p_build_probe_resp_ies', 'p2p_peer_channels_check', 'p2p_reply_probe', 'p2p_process_go_neg_resp', 'p2p_clear_timeout', 'wpabuf_mhead_u8', 'p2p_rx_gas_initial_resp', 'p2p_handle_go_neg_conf', 'p2p_rx_gas_comeback_resp', 'p2p_process_presence_req']

tests/fuzzing/eapol-key-supp/eapol-key-supp.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpa_hexdump_ascii', 'wpa_sm_notify_assoc', 'wpa_supplicant_process_3_of_4', 'omac1_aes_128', 'wpa_derive_ptk', 'wpa_hexdump_key', 'aes_unwrap', 'wpa_cipher_valid_group', 'wpa_supplicant_validate_ie']

tests/fuzzing/eapol-key-auth/eapol-key-auth.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpa_auth_sta_deinit', 'wpa_derive_ptk', 'sm_WPA_PTK_PTKINITDONE_Enter', 'wpa_validate_wpa_ie', 'wpa_parse_kde_ies', 'sm_WPA_PTK_PTKCALCNEGOTIATING_Enter', 'hmac_sha1', 'wpa_auth_gen_wpa_ie']

tests/fuzzing/scan-res/scan-res.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['wpa_bss_in_use', 'wpas_notify_bss_added', 'wpa_bss_remove', 'wpa_hexdump', 'wpa_msg', 'wpa_bss_parse_basic_ml_element', 'process_scan_res', 'wpa_bss_get', 'wpas_notify_bss_removed', 'wpabuf_put']

tests/fuzzing/ap-mgmt/ap-mgmt.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['dl_list_add_tail', 'wpa_hexdump', 'ap_free_sta', 'ether_addr_equal', 'eloop_remove_timeout', '__ieee802_11_parse_elems', 'hostapd_set_sta_flags', 'set_wpa_sm_for_each_partner_link']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
radius_msg_add_attr 86 27 31.39% ['radius', 'ap-mgmt']
utf8_to_ucs2 35 14 40.0% ['eap-mschapv2-peer']
eap_mschapv2_success 41 15 36.58% ['eap-mschapv2-peer']
eap_sim_report_notification 39 21 53.84% ['eap-sim-peer', 'eap-aka-peer']
eap_aka_init 34 17 50.0% ['eap-aka-peer']
eap_aka_process_reauthentication 96 26 27.08% ['eap-aka-peer']
eap_sim_init 56 16 28.57% ['eap-sim-peer']
sae_set_group 53 18 33.96% ['pasn-resp', 'sae', 'pasn-init']
crypto_ec_group_2_nid 32 6 18.75% ['pasn-resp', 'sae', 'pasn-init', 'dpp-uri']
crypto_ec_key_group 38 20 52.63% ['dpp-uri']
openssl_digest_vector 33 15 45.45% ['pasn-resp', 'pasn-init', 'dpp-uri']
crypto_ecdh_init 48 25 52.08% ['pasn-resp', 'pasn-init']
handle_auth_pasn_resp 135 37 27.40% ['pasn-resp']
handle_auth_pasn_1 302 156 51.65% ['pasn-resp']
handle_auth_pasn_3 114 59 51.75% ['pasn-resp']
os_get_reltime 34 15 44.11% ['p2p', 'ap-mgmt', 'eapol-supp', 'eapol-key-supp', 'eapol-key-auth', 'wnm', 'dpp-uri', 'pasn-resp', 'pasn-init', 'scan-res']
crypto_cipher_init 51 26 50.98% ['tls-server', 'tls-client']
tls_connection_encrypt 41 15 36.58% ['tls-server', 'tls-client']
tls_connection_decrypt2 31 8 25.80% ['tls-server', 'tls-client']
tlsv1_client_decrypt 88 46 52.27% ['tls-server', 'tls-client']
tls_process_server_change_cipher_spec 55 27 49.09% ['tls-client']
tls_process_server_finished 113 51 45.13% ['tls-client']
tls_write_client_certificate 58 31 53.44% ['tls-client']
tlsv1_key_x_dh 108 54 50.0% ['tls-client']
tls_global_set_params 42 22 52.38% ['tls-server']
tlsv1_set_ca_cert 45 9 20.0% ['tls-server']
tlsv1_set_dhparams_blob 33 17 51.51% ['tls-server']
wpa_eapol_key_mic 61 15 24.59% ['ap-mgmt', 'eapol-supp', 'eapol-key-supp', 'eapol-key-auth', 'wnm']
eap_sm_buildIdentity 70 11 15.71% ['eapol-supp', 'eapol-key-supp', 'wnm']
sm_EAP_GET_METHOD_Enter 84 24 28.57% ['eapol-supp', 'eapol-key-supp', 'wnm']
eap_sm_buildNak 40 12 30.0% ['eapol-supp', 'eapol-key-supp', 'wnm']
sm_EAP_METHOD_Enter 51 9 17.64% ['eapol-supp', 'eapol-key-supp', 'wnm']
sm_SUPP_PAE_Step 84 34 40.47% ['eapol-supp', 'eapol-key-supp', 'wnm']
pmksa_cache_set_expiration 42 8 19.04% ['ap-mgmt', 'eapol-supp', 'eapol-key-supp', 'eapol-key-auth', 'wnm', 'pasn-init']
wpa_supplicant_send_2_of_4 107 42 39.25% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_sm_set_param 103 25 24.27% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_supplicant_get_pmk 146 18 12.32% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_gen_wpa_ie_rsn 87 39 44.82% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_supplicant_select_bss 41 15 36.58% ['wnm']
hs20_rx_deauth_imminent_notice 34 5 14.70% ['wnm']
wpa_supplicant_get_scan_results 36 9 25.0% ['wnm']
wnm_scan_process 72 19 26.38% ['wnm']
wnm_set_scan_freqs 75 7 9.333% ['wnm']
ieee802_11_rx_wnmsleep_resp 85 13 15.29% ['wnm']
p2p_probe_req_rx 31 11 35.48% ['p2p']
p2p_state_txt 32 6 18.75% ['p2p']
p2p_reply_probe 117 20 17.09% ['p2p']
p2p_process_presence_req 54 16 29.62% ['p2p']
p2p_process_dev_disc_resp 47 12 25.53% ['p2p']
p2p_check_pref_chan 89 9 10.11% ['p2p']
p2p_process_go_neg_req 253 88 34.78% ['p2p']
p2p_process_go_neg_resp 220 16 7.272% ['p2p']
p2p_handle_go_neg_conf 76 12 15.78% ['p2p']
p2p_build_go_neg_resp 109 57 52.29% ['p2p']
p2p_process_invitation_resp 130 21 16.15% ['p2p']
p2p_build_invitation_resp 73 32 43.83% ['p2p']
p2p_process_prov_disc_req 495 194 39.19% ['p2p']
p2p_build_prov_disc_resp 122 27 22.13% ['p2p']
p2p_process_prov_disc_bootstrap_resp 97 17 17.52% ['p2p']
p2p_process_prov_disc_resp 213 40 18.77% ['p2p']
p2p_rx_gas_initial_req 75 10 13.33% ['p2p']
p2p_rx_gas_initial_resp 122 15 12.29% ['p2p']
p2p_rx_gas_comeback_req 59 20 33.89% ['p2p']
p2p_rx_gas_comeback_resp 145 17 11.72% ['p2p']
wps_build_wfa_ext 40 18 45.0% ['p2p', 'ap-mgmt']
wpa_supplicant_validate_ie 161 50 31.05% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_supplicant_process_3_of_4 205 85 41.46% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_handle_ext_key_id 35 17 48.57% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_supplicant_process_1_of_2 74 18 24.32% ['eapol-supp', 'eapol-key-supp', 'wnm']
wpa_init 83 32 38.55% ['eapol-key-auth']
wpa_auth_sta_associated 31 17 54.83% ['eapol-key-auth']
wpa_auth_sta_deinit 33 16 48.48% ['eapol-key-auth', 'ap-mgmt']
wpa_auth_sm_event 102 22 21.56% ['eapol-key-auth', 'ap-mgmt']
sm_WPA_PTK_PTKSTART_Enter 80 38 47.5% ['eapol-key-auth', 'ap-mgmt']
sm_WPA_PTK_PTKCALCNEGOTIATING_Enter 251 121 48.20% ['eapol-key-auth', 'ap-mgmt']
wpa_auth_validate_ml_kdes_m2 47 6 12.76% ['eapol-key-auth', 'ap-mgmt']
sm_WPA_PTK_PTKINITNEGOTIATING_Enter 230 93 40.43% ['eapol-key-auth', 'ap-mgmt']
wpa_auth_ml_kdes_len 44 7 15.90% ['eapol-key-auth', 'ap-mgmt']
ieee80211w_kde_add 56 27 48.21% ['eapol-key-auth', 'ap-mgmt']
wpa_auth_ml_kdes 98 6 6.122% ['eapol-key-auth', 'ap-mgmt']
wpa_auth_validate_ml_kdes_m4 36 10 27.77% ['eapol-key-auth', 'ap-mgmt']
wpa_gtk_update 48 26 54.16% ['eapol-key-auth', 'ap-mgmt']
wpa_group_config_group_keys 39 20 51.28% ['eapol-key-auth', 'ap-mgmt']
wpa_ft_deinit_rkh_tmp 40 12 30.0% ['eapol-key-auth']
wpa_auth_gen_wpa_ie 69 35 50.72% ['eapol-key-auth']
wpa_validate_wpa_ie 338 119 35.20% ['eapol-key-auth', 'ap-mgmt']
rsne_write_data 112 42 37.5% ['eapol-key-auth', 'ap-mgmt']
wpa_bss_anqp_free 36 6 16.66% ['wnm', 'scan-res']
wpa_bss_included_in_scan 33 5 15.15% ['wnm', 'scan-res']
ieee802_11_mgmt 101 40 39.60% ['ap-mgmt']
hostapd_ht_operation_update 45 6 13.33% ['ap-mgmt']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/hostap/src/utils/json.c ['dpp-uri'] []
/src/hostap/src/utils/uuid.c [] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/dpp_pkex.c ['dpp-uri'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/crypto/sha384-kdf.c ['dpp-uri'] []
/src/hostap/src/crypto/md5-internal.c ['radius', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['radius', 'tls-client', 'tls-server']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/config.c ['wnm'] []
/src/hostap/src/utils/ip_addr.c ['dpp-uri', 'ap-mgmt'] ['dpp-uri']
/src/hostap/tests/fuzzing/json/../../../src/utils/os_unix.c ['json'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/eap_common/eap_sim_common.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/common/defs.h ['pasn-resp'] []
/src/hostap/tests/fuzzing/radius/../../../src/utils/common.h ['radius'] []
/src/hostap/tests/fuzzing/tls-client/../fuzzer-common.c ['tls-client'] []
/src/hostap/src/rsn_supp/wpa.c ['eapol-supp', 'wnm', 'eapol-key-supp'] ['eapol-supp', 'wnm', 'eapol-key-supp']
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/dpp_tcp.c ['dpp-uri'] []
/src/hostap/tests/fuzzing/scan-res/../../../src/common/gas_server.h [] []
/src/hostap/src/eap_common/../utils/wpabuf.h ['eapol-supp', 'wnm', 'eapol-key-supp', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/x509/x509.c ['x509'] ['x509']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/events.c [] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/list.h ['pasn-init'] []
/src/hostap/tests/fuzzing/tls-server/../../../src/utils/wpa_debug.h ['tls-server'] []
/src/hostap/src/eap_server/../utils/wpabuf.h ['ap-mgmt'] []
/src/hostap/src/ap/gas_serv.c [] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/nan_supplicant.h ['wnm'] []
/src/hostap/tests/fuzzing/wnm/../../../src/utils/wpabuf.h ['wnm'] []
/src/hostap/src/ap/ieee802_11_eht.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/eloop.c ['pasn-resp'] ['eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt']
/src/hostap/tests/fuzzing/pasn-init/../fuzzer-common.c ['pasn-init'] []
/src/hostap/tests/fuzzing/eap-aka-peer/../fuzzer-common.c ['eap-aka-peer'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/eap_register.c [] []
/src/hostap/src/ap/./mbo_ap.h ['ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wpa_supplicant_i.h ['wnm'] []
/src/hostap/tests/fuzzing/json/../../../src/utils/common.c ['json'] ['radius', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/utils/wpabuf.c ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/crypto/aes-internal-dec.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/src/tls/rsa.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server']
/src/hostap/src/p2p/p2p_go_neg.c ['p2p'] ['p2p']
/src/hostap/tests/fuzzing/wnm/../../../src/utils/common.h ['wnm'] []
/src/hostap/tests/fuzzing/tls-client/../../../src/utils/wpa_debug.h ['tls-client'] []
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/eap_common/eap_sim_common.c [] []
/src/hostap/src/wps/wps_common.c ['p2p'] ['p2p']
/src/hostap/src/crypto/ms_funcs.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/crypto_openssl.c ['pasn-resp'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/mesh.h [] []
/src/hostap/src/rsn_supp/./wpa_i.h ['eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/src/crypto/sha256-tlsprf.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/events.c ['wnm'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/dh_groups.c ['pasn-init'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/pasn/pasn_initiator.c ['pasn-init'] []
/src/hostap/tests/fuzzing/json/../../../src/utils/base64.c [] ['dpp-uri', 'tls-server']
/src/hostap/src/crypto/des-internal.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/wpabuf.c ['pasn-resp'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/crypto/sha384-internal.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/src/crypto/sha1-prf.c ['eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/src/ap/ap_config.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/crypto/aes-encblock.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/sha256-prf.c ['pasn-resp'] []
/src/hostap/src/ap/drv_callbacks.c [] []
/src/hostap/tests/fuzzing/sae/../../../src/crypto/sha1-prf.c [] ['eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/src/crypto/sha256-prf.c ['eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/common/dragonfly.c ['pasn-resp'] []
/src/hostap/src/tls/tlsv1_client_read.c ['tls-client'] ['tls-client']
/src/hostap/src/rsn_supp/tdls.c ['wnm', 'eapol-key-supp'] ['eapol-key-supp']
/src/hostap/src/ap/robust_av.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/eap_common/eap_common.c [] ['eapol-supp']
/src/hostap/src/rsn_supp/pmksa_cache.c ['eapol-supp', 'wnm', 'eapol-key-supp'] ['eapol-supp', 'eapol-key-supp']
/src/hostap/src/radius/./radius.h [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/bss.h ['scan-res'] []
/src/hostap/src/ap/./ap_drv_ops.h ['ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/scan.c ['wnm'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/rsn_supp/pmksa_cache.c ['pasn-init'] ['eapol-supp', 'eapol-key-supp']
/src/hostap/tests/fuzzing/eapol-key-supp/../fuzzer-common.c ['eapol-key-supp'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/common/wpa_common.c ['pasn-resp'] ['eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/tests/fuzzing/json/../../../src/utils/wpabuf.c [] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/eap_peer/eap_mschapv2.c ['eap-mschapv2-peer'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/os_unix.c ['pasn-init'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/wnm/../../../src/eap_peer/eap_methods.h [] []
/src/hostap/tests/fuzzing/asn1/../../../src/utils/os_unix.c ['asn1'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wpa_supplicant.c ['wnm'] []
/src/hostap/src/radius/../utils/os.h ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/pasn/pasn_responder.c ['pasn-resp'] []
/src/hostap/tests/fuzzing/scan-res/../../../src/utils/list.h ['scan-res'] []
/src/hostap/src/tls/../utils/wpabuf.h ['tls-client', 'tls-server'] []
/src/hostap/tests/fuzzing/asn1/asn1.c ['asn1'] ['asn1']
/src/hostap/src/ap/./ap_config.h ['ap-mgmt'] []
/src/hostap/tests/fuzzing/eap-sim-peer/../fuzzer-common.c ['eap-sim-peer'] []
/src/hostap/src/rsn_supp/../common/wpa_common.h ['eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/tls/asn1.h ['dpp-uri'] []
/src/hostap/tests/fuzzing/radius/../../../src/radius/radius.c ['radius'] ['ap-mgmt']
/src/hostap/src/tls/pkcs5.c ['tls-server'] []
/src/hostap/src/eap_common/eap_common.c ['eapol-supp', 'wnm', 'eapol-key-supp', 'ap-mgmt'] ['eapol-supp']
/src/hostap/src/crypto/../utils/common.h ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] []
/src/hostap/src/crypto/sha512-internal.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wpa_supplicant.c ['scan-res'] []
/src/hostap/src/ap/../utils/common.h ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/src/ap/ieee802_11.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/utils/bitfield.c ['wnm'] []
/src/hostap/tests/fuzzing/sae/../../../src/crypto/sha256-kdf.c [] []
/src/hostap/src/common/./ieee802_11_common.h ['wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] []
/src/hostap/src/common/ieee802_11_common.c ['dpp-uri', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] ['dpp-uri', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/ap/../radius/radius.h ['ap-mgmt'] []
/src/hostap/src/common/gas.c ['dpp-uri', 'wnm', 'p2p'] []
/src/hostap/src/wps/./wps.h [] []
/src/hostap/tests/fuzzing/scan-res/../../../src/eap_peer/eap_methods.h [] []
/src/hostap/src/common/wpa_common.c ['eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/src/crypto/aes-omac1.c ['eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['eapol-supp', 'eapol-key-supp']
/src/hostap/tests/fuzzing/pasn-resp/../../../src/ap/comeback_token.c ['pasn-resp'] []
/src/hostap/src/ap/wps_hostapd.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/utils/wpabuf.h ['eap-mschapv2-peer'] []
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/utils/common.h ['eap-aka-peer'] []
/src/hostap/tests/fuzzing/json/../../../src/utils/wpa_debug.c ['json'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/l2_packet/../utils/common.h ['eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/sha256-kdf.c [] []
/src/hostap/src/ap/ieee802_11_uhr.c ['ap-mgmt'] []
/src/hostap/src/crypto/dh_group5.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../src/utils/os.h ['scan-res'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/bssid_ignore.c ['wnm'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/autoscan.h ['wnm'] []
/src/hostap/src/p2p/../utils/wpabuf.h ['p2p'] []
/src/hostap/src/utils/crc32.c ['wnm'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/bssid_ignore.c [] []
/src/hostap/src/p2p/p2p_invitation.c ['p2p'] ['p2p']
/src/hostap/src/ap/../common/defs.h ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/src/wps/wps.c ['scan-res', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/config.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../fuzzer-common.c ['pasn-resp'] []
/src/hostap/src/crypto/sha1-internal.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client', 'tls-server', 'eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/src/p2p/../utils/list.h ['p2p'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wpas_kay.h [] []
/src/hostap/src/tls/pkcs8.c ['tls-server'] ['tls-server']
/src/hostap/src/p2p/p2p_dev_disc.c ['p2p'] ['p2p']
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/dpp_backup.c ['dpp-uri'] []
/src/hostap/src/crypto/crypto_internal-rsa.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server']
/src/hostap/tests/fuzzing/dpp-uri/../../../src/utils/list.h ['dpp-uri'] []
/src/hostap/src/wps/../utils/common.h ['p2p', 'scan-res', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/utils/const_time.h [] []
/src/hostap/src/tls/x509v3.c ['tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server', 'x509']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wnm_sta.h ['wnm'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/wpa_debug.c ['pasn-init'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/ap/beacon.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/hs20_supplicant.c ['wnm'] []
/src/hostap/src/ap/wpa_auth_glue.c [] []
/src/hostap/src/common/ptksa_cache.c ['wnm', 'ap-mgmt'] []
/src/hostap/src/ap/neighbor_db.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/common.h ['pasn-resp'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/dpp.c ['dpp-uri'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/eapol_supp/eapol_supp_sm.h ['pasn-init'] []
/src/hostap/src/wps/../utils/os.h ['p2p'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/defs.h ['pasn-init'] []
/src/hostap/src/ap/accounting.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/tls/./libtommath.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/utils/wpabuf.h ['eap-aka-peer'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/notify.c ['wnm'] []
/src/hostap/src/tls/tlsv1_server_write.c ['tls-server'] []
/src/hostap/src/crypto/aes-internal.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client', 'eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/notify.c ['scan-res'] []
/src/hostap/src/crypto/dh_groups.c [] []
/src/hostap/src/p2p/p2p_pd.c ['p2p'] ['p2p']
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/dragonfly.c ['pasn-init'] []
/src/hostap/src/ap/../common/wpa_common.h ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/crypto/aes-ctr.c ['dpp-uri'] []
/src/hostap/src/crypto/md4-internal.c [] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/utils/common.h ['dpp-uri'] []
/src/hostap/src/ap/./acs.h [] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/interworking.c ['wnm'] []
/src/hostap/src/rsn_supp/../utils/wpabuf.h [] []
/src/hostap/tests/fuzzing/wnm/../../../src/common/gas_server.h [] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/sha384-prf.c ['pasn-init'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/crypto/aes-siv.c ['dpp-uri'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/common.h ['pasn-init'] []
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/eap_common/eap_common.c [] ['eapol-supp']
/src/hostap/src/utils/./wpabuf.h ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/common/ieee802_11_common.c ['pasn-resp'] ['dpp-uri', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/ap/hw_features.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/ap/../common/ieee802_11_defs.h ['ap-mgmt'] []
/src/hostap/src/tls/tlsv1_client.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server', 'eapol-supp']
/src/hostap/tests/fuzzing/pasn-resp/../../../src/common/sae.c ['pasn-resp'] ['sae']
/src/hostap/src/tls/./asn1.h ['tls-client', 'tls-server', 'x509'] []
/src/hostap/tests/fuzzing/eap-sim-peer/eap-sim-peer.c ['eap-sim-peer'] ['eap-sim-peer']
/src/hostap/tests/fuzzing/tls-server/../fuzzer-common.c ['tls-server'] []
/src/hostap/src/crypto/sha256-internal.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client', 'tls-server', 'p2p']
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../fuzzer-common.c ['eap-mschapv2-peer'] []
/src/hostap/tests/fuzzing/ap-mgmt/ap-mgmt.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/crypto_openssl.c ['pasn-init'] []
/src/hostap/tests/fuzzing/radius/../../../src/utils/os.h ['radius'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/rsn_supp/wpa_i.h ['pasn-init'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/os_unix.c ['pasn-resp'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/eap-aka-peer/eap-aka-peer.c ['eap-aka-peer'] ['eap-aka-peer']
/src/hostap/src/ap/ieee802_11_ht.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/eap_server/eap_server.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/sae/sae.c ['sae'] ['sae']
/src/hostap/tests/fuzzing/asn1/../../../src/tls/asn1.h ['asn1'] []
/src/hostap/src/wps/../utils/wpa_debug.h ['p2p', 'scan-res', 'ap-mgmt'] []
/src/hostap/src/ap/ieee802_11_shared.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wpas_kay.h [] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/tls/asn1.c ['dpp-uri'] ['tls-client', 'tls-server', 'x509']
/src/hostap/src/p2p/p2p_build.c ['p2p'] ['p2p']
/src/hostap/tests/fuzzing/json/json.c ['json'] ['json']
/src/hostap/src/ap/ap_list.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/utils/config.c [] []
/src/hostap/src/crypto/./aes_i.h ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] []
/src/hostap/src/rsn_supp/../common/defs.h ['eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/tests/fuzzing/asn1/../../../src/tls/asn1.c ['asn1'] ['tls-client', 'tls-server', 'x509']
/src/hostap/src/crypto/../utils/wpa_debug.h [] []
/src/hostap/src/ap/x_snoop.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/pasn/pasn_common.c ['pasn-resp'] []
/src/hostap/tests/fuzzing/eapol-key-supp/eapol-key-supp.c ['eapol-key-supp'] ['eapol-key-supp']
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/dpp_crypto.c ['dpp-uri'] []
/src/hostap/src/crypto/sha1-pbkdf2.c ['tls-server', 'wnm', 'ap-mgmt'] []
/src/hostap/src/ap/./fils_hlp.h [] []
/src/hostap/src/ap/vlan_init.c ['ap-mgmt'] []
/src/hostap/src/crypto/aes-cbc.c [] []
/src/hostap/tests/fuzzing/asn1/../../../src/utils/common.h [] []
/src/hostap/tests/fuzzing/eapol-key-auth/eapol-key-auth.c ['eapol-key-auth'] ['eapol-key-auth']
/src/hostap/src/tls/asn1.c ['tls-client', 'tls-server', 'x509'] ['tls-client', 'tls-server', 'x509']
/src/hostap/src/wps/wps_attr_parse.c ['p2p', 'scan-res', 'ap-mgmt'] ['p2p']
/src/hostap/src/utils/common.c ['radius', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] ['radius', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/ap/./sta_info.h ['ap-mgmt'] []
/src/hostap/src/ap/../wps/wps.h ['ap-mgmt'] []
/src/hostap/src/ap/wmm.c ['ap-mgmt'] []
/src/hostap/src/rsn_supp/preauth.c ['eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wpa_supplicant_i.h [] []
/src/hostap/tests/fuzzing/json/../../../src/utils/wpabuf.h [] []
/src/hostap/tests/fuzzing/dpp-uri/dpp-uri.c ['dpp-uri'] ['dpp-uri']
/src/hostap/src/ap/bss_load.c [] []
/src/hostap/src/utils/./os.h ['dpp-uri', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] []
/src/hostap/src/p2p/p2p_utils.c ['p2p'] ['p2p']
/src/hostap/src/eap_server/eap_server_methods.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/gas_query.c ['wnm'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/rsn_supp/wpa_ie.c ['pasn-init'] ['eapol-supp', 'eapol-key-supp']
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/dh_groups.c ['pasn-resp'] []
/src/hostap/tests/fuzzing/asn1/../../../src/utils/wpabuf.c [] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/dbus/dbus_new.h ['wnm'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/wpabuf.c ['pasn-init'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/ap/./ieee802_11.h ['ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/bss.h ['wnm'] []
/src/hostap/src/radius/radius.c ['eapol-key-auth', 'ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/asn1/../../../src/utils/wpa_debug.c ['asn1'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/wnm/../../../src/utils/wpa_debug.h ['wnm'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/crypto/crypto_openssl.c ['dpp-uri'] []
/src/hostap/src/wps/../utils/wpabuf.h ['p2p', 'scan-res', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../src/common/defs.h ['wnm'] []
/src/hostap/tests/fuzzing/pasn-init/pasn-init.c ['pasn-init'] ['pasn-init']
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/dpp_reconfig.c ['dpp-uri'] []
/src/hostap/src/p2p/../utils/os.h ['p2p'] []
/src/hostap/tests/fuzzing/json/../fuzzer-common.c ['json'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/gas_query.c [] []
/src/hostap/src/ap/./hostapd.h ['ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wpas_glue.c ['wnm'] []
/src/hostap/src/wps/../utils/list.h [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/pr_supplicant.h [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/autoscan.h [] []
/src/hostap/src/crypto/rc4.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wps_supplicant.h ['wnm'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/const_time.h [] []
/src/hostap/tests/fuzzing/scan-res/../../../src/common/defs.h [] []
/src/hostap/src/ap/tkip_countermeasures.c [] []
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/utils/wpa_debug.h ['eap-aka-peer'] []
/src/hostap/src/crypto/crypto_internal.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server', 'eapol-supp']
/src/hostap/tests/fuzzing/scan-res/../../../src/drivers/driver_common.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/sha384-kdf.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../src/utils/wpa_debug.h [] []
/src/hostap/src/p2p/p2p.c ['p2p'] ['p2p']
/src/hostap/src/ap/ap_drv_ops.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/ctrl_iface.h [] []
/src/hostap/src/common/../utils/list.h ['wnm', 'ap-mgmt'] []
/src/hostap/src/ap/wpa_auth_ie.c ['eapol-key-auth', 'ap-mgmt'] ['eapol-key-auth']
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/sha256-prf.c ['pasn-init'] []
/src/hostap/src/tls/tlsv1_client_write.c ['tls-client'] ['tls-client']
/src/hostap/src/crypto/../utils/os.h ['radius', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../src/utils/list.h ['wnm'] []
/src/hostap/tests/fuzzing/radius/../fuzzer-common.c ['radius'] []
/src/hostap/tests/fuzzing/pasn-resp/pasn-resp.c ['pasn-resp'] ['pasn-resp']
/src/hostap/src/eapol_supp/eapol_supp_sm.c ['eapol-supp', 'wnm', 'eapol-key-supp'] ['eapol-supp', 'eapol-key-supp']
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/eap_peer/eap_sim.c ['eap-sim-peer'] []
/src/hostap/tests/fuzzing/json/../../../src/utils/json.c ['json'] []
/src/hostap/tests/fuzzing/wnm/../../../src/utils/os.h ['wnm'] []
/src/hostap/src/utils/eloop.c ['dpp-uri', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt']
/src/hostap/src/ap/hostapd.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/crypto/sha256-kdf.c ['dpp-uri'] []
/usr/include/x86_64-linux-gnu/bits/byteswap.h ['radius', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] []
/src/hostap/src/crypto/fips_prf_internal.c [] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/sha384-kdf.c [] []
/src/hostap/src/ap/authsrv.c [] []
/src/hostap/src/wps/wps_enrollee.c [] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/list.h ['pasn-resp'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/sha1-prf.c [] ['eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/bgscan.h [] []
/src/hostap/src/ap/ieee802_11_auth.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/common/sae.c ['sae'] ['sae']
/src/hostap/tests/fuzzing/scan-res/../../../src/utils/common.h ['scan-res'] []
/src/hostap/tests/fuzzing/x509/../fuzzer-common.c ['x509'] []
/src/hostap/src/ap/pmksa_cache_auth.c ['eapol-key-auth', 'ap-mgmt'] ['eapol-key-auth']
/src/hostap/src/crypto/sha1.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client', 'eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/eloop.c ['pasn-init'] ['eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt']
/src/hostap/src/wps/ndef.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/sme.h [] []
/src/hostap/src/ap/sta_info.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/wpa_common.h ['pasn-init'] []
/src/hostap/src/ap/interference.c [] []
/src/hostap/src/wps/wps_dev_attr.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/rrm.c [] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/const_time.h [] []
/src/hostap/src/ap/ieee802_11_vht.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/dpp-uri/../fuzzer-common.c ['dpp-uri'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/ieee802_11_common.c ['pasn-init'] ['dpp-uri', 'wnm', 'p2p', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/p2p/p2p_group.c ['p2p'] []
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/eap_peer/eap_aka.c ['eap-aka-peer'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/crypto/sha512-kdf.c ['dpp-uri'] []
/src/hostap/src/ap/rrm.c ['ap-mgmt'] []
/src/hostap/src/tls/../utils/common.h ['tls-client', 'tls-server'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/mesh_mpm.h ['wnm'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/offchannel.c [] []
/src/hostap/src/eap_peer/../utils/os.h [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/robust_av.c [] []
/src/hostap/src/ap/./preauth_auth.h ['ap-mgmt'] []
/src/hostap/src/radius/radius_client.c ['ap-mgmt'] []
/src/hostap/src/crypto/sha1-tlsprf.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/src/ap/eth_p_oui.c [] []
/src/hostap/src/crypto/milenage.c [] []
/src/hostap/src/tls/tlsv1_server_read.c ['tls-server'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/wpabuf.h ['pasn-resp'] []
/src/hostap/tests/fuzzing/asn1/../fuzzer-common.c ['asn1'] []
/src/hostap/src/ap/wpa_auth.c ['eapol-key-auth', 'ap-mgmt'] ['eapol-key-auth', 'ap-mgmt']
/src/hostap/src/crypto/aes-ctr.c ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wps_supplicant.c [] []
/src/hostap/src/tls/tlsv1_client_ocsp.c ['tls-client'] []
/src/hostap/tests/fuzzing/json/../../../src/utils/os.h ['json'] []
/src/hostap/src/ap/vlan.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/eapol-supp/../fuzzer-common.c ['eapol-supp'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/utils/wpabuf.h ['dpp-uri'] []
/src/hostap/src/p2p/p2p_parse.c ['p2p'] ['p2p']
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/utils/common.h ['eap-mschapv2-peer'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/pr_supplicant.h ['wnm'] []
/src/hostap/src/ap/vlan_ifconfig.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/sha384-prf.c ['pasn-resp'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/ieee802_11_common.h ['pasn-init'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/eap_register.c [] []
/src/hostap/tests/fuzzing/sae/../../../src/crypto/dh_groups.c ['sae'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wpas_glue.c [] []
/src/hostap/tests/fuzzing/asn1/../../../src/utils/common.c [] ['radius', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/ap/ndisc_snoop.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/tests/fuzzing/wnm/wnm.c ['wnm'] ['wnm']
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/sha1-prf.c [] ['eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/op_classes.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/interworking.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/hs20_supplicant.c [] []
/usr/include/openssl/x509.h ['dpp-uri'] []
/src/hostap/src/ap/wpa_auth_ft.c ['eapol-key-auth', 'ap-mgmt'] ['eapol-key-auth']
/src/hostap/src/common/./defs.h ['eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/eapol-supp/eapol-supp.c ['eapol-supp'] ['eapol-supp']
/src/hostap/tests/fuzzing/pasn-init/../../../src/pasn/pasn_common.c ['pasn-init'] []
/src/hostap/src/ap/../utils/os.h ['ap-mgmt'] []
/src/hostap/tests/fuzzing/eapol-key-auth/../fuzzer-common.c ['eapol-key-auth'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/os.h ['pasn-resp'] []
/src/hostap/src/tls/tlsv1_record.c ['tls-client', 'tls-server'] ['tls-client', 'tls-server']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/dbus/dbus_new.h ['scan-res'] []
/src/hostap/tests/fuzzing/scan-res/scan-res.c ['scan-res'] ['scan-res']
/src/hostap/tests/fuzzing/sae/../../../src/crypto/crypto_openssl.c ['sae'] []
/src/hostap/src/wps/wps_attr_process.c [] []
/src/hostap/src/crypto/aes-internal-enc.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client', 'eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/dpp_auth.c ['dpp-uri'] []
/src/hostap/src/ap/dhcp_snoop.c [] []
/src/hostap/src/common/../utils/const_time.h [] []
/src/hostap/tests/fuzzing/ap-mgmt/../../../src/drivers/driver_common.c [] []
/src/hostap/tests/fuzzing/p2p/../fuzzer-common.c ['p2p'] []
/src/hostap/tests/fuzzing/wnm/../../../src/drivers/driver_common.c ['wnm'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wmm_ac.c ['wnm'] []
/src/hostap/tests/fuzzing/tls-server/tls-server.c ['tls-server'] ['tls-server']
/src/hostap/src/ap/ap_mlme.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/wnm_sta.c ['wnm'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wnm_sta.c [] []
/src/hostap/src/common/../utils/wpa_debug.h ['sae'] []
/src/hostap/src/common/../utils/common.h ['sae', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/radius/radius.c ['radius'] ['radius']
/src/hostap/src/crypto/crypto_internal-modexp.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/src/ap/airtime_policy.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wnm_sta.h [] []
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/utils/wpa_debug.h ['eap-sim-peer'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/op_classes.c ['wnm'] []
/src/hostap/src/ap/dfs.c ['ap-mgmt'] []
/src/hostap/src/ap/../utils/wpabuf.h ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/scan-res/../../../src/utils/wpabuf.h ['scan-res'] []
/src/hostap/tests/fuzzing/radius/../../../src/utils/wpa_debug.h ['radius'] []
/src/hostap/src/crypto/md5.c ['radius', 'tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['radius', 'tls-client']
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/eap_peer/mschapv2.c [] []
/src/hostap/tests/fuzzing/p2p/p2p.c ['p2p'] ['p2p']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/bss.c ['wnm'] []
/src/hostap/src/ap/ieee802_11_he.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/scan-res/../fuzzer-common.c ['scan-res'] []
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/utils/wpa_debug.h ['eap-mschapv2-peer'] []
/src/hostap/src/p2p/p2p_sd.c ['p2p'] ['p2p']
/src/hostap/tests/fuzzing/asn1/../../../src/utils/os.h ['asn1'] []
/src/hostap/tests/fuzzing/dpp-uri/../../../src/utils/wpa_debug.h ['dpp-uri'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/sme.h ['wnm'] []
/src/hostap/src/utils/os_unix.c ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/bgscan.h ['wnm'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/wmm_ac.c [] []
/src/hostap/tests/fuzzing/eap-mschapv2-peer/eap-mschapv2-peer.c ['eap-mschapv2-peer'] ['eap-mschapv2-peer']
/src/hostap/src/tls/tlsv1_common.c ['tls-client', 'tls-server'] ['tls-client', 'tls-server']
/src/hostap/tests/fuzzing/asn1/../../../src/utils/wpabuf.h [] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/wpabuf.h ['pasn-init'] []
/src/hostap/src/rsn_supp/wpa_ie.c ['eapol-supp', 'wnm', 'eapol-key-supp'] ['eapol-supp', 'eapol-key-supp']
/src/hostap/src/ap/../utils/list.h ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/sae/../../../src/crypto/sha256-prf.c [] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/common.c ['pasn-init'] ['radius', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/os.h ['pasn-init'] []
/src/hostap/src/tls/tlsv1_cred.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server', 'eapol-supp']
/src/hostap/src/ap/ieee802_1x.c ['ap-mgmt'] ['ap-mgmt']
/src/hostap/src/crypto/aes-unwrap.c ['eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['eapol-key-supp', 'eapol-key-auth']
/src/hostap/src/crypto/tls_internal.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server', 'eapol-supp']
/src/hostap/tests/fuzzing/radius/../../../src/utils/wpabuf.h ['radius'] []
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/eap_common/eap_common.c [] ['eapol-supp']
/src/hostap/tests/fuzzing/sae/../fuzzer-common.c ['sae'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/p2p_supplicant.h [] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/ctrl_iface.h [] []
/src/hostap/src/tls/../utils/os.h ['tls-client', 'tls-server', 'x509'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/scan.c ['scan-res'] []
/src/hostap/src/common/hw_features_common.c ['wnm', 'ap-mgmt'] []
/src/hostap/src/wps/wps_registrar.c [] []
/src/hostap/src/eap_peer/eap_methods.c ['eapol-supp', 'wnm', 'eapol-key-supp'] ['eapol-supp']
/src/hostap/src/radius/radius_das.c [] []
/src/hostap/src/rsn_supp/../utils/common.h ['eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/tests/fuzzing/tls-client/tls-client.c ['tls-client'] ['tls-client']
/src/hostap/src/crypto/aes-wrap.c ['eapol-key-auth', 'ap-mgmt'] ['eapol-key-auth']
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/wpa_debug.c ['pasn-resp'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/tls/pkcs1.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/src/utils/../utils/os.h ['radius', 'dpp-uri', 'wnm', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/driver_i.h ['wnm'] []
/src/hostap/src/rsn_supp/wpa_ft.c ['eapol-supp', 'wnm', 'eapol-key-supp'] ['eapol-key-supp']
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/utils/common.h ['eap-sim-peer'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/offchannel.c ['wnm'] []
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/eap_common/eap_sim_common.h [] []
/src/hostap/src/tls/bignum.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server']
/src/hostap/tests/fuzzing/pasn-resp/../../../src/common/ieee802_11_common.h ['pasn-resp'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/robust_av.c ['wnm'] []
/src/hostap/src/ap/./wpa_auth.h ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/sae/../../../src/common/dragonfly.c ['sae'] []
/src/hostap/src/utils/base64.c ['dpp-uri', 'tls-server', 'wnm'] ['dpp-uri', 'tls-server']
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/sae.c ['pasn-init'] ['sae']
/src/hostap/src/utils/./list.h ['dpp-uri', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/config_file.c ['wnm'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/bss.c ['scan-res'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/sha256-kdf.c [] []
/src/hostap/src/ap/utils.c ['ap-mgmt'] []
/src/hostap/src/eap_common/../utils/common.h ['eapol-supp', 'wnm', 'eapol-key-supp', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/wpa_debug.h ['pasn-init'] []
/src/hostap/src/p2p/../utils/common.h ['p2p'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/mbo.c [] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/p2p_supplicant.h ['wnm'] []
/src/hostap/tests/fuzzing/wnm/../fuzzer-common.c ['wnm'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/mesh_mpm.h [] []
/src/hostap/src/tls/tlsv1_server.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp'] ['tls-client', 'tls-server', 'eapol-supp']
/src/hostap/src/ap/hs20.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/wpa_debug.h ['pasn-resp'] []
/src/hostap/src/crypto/sha256.c ['tls-client', 'tls-server', 'eapol-supp', 'wnm', 'eapol-key-supp', 'eapol-key-auth', 'ap-mgmt'] ['tls-client']
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/utils/wpabuf.h ['eap-sim-peer'] []
/src/hostap/src/common/../utils/wpabuf.h ['sae', 'dpp-uri', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] []
/src/hostap/src/crypto/crypto_internal-cipher.c ['tls-client', 'tls-server'] ['tls-client']
/src/hostap/src/utils/wpa_debug.c ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt'] ['radius', 'eap-mschapv2-peer', 'eap-aka-peer', 'eap-sim-peer', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/src/l2_packet/l2_packet_linux.c ['eapol-supp', 'wnm', 'eapol-key-supp'] []
/src/hostap/src/eapol_auth/eapol_auth_sm.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/nan_supplicant.h [] []
/src/hostap/tests/fuzzing/ap-mgmt/../fuzzer-common.c ['ap-mgmt'] []
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/common.c ['pasn-resp'] ['radius', 'sae', 'dpp-uri', 'tls-client', 'tls-server', 'x509', 'eapol-supp', 'wnm', 'p2p', 'eapol-key-supp', 'eapol-key-auth', 'scan-res', 'ap-mgmt']
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/driver_i.h [] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/pasn/pasn_common.h ['pasn-init'] []
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/wpa_common.c ['pasn-init'] ['eapol-supp', 'eapol-key-supp', 'eapol-key-auth']
/src/hostap/src/crypto/../utils/wpabuf.h ['tls-client', 'tls-server'] []
/src/hostap/src/wps/wps_attr_build.c ['p2p', 'ap-mgmt'] ['p2p']
/src/hostap/src/ap/./wpa_auth_kay.h [] []
/src/hostap/src/rsn_supp/../rsn_supp/wpa_i.h ['wnm', 'eapol-key-supp'] []
/src/hostap/src/eap_peer/eap.c ['eapol-supp', 'wnm', 'eapol-key-supp', 'scan-res'] ['eapol-supp']
/src/hostap/tests/fuzzing/sae/../../../src/utils/wpa_debug.h [] []
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/rrm.c ['wnm'] []
/src/hostap/src/ap/eap_user_db.c [] []
/src/hostap/src/crypto/aes-siv.c ['eapol-key-auth', 'ap-mgmt'] []
/src/hostap/tests/fuzzing/eapol-key-auth/../../../src/drivers/driver_common.c [] []
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/config_file.c [] []

Directories in report

Directory
/src/hostap/tests/fuzzing/eap-sim-peer/../
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/eap_common/
/src/hostap/tests/fuzzing/dpp-uri/../../../src/utils/
/src/hostap/tests/fuzzing/json/../
/src/hostap/src/tls/./
/src/hostap/src/ap/./
/src/hostap/tests/fuzzing/dpp-uri/../../../src/common/
/src/hostap/tests/fuzzing/radius/../../../src/radius/
/src/hostap/src/tls/
/src/hostap/tests/fuzzing/asn1/../
/src/hostap/tests/fuzzing/x509/
/src/hostap/tests/fuzzing/pasn-resp/../
/src/hostap/tests/fuzzing/pasn-init/../
/src/hostap/tests/fuzzing/wnm/../
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/dbus/
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/utils/
/src/hostap/tests/fuzzing/eapol-key-auth/../../../src/drivers/
/usr/include/openssl/
/src/hostap/src/eap_peer/../utils/
/src/hostap/tests/fuzzing/pasn-resp/../../../src/ap/
/usr/include/x86_64-linux-gnu/bits/
/src/hostap/src/eapol_auth/
/src/hostap/tests/fuzzing/wnm/../../../wpa_supplicant/
/src/hostap/tests/fuzzing/eap-aka-peer/../
/src/hostap/tests/fuzzing/json/
/src/hostap/tests/fuzzing/sae/../
/src/hostap/tests/fuzzing/pasn-resp/../../../src/crypto/
/src/hostap/tests/fuzzing/eapol-key-auth/
/src/hostap/tests/fuzzing/tls-client/../../../src/utils/
/src/hostap/src/eap_common/../utils/
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/eap_common/
/src/hostap/src/rsn_supp/../common/
/src/hostap/tests/fuzzing/eapol-key-supp/
/src/hostap/src/rsn_supp/./
/src/hostap/src/l2_packet/../utils/
/src/hostap/tests/fuzzing/radius/../../../src/utils/
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/utils/
/src/hostap/tests/fuzzing/scan-res/../
/src/hostap/tests/fuzzing/scan-res/
/src/hostap/tests/fuzzing/pasn-init/../../../src/utils/
/src/hostap/tests/fuzzing/ap-mgmt/../
/src/hostap/tests/fuzzing/p2p/../
/src/hostap/src/ap/../wps/
/src/hostap/tests/fuzzing/scan-res/../../../src/common/
/src/hostap/src/radius/
/src/hostap/tests/fuzzing/radius/../
/src/hostap/src/radius/./
/src/hostap/src/eap_common/
/src/hostap/tests/fuzzing/json/../../../src/utils/
/src/hostap/src/eap_server/../utils/
/src/hostap/src/utils/../utils/
/src/hostap/tests/fuzzing/pasn-init/../../../src/rsn_supp/
/src/hostap/tests/fuzzing/asn1/../../../src/utils/
/src/hostap/tests/fuzzing/asn1/
/src/hostap/tests/fuzzing/eapol-key-auth/../
/src/hostap/tests/fuzzing/sae/../../../src/utils/
/src/hostap/tests/fuzzing/pasn-init/
/src/hostap/tests/fuzzing/wnm/../../../src/drivers/
/src/hostap/src/rsn_supp/../rsn_supp/
/src/hostap/tests/fuzzing/wnm/../../../src/common/
/src/hostap/tests/fuzzing/wnm/../../../src/eap_peer/
/src/hostap/tests/fuzzing/eapol-supp/../
/src/hostap/src/utils/
/src/hostap/tests/fuzzing/sae/
/src/hostap/tests/fuzzing/tls-server/../
/src/hostap/tests/fuzzing/pasn-init/../../../src/crypto/
/src/hostap/src/ap/
/src/hostap/tests/fuzzing/ap-mgmt/../../../src/drivers/
/src/hostap/tests/fuzzing/dpp-uri/../
/src/hostap/src/wps/
/src/hostap/tests/fuzzing/asn1/../../../src/tls/
/src/hostap/src/ap/../radius/
/src/hostap/src/wps/./
/src/hostap/tests/fuzzing/wnm/
/src/hostap/tests/fuzzing/tls-client/
/src/hostap/src/rsn_supp/../utils/
/src/hostap/tests/fuzzing/eapol-supp/
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/utils/
/src/hostap/src/eap_peer/
/src/hostap/tests/fuzzing/pasn-init/../../../src/common/
/src/hostap/src/crypto/
/src/hostap/tests/fuzzing/eap-sim-peer/
/src/hostap/tests/fuzzing/dpp-uri/
/src/hostap/tests/fuzzing/scan-res/../../../src/eap_peer/
/src/hostap/src/common/
/src/hostap/tests/fuzzing/pasn-resp/
/src/hostap/tests/fuzzing/pasn-init/../../../src/eapol_supp/
/src/hostap/tests/fuzzing/ap-mgmt/
/src/hostap/src/crypto/../utils/
/src/hostap/tests/fuzzing/radius/
/src/hostap/src/p2p/
/src/hostap/src/eap_server/
/src/hostap/src/common/../utils/
/src/hostap/tests/fuzzing/eap-aka-peer/../../../src/eap_peer/
/src/hostap/tests/fuzzing/tls-server/../../../src/utils/
/src/hostap/src/tls/../utils/
/src/hostap/src/common/./
/src/hostap/tests/fuzzing/eap-sim-peer/../../../src/eap_peer/
/src/hostap/src/utils/./
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/eap_peer/
/src/hostap/tests/fuzzing/tls-server/
/src/hostap/src/radius/../utils/
/src/hostap/tests/fuzzing/pasn-resp/../../../src/utils/
/src/hostap/tests/fuzzing/sae/../../../src/crypto/
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../../../src/eap_common/
/src/hostap/tests/fuzzing/pasn-init/../../../src/pasn/
/src/hostap/src/ap/../utils/
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/dbus/
/src/hostap/tests/fuzzing/dpp-uri/../../../src/tls/
/src/hostap/tests/fuzzing/eap-aka-peer/
/src/hostap/tests/fuzzing/scan-res/../../../src/drivers/
/src/hostap/tests/fuzzing/pasn-resp/../../../src/common/
/src/hostap/tests/fuzzing/wnm/../../../src/utils/
/src/hostap/tests/fuzzing/dpp-uri/../../../src/crypto/
/src/hostap/tests/fuzzing/sae/../../../src/common/
/src/hostap/src/p2p/../utils/
/src/hostap/tests/fuzzing/eap-mschapv2-peer/../
/src/hostap/src/l2_packet/
/src/hostap/src/rsn_supp/
/src/hostap/tests/fuzzing/p2p/
/src/hostap/tests/fuzzing/pasn-resp/../../../src/pasn/
/src/hostap/src/ap/../common/
/src/hostap/tests/fuzzing/scan-res/../../../wpa_supplicant/
/src/hostap/src/crypto/./
/src/hostap/tests/fuzzing/eapol-key-supp/../
/src/hostap/tests/fuzzing/x509/../
/src/hostap/tests/fuzzing/eap-mschapv2-peer/
/src/hostap/tests/fuzzing/scan-res/../../../src/utils/
/src/hostap/src/wps/../utils/
/src/hostap/src/eapol_supp/
/src/hostap/tests/fuzzing/tls-client/../

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
radius fuzzerLogFile-0-QrT6JXSI1v.data fuzzerLogFile-0-QrT6JXSI1v.data.yaml radius.covreport
json fuzzerLogFile-0-GMjyeInih9.data fuzzerLogFile-0-GMjyeInih9.data.yaml json.covreport
eap-mschapv2-peer fuzzerLogFile-0-KCyquOnM6v.data fuzzerLogFile-0-KCyquOnM6v.data.yaml eap-mschapv2-peer.covreport
eap-aka-peer fuzzerLogFile-0-UBpcyKqyW4.data fuzzerLogFile-0-UBpcyKqyW4.data.yaml eap-aka-peer.covreport
eap-sim-peer fuzzerLogFile-0-EVVwMwrKs7.data fuzzerLogFile-0-EVVwMwrKs7.data.yaml eap-sim-peer.covreport
sae fuzzerLogFile-0-TNgv5OiUYl.data fuzzerLogFile-0-TNgv5OiUYl.data.yaml sae.covreport
dpp-uri fuzzerLogFile-0-8OKLqG7T3E.data fuzzerLogFile-0-8OKLqG7T3E.data.yaml dpp-uri.covreport
pasn-resp fuzzerLogFile-0-dHw3yscibR.data fuzzerLogFile-0-dHw3yscibR.data.yaml pasn-resp.covreport
tls-client fuzzerLogFile-0-5Hg5I3pKnG.data fuzzerLogFile-0-5Hg5I3pKnG.data.yaml tls-client.covreport
tls-server fuzzerLogFile-0-cfqGOu0jkW.data fuzzerLogFile-0-cfqGOu0jkW.data.yaml tls-server.covreport
x509 fuzzerLogFile-0-VZInZewJI7.data fuzzerLogFile-0-VZInZewJI7.data.yaml x509.covreport
asn1 fuzzerLogFile-0-3hJHL5csGz.data fuzzerLogFile-0-3hJHL5csGz.data.yaml asn1.covreport
eapol-supp fuzzerLogFile-0-SEmEQEZSqX.data fuzzerLogFile-0-SEmEQEZSqX.data.yaml eapol-supp.covreport
pasn-init fuzzerLogFile-0-NAt97bMj4a.data fuzzerLogFile-0-NAt97bMj4a.data.yaml pasn-init.covreport
wnm fuzzerLogFile-0-nQBFqOSkcw.data fuzzerLogFile-0-nQBFqOSkcw.data.yaml wnm.covreport
p2p fuzzerLogFile-0-y0dIsOAlRQ.data fuzzerLogFile-0-y0dIsOAlRQ.data.yaml p2p.covreport
eapol-key-supp fuzzerLogFile-0-B225p7X3AH.data fuzzerLogFile-0-B225p7X3AH.data.yaml eapol-key-supp.covreport
eapol-key-auth fuzzerLogFile-0-XIoHlMQGMx.data fuzzerLogFile-0-XIoHlMQGMx.data.yaml eapol-key-auth.covreport
scan-res fuzzerLogFile-0-4RI1ldJxIc.data fuzzerLogFile-0-4RI1ldJxIc.data.yaml scan-res.covreport
ap-mgmt fuzzerLogFile-0-TGFzL3wSor.data fuzzerLogFile-0-TGFzL3wSor.data.yaml ap-mgmt.covreport