X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fap%2Fhostapd.h;h=dec46f692206c3c078881293bbc3de4dcddae47c;hb=442819406c9ebf9a10a771053af83e855a6efa3d;hp=f58c965f5efe6075c2beae31c1d6a18eb36a4a1a;hpb=5e993390f6ce34b169bf37becb2e5561262ec68f;p=mech_eap.git diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h index f58c965..dec46f6 100644 --- a/src/ap/hostapd.h +++ b/src/ap/hostapd.h @@ -311,6 +311,9 @@ struct hostapd_sta_info { struct dl_list list; u8 addr[ETH_ALEN]; struct os_reltime last_seen; +#ifdef CONFIG_TAXONOMY + struct wpabuf *probe_ie_taxonomy; +#endif /* CONFIG_TAXONOMY */ }; /**