]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/wpa/src/ap/hs20.h
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / wpa / src / ap / hs20.h
1 /*
2  * Hotspot 2.0 AP ANQP processing
3  * Copyright (c) 2011-2012, Qualcomm Atheros, Inc.
4  *
5  * This software may be distributed under the terms of the BSD license.
6  * See README for more details.
7  */
8
9 #ifndef HS20_H
10 #define HS20_H
11
12 struct hostapd_data;
13
14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15
16 #endif /* HS20_H */