Inteworking: Add support to update the ANQP Capability List into the BSS
[mech_eap.git] / wpa_supplicant / bss.h
index cd9eea1..cc01b00 100644 (file)
@@ -26,6 +26,7 @@ struct wpa_bss_anqp {
        /** Number of BSS entries referring to this ANQP data instance */
        unsigned int users;
 #ifdef CONFIG_INTERWORKING
+       struct wpabuf *capability_list;
        struct wpabuf *venue_name;
        struct wpabuf *network_auth_type;
        struct wpabuf *roaming_consortium;