Lines Matching refs:ht_cap
1277 if (sband->ht_cap.ht_supported) {
1284 ieee80211_ie_build_ht_cap(pos, &sband->ht_cap,
1285 sband->ht_cap.cap);
2363 u8 *ieee80211_ie_build_ht_cap(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap,
2378 *pos++ = ht_cap->ampdu_factor |
2379 (ht_cap->ampdu_density <<
2383 memcpy(pos, &ht_cap->mcs, sizeof(ht_cap->mcs));
2384 pos += sizeof(ht_cap->mcs);
2631 u8 *ieee80211_ie_build_ht_oper(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap,
2660 if (ht_cap->cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 &&
2674 memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10);