diff options
author | Jay Katabathuni <jkatabat@qca.qualcomm.com> | 2011-09-08 17:52:23 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-07-30 15:23:38 (GMT) |
commit | 19a8ad99443decc37b1729f0b309b2becbf7e36d (patch) | |
tree | 5b670bb363b9905ded28fd3abc462513c31f7f83 /src/ap/hs20.h | |
parent | 159c89ab4f09768b7c86b835a7752aed04668a0d (diff) | |
download | hostap-19a8ad99443decc37b1729f0b309b2becbf7e36d.zip hostap-19a8ad99443decc37b1729f0b309b2becbf7e36d.tar.gz hostap-19a8ad99443decc37b1729f0b309b2becbf7e36d.tar.bz2 |
HS 2.0: Add Hotspot 2.0 Indication for AP
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'src/ap/hs20.h')
-rw-r--r-- | src/ap/hs20.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ap/hs20.h b/src/ap/hs20.h new file mode 100644 index 0000000..98698ce --- /dev/null +++ b/src/ap/hs20.h @@ -0,0 +1,16 @@ +/* + * Hotspot 2.0 AP ANQP processing + * Copyright (c) 2011-2012, Qualcomm Atheros, Inc. + * + * This software may be distributed under the terms of the BSD license. + * See README for more details. + */ + +#ifndef HS20_H +#define HS20_H + +struct hostapd_data; + +u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid); + +#endif /* HS20_H */ |