diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2013-01-08 21:51:16 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-02-25 23:24:23 (GMT) |
commit | 1d2215fc674bbdc7cc4bcf424cc672a745f1f25e (patch) | |
tree | 36180de1b47bbc531e88642ff3db846f152142d9 /wpa_supplicant/bss.h | |
parent | 184e110caff3339643a303ab3a2f32642623a0c4 (diff) | |
download | hostap-1d2215fc674bbdc7cc4bcf424cc672a745f1f25e.zip hostap-1d2215fc674bbdc7cc4bcf424cc672a745f1f25e.tar.gz hostap-1d2215fc674bbdc7cc4bcf424cc672a745f1f25e.tar.bz2 |
HS 2.0R2: Add OSU Providers list ANQP element
wpa_supplicant can now request OSU Providers list with "hs20_anqp_get
<BSSID> 8".
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/bss.h')
-rw-r--r-- | wpa_supplicant/bss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/bss.h b/wpa_supplicant/bss.h index 4deeb5f..30df7ca 100644 --- a/wpa_supplicant/bss.h +++ b/wpa_supplicant/bss.h @@ -39,6 +39,7 @@ struct wpa_bss_anqp { struct wpabuf *hs20_wan_metrics; struct wpabuf *hs20_connection_capability; struct wpabuf *hs20_operating_class; + struct wpabuf *hs20_osu_providers_list; #endif /* CONFIG_HS20 */ }; |