]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/wpa/hostapd/dump_state.h
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / wpa / hostapd / dump_state.h
1 /*
2  * hostapd / State dump
3  * Copyright (c) 2002-2009, 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 #ifndef DUMP_STATE_H
10 #define DUMP_STATE_H
11
12 int handle_dump_state_iface(struct hostapd_iface *iface, void *ctx);
13
14 #endif /* DUMP_STATE_H */