]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa/hostapd/hapd_module_tests.c
Update from svn-1.8.14 to 1.9.2.
[FreeBSD/FreeBSD.git] / contrib / wpa / hostapd / hapd_module_tests.c
1 /*
2  * hostapd module tests
3  * Copyright (c) 2014, 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 #include "utils/includes.h"
10
11 #include "utils/common.h"
12
13 int hapd_module_tests(void)
14 {
15         wpa_printf(MSG_INFO, "hostapd module tests");
16         return 0;
17 }