M7350/external/wpa_supplicant_8/hostapd/hapd_module_tests.c
2024-09-09 08:57:42 +00:00

18 lines
332 B
C

/*
* hostapd module tests
* Copyright (c) 2014, Jouni Malinen <j@w1.fi>
*
* 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"
int hapd_module_tests(void)
{
wpa_printf(MSG_INFO, "hostapd module tests");
return 0;
}