diff options
author | Jay Katabathuni <jkatabat@qca.qualcomm.com> | 2011-09-08 17:52:23 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-05-08 20:29:58 (GMT) |
commit | c923b8a537752885b0b90b03f550b4bec9a8e46e (patch) | |
tree | ec7e02cfd78c778c28be5a566269257a4d1b52d5 /wpa_supplicant/hs20_supplicant.h | |
parent | a8918e86b6c12bfd1337dc7673dbad20e130b002 (diff) | |
download | hostap-c923b8a537752885b0b90b03f550b4bec9a8e46e.zip hostap-c923b8a537752885b0b90b03f550b4bec9a8e46e.tar.gz hostap-c923b8a537752885b0b90b03f550b4bec9a8e46e.tar.bz2 |
HS 2.0: Add Hotspot 2.0 indication into Probe Request
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/hs20_supplicant.h')
-rw-r--r-- | wpa_supplicant/hs20_supplicant.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa_supplicant/hs20_supplicant.h b/wpa_supplicant/hs20_supplicant.h index 075e52c..6eb3926 100644 --- a/wpa_supplicant/hs20_supplicant.h +++ b/wpa_supplicant/hs20_supplicant.h @@ -8,6 +8,8 @@ #ifndef HS20_SUPPLICANT_H #define HS20_SUPPLICANT_H +void wpas_hs20_add_indication(struct wpabuf *buf); + int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes, const u8 *payload, size_t payload_len); struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload, |