Home | History | Annotate | Download | only in linux

Lines Matching refs:mcs

1406  *       MCS rates, MAX-AMSDU, HT-20-40 and HT_CAP_SGI_40
2053 * @NL80211_RATE_INFO_MCS: mcs index for 802.11n (u8)
2058 * @NL80211_RATE_INFO_VHT_MCS: MCS index for VHT (u8)
2249 * @NL80211_BAND_ATTR_HT_MCS_SET: 16-byte attribute containing the MCS set as
2254 * @NL80211_BAND_ATTR_VHT_MCS_SET: 32-byte attribute containing the MCS set as
3126 * @NL80211_TXRATE_LEGACY: Legacy (non-MCS) rates allowed for TX rate selection
3130 * @NL80211_TXRATE_HT: HT (MCS) rates allowed for TX rate selection
3131 * in an array of MCS numbers.
3152 * struct nl80211_txrate_vht - VHT MCS/NSS txrate bitmap
3153 * @mcs: MCS bitmap table for each NSS (array index 0 for 1 stream, etc.)
3156 __u16 mcs[NL80211_VHT_NSS_MAX];