Lines Matching defs:ht_cap
1341 if (sband->ht_cap.ht_supported) {
1348 ieee80211_ie_build_ht_cap(pos, &sband->ht_cap,
1349 sband->ht_cap.cap);
2511 u8 *ieee80211_ie_build_ht_cap(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap,
2526 *pos++ = ht_cap->ampdu_factor |
2527 (ht_cap->ampdu_density <<
2531 memcpy(pos, &ht_cap->mcs, sizeof(ht_cap->mcs));
2532 pos += sizeof(ht_cap->mcs);
2779 u8 *ieee80211_ie_build_ht_oper(u8 *pos, struct ieee80211_sta_ht_cap *ht_cap,
2808 if (ht_cap->cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40 &&
2822 memcpy(&ht_oper->basic_set, &ht_cap->mcs, 10);