X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=src%2Fap%2Fsta_info.h;h=d0e43be5ddc8b7ba529143caf2121186c5679a30;hp=cf3fbb12b7b3fc1fa990da6da217620a07b28598;hb=04059ab84458f43dda9130e4fff745b268424b99;hpb=5e993390f6ce34b169bf37becb2e5561262ec68f diff --git a/src/ap/sta_info.h b/src/ap/sta_info.h index cf3fbb1..d0e43be 100644 --- a/src/ap/sta_info.h +++ b/src/ap/sta_info.h @@ -214,6 +214,11 @@ struct sta_info { * received, starting from the Length field */ u8 rrm_enabled_capa[5]; + +#ifdef CONFIG_TAXONOMY + struct wpabuf *probe_ie_taxonomy; + struct wpabuf *assoc_ie_taxonomy; +#endif /* CONFIG_TAXONOMY */ };