/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com.c | 567 if (psta->htpriv.ht_cap.mcs.rx_mask[i/8] & BIT(i%8)) in rtw_hal_update_sta_rate_mask()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | trx.c | 764 u8 ampdu_density = sta->deflink.ht_cap.ampdu_density; in rtl8821ae_tx_fill_desc()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | trx.c | 589 u8 ampdu_density = sta->deflink.ht_cap.ampdu_density; in rtl92de_tx_fill_desc()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | acx.h | 1094 struct ieee80211_sta_ht_cap *ht_cap,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rate.c | 795 mcs_mask[i] &= sta->deflink.ht_cap.mcs.rx_mask[i]; in rate_control_cap_mask()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 1046 factor = min_t(unsigned int, 1u, sta->ht_cap.ampdu_factor); in carl9170_tx_prepare() 1047 density = sta->ht_cap.ampdu_density; in carl9170_tx_prepare()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1640 struct ieee80211_sta_ht_cap *ht_cap, in wl18xx_set_peer_cap() 1644 return wl18xx_acx_set_peer_cap(wl, ht_cap, allow_ht_operation, in wl18xx_set_peer_cap() 1639 wl18xx_set_peer_cap(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u32 rate_set, u8 hlid) wl18xx_set_peer_cap() argument
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | util.c | 241 WARN_ON(!sband->ht_cap.ht_supported); in set_mandatory_flags_band() 242 WARN_ON((sband->ht_cap.mcs.rx_mask[0] & 0x1e) != 0x1e); in set_mandatory_flags_band()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 1075 int pci_find_ht_capability(struct pci_dev *dev, int ht_cap); 1076 int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap);
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 1910 priv->ht_info.ht_cap = sta->ht_cap; in cw1200_bss_info_changed()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 1048 sta->deflink.ht_cap.ampdu_factor); in carl9170_tx_prepare() 1049 density = sta->deflink.ht_cap.ampdu_density; in carl9170_tx_prepare()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 1640 struct ieee80211_sta_ht_cap *ht_cap, in wl18xx_set_peer_cap() 1644 return wl18xx_acx_set_peer_cap(wl, ht_cap, allow_ht_operation, in wl18xx_set_peer_cap() 1639 wl18xx_set_peer_cap(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u32 rate_set, u8 hlid) wl18xx_set_peer_cap() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | sta.c | 1911 priv->ht_info.ht_cap = sta->deflink.ht_cap; in cw1200_bss_info_changed()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | util.c | 243 WARN_ON(!sband->ht_cap.ht_supported); in set_mandatory_flags_band() 244 WARN_ON((sband->ht_cap.mcs.rx_mask[0] & 0x1e) != 0x1e); in set_mandatory_flags_band()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | drv_callbacks.c | 265 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local 269 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | drv_callbacks.c | 228 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local 232 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 1536 if (sta->ht_cap.ht_supported) { in ath_tx_aggr_start() 1538 sta->ht_cap.ampdu_factor)) - 1; in ath_tx_aggr_start() 1539 density = ath9k_parse_mpdudensity(sta->ht_cap.ampdu_density); in ath_tx_aggr_start()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 1895 ht_info = &adapter->wiphy->bands[band]->ht_cap; in mwifiex_cfg80211_set_antenna() 3021 mwifiex_setup_ht_caps(&wiphy->bands[NL80211_BAND_2GHZ]->ht_cap, priv); in mwifiex_add_virtual_intf() 3028 &wiphy->bands[NL80211_BAND_5GHZ]->ht_cap, priv); in mwifiex_add_virtual_intf()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 1597 if (sta->deflink.ht_cap.ht_supported) { in ath_tx_aggr_start() 1599 sta->deflink.ht_cap.ampdu_factor)) - 1; in ath_tx_aggr_start() 1600 density = ath9k_parse_mpdudensity(sta->deflink.ht_cap.ampdu_density); in ath_tx_aggr_start()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 1960 ht_info = &adapter->wiphy->bands[band]->ht_cap; in mwifiex_cfg80211_set_antenna() 3101 mwifiex_setup_ht_caps(&wiphy->bands[NL80211_BAND_2GHZ]->ht_cap, priv); in mwifiex_add_virtual_intf() 3108 &wiphy->bands[NL80211_BAND_5GHZ]->ht_cap, priv); in mwifiex_add_virtual_intf()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 475 * @ht_cap: HT capabilities in this band 492 struct ieee80211_sta_ht_cap ht_cap; member 1169 * @ht_cap: HT capabilities (or %NULL if HT isn't enabled) 1203 const struct ieee80211_ht_cap *ht_cap; member 4811 * @ht_capa_mod_mask: Specify what ht_cap values can be over-ridden.
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 1165 u8 pci_find_ht_capability(struct pci_dev *dev, int ht_cap); 1166 u8 pci_find_next_ht_capability(struct pci_dev *dev, u8 pos, int ht_cap);
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | sta.c | 155 struct ieee80211_sta_ht_cap *sta_ht_inf = &sta->ht_cap; in iwl_sta_calc_ht_flags()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00queue.c | 306 density = sta->ht_cap.ampdu_density; in rt2x00queue_create_tx_descriptor_ht()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | hal_com.c | 992 if (psta->htpriv.ht_cap.supp_mcs_set[i/8] & BIT(i%8)) in rtw_hal_update_sta_rate_mask()
|