]> git.ipfire.org Git - thirdparty/hostap.git/blame - tests/fuzzing/fuzzer-common.h
tests: sigma_dut controlled STA and beacon protection
[thirdparty/hostap.git] / tests / fuzzing / fuzzer-common.h
CommitLineData
065e6e70
JM
1/*
2 * Common helper functions for fuzzing tools
3 * Copyright (c) 2019, Jouni Malinen <j@w1.fi>
4 *
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
7 */
8
9#ifndef FUZZER_COMMON_H
10#define FUZZER_COMMON_H
11
12void wpa_fuzzer_set_debug_level(void);
13
14#endif /* FUZZER_COMMON_H */