Lines Matching refs:ht_cap

1988 	if (priv->ap_fw && sta && sta->deflink.ht_cap.ht_supported && !eapol_frame &&
2394 band->ht_cap.ht_supported = 1;
2397 band->ht_cap.cap |= IEEE80211_HT_CAP_MAX_AMSDU;
2399 band->ht_cap.cap |= IEEE80211_HT_CAP_GRN_FLD;
2402 band->ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
2403 band->ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE;
2406 band->ht_cap.cap |= IEEE80211_HT_CAP_RX_STBC;
2408 band->ht_cap.cap |= IEEE80211_HT_CAP_TX_STBC;
2410 band->ht_cap.cap |= IEEE80211_HT_CAP_SGI_40;
2412 band->ht_cap.cap |= IEEE80211_HT_CAP_SGI_20;
2414 band->ht_cap.cap |= IEEE80211_HT_CAP_DELAY_BA;
2416 band->ht_cap.cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
2421 band->ht_cap.mcs.rx_mask[0] = 0xff;
2423 band->ht_cap.mcs.rx_mask[1] = 0xff;
2425 band->ht_cap.mcs.rx_mask[2] = 0xff;
2426 band->ht_cap.mcs.rx_mask[4] = 0x01;
2427 band->ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED;
2430 band->ht_cap.mcs.tx_params |= IEEE80211_HT_MCS_TX_RX_DIFF;
2431 band->ht_cap.mcs.tx_params |= (tx_streams - 1) <<
4030 (stream->sta->deflink.ht_cap.ampdu_factor &
4032 ((stream->sta->deflink.ht_cap.ampdu_density << 2) &
4120 if (sta->deflink.ht_cap.ht_supported) {
4121 cmd->ht_rates[0] = sta->deflink.ht_cap.mcs.rx_mask[0];
4122 cmd->ht_rates[1] = sta->deflink.ht_cap.mcs.rx_mask[1];
4123 cmd->ht_rates[2] = sta->deflink.ht_cap.mcs.rx_mask[2];
4124 cmd->ht_rates[3] = sta->deflink.ht_cap.mcs.rx_mask[3];
4125 cmd->ht_capabilities_info = cpu_to_le16(sta->deflink.ht_cap.cap);
4126 cmd->mac_ht_param_info = (sta->deflink.ht_cap.ampdu_factor & 3) |
4127 ((sta->deflink.ht_cap.ampdu_density & 7) << 2);
4548 p->ht_support = sta->deflink.ht_cap.ht_supported;
4549 p->ht_caps = cpu_to_le16(sta->deflink.ht_cap.cap);
4550 p->extended_ht_caps = (sta->deflink.ht_cap.ampdu_factor & 3) |
4551 ((sta->deflink.ht_cap.ampdu_density & 7) << 2);
4557 memcpy(p->ht_rates, &sta->deflink.ht_cap.mcs, 16);
5039 memcpy(ap_mcs_rates, &ap->deflink.ht_cap.mcs, 16);
5350 if (sta->deflink.ht_cap.ht_supported)