forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhostap.yaml
39 lines (39 loc) · 1.18 KB
/
hostap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
"functions":
- "name": "wpa_supplicant_deinit"
"params":
- "name": "global"
"type": "bool "
"return_type": "void"
"signature": "void wpa_supplicant_deinit(struct wpa_global *)"
- "name": "wpa_supplicant_add_iface"
"params":
- "name": "global"
"type": "bool "
- "name": "iface"
"type": "bool "
- "name": "parent"
"type": "bool "
"return_type": "void"
"signature": "struct wpa_supplicant * wpa_supplicant_add_iface(struct wpa_global *, struct wpa_interface *, struct wpa_supplicant *)"
- "name": "wpa_supplicant_init"
"params":
- "name": "params"
"type": "bool "
"return_type": "void"
"signature": "struct wpa_global * wpa_supplicant_init(struct wpa_params *)"
- "name": "wpa_supplicant_reload_configuration"
"params":
- "name": "wpa_s"
"type": "bool "
"return_type": "int"
"signature": "int wpa_supplicant_reload_configuration(struct wpa_supplicant *)"
- "name": "wpa_supplicant_run"
"params":
- "name": "global"
"type": "bool "
"return_type": "int"
"signature": "int wpa_supplicant_run(struct wpa_global *)"
"language": "c++"
"project": "hostap"
"target_name": "fuzzer-common"
"target_path": "/src/hostap/tests/fuzzing/fuzzer-common.c"