Searched defs:sme_qos_flowinfoentry (Results 1 – 1 of 1) sorted by relevance
147 struct sme_qos_flowinfoentry { struct148 tListElem link; /* list links */149 uint8_t sessionId;150 uint8_t tspec_mask;151 enum sme_qos_reasontype reason;152 uint32_t QosFlowID;153 enum qca_wlan_ac_type ac_type;154 struct sme_qos_wmmtspecinfo QoSInfo;155 void *HDDcontext;156 sme_QosCallback QoSCallback;[all …]