Searched defs:RateInfo (Results 1 – 1 of 1) sorted by relevance
54 struct RateInfo { struct55 uint8_t flags; /**< Flag, used to indicate a specific rate transmission type of 802.11n */56 uint8_t mcs; /**< Modulation and Coding Scheme (MCS) index of the HT/VHT/HE rate */57 uint16_t legacy; /**< 100 kbit/s bit rate defined in 802.11a/b/g */58 uint8_t nss; /**< Number of streams (for VHT and HE only) */59 uint8_t resv; /**< Reserved */