diff options
author | ASHUTOSH NARAYAN <ashutoshx.narayan@intel.com> | 2015-02-18 02:35:09 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-02-21 14:07:53 (GMT) |
commit | 185ada47705cf79d6c446e680e9ef1d20b90ba6d (patch) | |
tree | 4320d3d675c500b49b8e8b15aee7d58a42859153 /wpa_supplicant/bss.h | |
parent | 7fe7a3a51f31314df4e9a403ce2b9293e40ed4d9 (diff) | |
download | hostap-185ada47705cf79d6c446e680e9ef1d20b90ba6d.zip hostap-185ada47705cf79d6c446e680e9ef1d20b90ba6d.tar.gz hostap-185ada47705cf79d6c446e680e9ef1d20b90ba6d.tar.bz2 |
HS 2.0: Add support to update the HS20 Capability List into the BSS
In addition, add support for returning the capability list through the
BSS control interface command.
Signed-off-by: ASHUTOSH NARAYAN <ashutoshx.narayan@intel.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 4a624c5..cd9eea1 100644 --- a/wpa_supplicant/bss.h +++ b/wpa_supplicant/bss.h @@ -35,6 +35,7 @@ struct wpa_bss_anqp { struct wpabuf *domain_name; #endif /* CONFIG_INTERWORKING */ #ifdef CONFIG_HS20 + struct wpabuf *hs20_capability_list; struct wpabuf *hs20_operator_friendly_name; struct wpabuf *hs20_wan_metrics; struct wpabuf *hs20_connection_capability; |