From 6377230b3cf4f238dcd0dc2d76ff25943d3040e5 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 21 Jul 2024 11:51:46 -0700 Subject: wpa: Import hostapd 2.11 into wpa --- hostapd/hapd_module_tests.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hostapd/hapd_module_tests.c (limited to 'hostapd/hapd_module_tests.c') diff --git a/hostapd/hapd_module_tests.c b/hostapd/hapd_module_tests.c new file mode 100644 index 000000000000..a5016f22bf09 --- /dev/null +++ b/hostapd/hapd_module_tests.c @@ -0,0 +1,18 @@ +/* + * hostapd module tests + * Copyright (c) 2014, Jouni Malinen + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ + +#include "utils/includes.h" + +#include "utils/common.h" +#include "utils/module_tests.h" + +int hapd_module_tests(void) +{ + wpa_printf(MSG_INFO, "hostapd module tests"); + return 0; +} -- cgit v1.3