You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
364 B
19 lines
364 B
/*
|
|
* 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"
|
|
#include "utils/module_tests.h"
|
|
|
|
int hapd_module_tests(void)
|
|
{
|
|
wpa_printf(MSG_INFO, "hostapd module tests");
|
|
return 0;
|
|
}
|