File: hapd_module_tests.c

package info (click to toggle)
wpa 2%3A2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 21,852 kB
  • sloc: ansic: 431,772; cpp: 5,200; python: 4,151; makefile: 3,836; sh: 1,460; php: 966; xml: 54; perl: 48
file content (18 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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;
}