Searched defs:ht_info (Results 1 - 9 of 9) sorted by relevance

/drivers/net/wireless/mwifiex/
H A Dcfp.c79 u8 ht_info)
106 if (ht_info & BIT(0)) {
108 if (ht_info & BIT(2))
113 if (ht_info & BIT(1)) {
114 if (ht_info & BIT(2))
121 if (ht_info & BIT(2))
78 mwifiex_index_to_data_rate(struct mwifiex_private *priv, u8 index, u8 ht_info) argument
H A D11n.c322 struct mwifiex_ie_types_htinfo *ht_info; local
355 ht_info = (struct mwifiex_ie_types_htinfo *) *buffer;
356 memset(ht_info, 0,
358 ht_info->header.type =
360 ht_info->header.len =
363 memcpy((u8 *) ht_info +
367 le16_to_cpu(ht_info->header.len));
371 ht_info->ht_info.ht_param &=
H A Djoin.c733 struct mwifiex_ie_types_htinfo *ht_info; local
933 ht_info = (struct mwifiex_ie_types_htinfo *) pos;
934 memset(ht_info, 0, sizeof(struct mwifiex_ie_types_htinfo));
935 ht_info->header.type = cpu_to_le16(WLAN_EID_HT_INFORMATION);
936 ht_info->header.len =
939 ht_info->ht_info.control_chan =
942 ht_info->ht_info.ht_param = adapter->sec_chan_offset;
943 ht_info
[all...]
H A Dcfg80211.c1143 mwifiex_setup_ht_caps(struct ieee80211_sta_ht_cap *ht_info, argument
1151 ht_info->ht_supported = true;
1152 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
1153 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE;
1155 memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
1159 ht_info->cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
1161 ht_info->cap &= ~IEEE80211_HT_CAP_SUP_WIDTH_20_40;
1164 ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
1166 ht_info
1364 struct ieee80211_sta_ht_cap *ht_info; local
[all...]
H A Dfw.h365 u8 ht_info; member in struct:rxpd
726 u8 ht_info; member in struct:host_cmd_ds_tx_rate_query
1048 struct ieee80211_ht_info ht_info; member in struct:mwifiex_ie_types_htinfo
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c485 struct ieee80211_sta_ht_cap *ht_info)
491 ht_info->ht_supported = true;
492 ht_info->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
498 ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
500 ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT);
502 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
503 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8;
505 memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
515 ht_info
484 setup_ht_cap(struct ath9k_htc_priv *priv, struct ieee80211_sta_ht_cap *ht_info) argument
[all...]
H A Dinit.c237 struct ieee80211_sta_ht_cap *ht_info)
244 ht_info->ht_supported = true;
245 ht_info->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
251 ht_info->cap |= IEEE80211_HT_CAP_LDPC_CODING;
254 ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
256 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K;
257 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8;
270 ht_info->cap |= IEEE80211_HT_CAP_TX_STBC;
271 ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT);
275 memset(&ht_info
236 setup_ht_cap(struct ath_softc *sc, struct ieee80211_sta_ht_cap *ht_info) argument
[all...]
/drivers/net/wireless/iwlwifi/
H A Diwl-core.c50 struct ieee80211_sta_ht_cap *ht_info,
57 ht_info->cap = 0;
58 memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
60 ht_info->ht_supported = true;
64 ht_info->cap |= IEEE80211_HT_CAP_GRN_FLD;
65 ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
68 ht_info->cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
69 ht_info->cap |= IEEE80211_HT_CAP_SGI_40;
70 ht_info
49 iwl_init_ht_hw_capab(const struct iwl_priv *priv, struct ieee80211_sta_ht_cap *ht_info, enum ieee80211_band band) argument
[all...]
/drivers/net/wireless/iwlegacy/
H A Dcommon.c3323 struct ieee80211_sta_ht_cap *ht_info,
3330 ht_info->cap = 0;
3331 memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
3333 ht_info->ht_supported = true;
3335 ht_info->cap |= IEEE80211_HT_CAP_SGI_20;
3338 ht_info->cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40;
3339 ht_info->cap |= IEEE80211_HT_CAP_SGI_40;
3340 ht_info->mcs.rx_mask[4] = 0x01;
3345 ht_info
3322 il_init_ht_hw_capab(const struct il_priv *il, struct ieee80211_sta_ht_cap *ht_info, enum ieee80211_band band) argument
[all...]

Completed in 591 milliseconds