Passive Client Taxonomy
[mech_eap.git] / src / ap / sta_info.h
index c374ea0..d0e43be 100644 (file)
@@ -80,6 +80,7 @@ struct sta_info {
        enum mesh_plink_state plink_state;
        u16 peer_lid;
        u16 my_lid;
+       u16 peer_aid;
        u16 mpm_close_reason;
        int mpm_retries;
        u8 my_nonce[WPA_NONCE_LEN];
@@ -88,6 +89,7 @@ struct sta_info {
        u8 mtk[WPA_TK_MAX_LEN];
        size_t mtk_len;
        u8 mgtk_rsc[6];
+       u8 mgtk_key_id;
        u8 mgtk[WPA_TK_MAX_LEN];
        size_t mgtk_len;
        u8 igtk_rsc[6];
@@ -212,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 */
 };