diff options
Diffstat (limited to 'contrib/wpa/src/ap/hs20.h')
-rw-r--r-- | contrib/wpa/src/ap/hs20.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/wpa/src/ap/hs20.h b/contrib/wpa/src/ap/hs20.h new file mode 100644 index 0000000..98698ce --- /dev/null +++ b/contrib/wpa/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 */ |