]> git.ipfire.org Git - thirdparty/hostap.git/blame - hostapd/hapd_module_tests.c
Use IFNAME= prefix for global UDP control interface events
[thirdparty/hostap.git] / hostapd / hapd_module_tests.c
CommitLineData
ea449b5b
JM
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"
50a17a76 12#include "utils/module_tests.h"
ea449b5b
JM
13
14int hapd_module_tests(void)
15{
16 wpa_printf(MSG_INFO, "hostapd module tests");
17 return 0;
18}