WMM AC: Add basic ADDTS/DELTS sending functions
[mech_eap.git] / wpa_supplicant / wpa_supplicant_i.h
index 32401f9..3e30902 100644 (file)
@@ -892,6 +892,8 @@ struct wpa_supplicant {
 #endif /* CONFIG_TESTING_OPTIONS */
 
        struct wmm_ac_assoc_data *wmm_ac_assoc_info;
+       struct wmm_tspec_element *tspecs[WMM_AC_NUM][TS_DIR_IDX_COUNT];
+       u8 wmm_ac_last_dialog_token;
 };