Home
last modified time | relevance | path

Searched refs:htcap (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/wireless/mwifiex/
Duap_cmd.c469 struct mwifiex_ie_types_htcap *htcap; in mwifiex_uap_bss_param_prepare() local
609 htcap = (struct mwifiex_ie_types_htcap *)tlv; in mwifiex_uap_bss_param_prepare()
610 htcap->header.type = cpu_to_le16(WLAN_EID_HT_CAPABILITY); in mwifiex_uap_bss_param_prepare()
611 htcap->header.len = in mwifiex_uap_bss_param_prepare()
613 htcap->ht_cap.cap_info = bss_cfg->ht_cap.cap_info; in mwifiex_uap_bss_param_prepare()
614 htcap->ht_cap.ampdu_params_info = in mwifiex_uap_bss_param_prepare()
616 memcpy(&htcap->ht_cap.mcs, &bss_cfg->ht_cap.mcs, in mwifiex_uap_bss_param_prepare()
618 htcap->ht_cap.extended_ht_cap_info = in mwifiex_uap_bss_param_prepare()
620 htcap->ht_cap.tx_BF_cap_info = bss_cfg->ht_cap.tx_BF_cap_info; in mwifiex_uap_bss_param_prepare()
621 htcap->ht_cap.antenna_selection_info = in mwifiex_uap_bss_param_prepare()
Dwmm.h118 struct ieee80211_ht_cap *htcap);
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c2589 struct ath6kl_htcap *htcap = &vif->htcap[band]; in ath6kl_set_htcap() local
2591 if (htcap->ht_enable == ht_enable) in ath6kl_set_htcap()
2596 htcap->ht_enable = true; in ath6kl_set_htcap()
2597 htcap->cap_info = (band == IEEE80211_BAND_2GHZ) ? in ath6kl_set_htcap()
2599 htcap->ampdu_factor = IEEE80211_HT_MAX_AMPDU_16K; in ath6kl_set_htcap()
2601 memset(htcap, 0, sizeof(*htcap)); in ath6kl_set_htcap()
2604 band, htcap); in ath6kl_set_htcap()
3663 vif->htcap[IEEE80211_BAND_2GHZ].ht_enable = true; in ath6kl_interface_add()
3664 vif->htcap[IEEE80211_BAND_5GHZ].ht_enable = true; in ath6kl_interface_add()
Dwmi.c3173 struct ath6kl_htcap *htcap) in ath6kl_wmi_set_htcap_cmd() argument
3190 cmd->ht_enable = !!htcap->ht_enable; in ath6kl_wmi_set_htcap_cmd()
3191 cmd->ht20_sgi = !!(htcap->cap_info & IEEE80211_HT_CAP_SGI_20); in ath6kl_wmi_set_htcap_cmd()
3193 !!(htcap->cap_info & IEEE80211_HT_CAP_SUP_WIDTH_20_40); in ath6kl_wmi_set_htcap_cmd()
3194 cmd->ht40_sgi = !!(htcap->cap_info & IEEE80211_HT_CAP_SGI_40); in ath6kl_wmi_set_htcap_cmd()
3196 !!(htcap->cap_info & IEEE80211_HT_CAP_40MHZ_INTOLERANT); in ath6kl_wmi_set_htcap_cmd()
3197 cmd->max_ampdu_len_exp = htcap->ampdu_factor; in ath6kl_wmi_set_htcap_cmd()
Dcore.h626 struct ath6kl_htcap htcap[IEEE80211_NUM_BANDS]; member
Dwmi.h2632 struct ath6kl_htcap *htcap);
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc.h129 __be16 htcap; member