/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | acx.c | 161 ht_cap->ht_supported, ht_cap->cap, rate_set); in wl18xx_acx_set_peer_cap() 169 if (allow_ht_operation && ht_cap->ht_supported) { in wl18xx_acx_set_peer_cap()
|
D | main.c | 1716 .ht_supported = true, 1731 .ht_supported = true, 1745 .ht_supported = true, 1759 .ht_supported = true,
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | rc.c | 137 if (sta && sta->ht_cap.ht_supported && in _rtl_rc_rate_set_series() 215 if ((sta->ht_cap.ht_supported) && in rtl_tx_status()
|
D | core.c | 915 if (sta->ht_cap.ht_supported) in rtl_op_sta_add() 922 if (sta->ht_cap.ht_supported) in rtl_op_sta_add() 1114 if (sta->ht_cap.ht_supported) in rtl_op_bss_info_changed() 1128 if (sta->ht_cap.ht_supported) { in rtl_op_bss_info_changed() 1275 if (sta->ht_cap.ht_supported) { in rtl_op_bss_info_changed() 1297 if (sta->ht_cap.ht_supported) { in rtl_op_bss_info_changed()
|
D | base.c | 180 ht_cap->ht_supported = true; in _rtl_init_hw_ht_capab() 634 if ((!sta->ht_cap.ht_supported) && (!sta->vht_cap.vht_supported)) in _rtl_query_shortgi() 775 if (!(sta->ht_cap.ht_supported) || in _rtl_query_bandwidth_mode() 779 if (!mac->bw_40 || !(sta->ht_cap.ht_supported)) in _rtl_query_bandwidth_mode() 1139 if (sta && (sta->ht_cap.ht_supported)) { in rtl_get_tcb_desc()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | debug_sta.c | 40 if (!an->sta->ht_cap.ht_supported) { in read_file_node_aggr() 203 if (!sta->ht_cap.ht_supported) in read_file_node_recv()
|
D | common-init.c | 179 ht_info->ht_supported = true; in ath9k_cmn_setup_ht_cap()
|
D | htc_drv_main.c | 616 if (sta->ht_cap.ht_supported) { in ath9k_htc_setup_rate()
|
D | xmit.c | 1502 if (sta->ht_cap.ht_supported) { in ath_tx_aggr_start()
|
/linux-4.1.27/net/mac80211/ |
D | ht.c | 53 if (!ht_cap->ht_supported) in ieee80211_apply_htcap_overrides() 144 if (!ht_cap_ie || !sband->ht_cap.ht_supported) in ieee80211_ht_cap_ie_to_sta_ht_cap() 147 ht_cap.ht_supported = true; in ieee80211_ht_cap_ie_to_sta_ht_cap()
|
D | vht.c | 126 if (!sta->sta.ht_cap.ht_supported) in ieee80211_vht_cap_ie_to_sta_vht_cap() 327 if (sta->sta.ht_cap.ht_supported) { in ieee80211_sta_set_rx_nss()
|
D | tdls.c | 383 ht_cap.ht_supported) { in ieee80211_tdls_add_setup_start_ies() 393 ht_cap.ht_supported && sta->sta.ht_cap.ht_supported) { in ieee80211_tdls_add_setup_start_ies() 405 if (ht_cap.ht_supported && in ieee80211_tdls_add_setup_start_ies() 529 if (!ap_sta->sta.ht_cap.ht_supported && sta->sta.ht_cap.ht_supported) { in ieee80211_tdls_add_setup_cfm_ies() 1662 if (!sta->sta.ht_cap.ht_supported) { in ieee80211_process_tdls_channel_switch_req()
|
D | debugfs_sta.c | 264 htc->ht_supported ? "" : "not "); in sta_ht_capa_read() 265 if (htc->ht_supported) { in sta_ht_capa_read()
|
D | agg-tx.c | 560 if (!pubsta->ht_cap.ht_supported) in ieee80211_start_tx_ba_session() 601 !sta->sta.ht_cap.ht_supported) { in ieee80211_start_tx_ba_session()
|
D | agg-rx.c | 241 if (!sta->sta.ht_cap.ht_supported) { in __ieee80211_start_rx_ba_session()
|
D | main.c | 887 supp_ht = supp_ht || sband->ht_cap.ht_supported; in ieee80211_register_hw() 890 if (sband->ht_cap.ht_supported) in ieee80211_register_hw()
|
D | mesh.c | 422 if (!sband->ht_cap.ht_supported || in mesh_add_ht_cap_ie() 461 if (!ht_cap->ht_supported || channel_type == NL80211_CHAN_NO_HT) in mesh_add_ht_oper_ie()
|
D | mesh_plink.c | 179 if (!sta->sta.ht_cap.ht_supported) { in mesh_set_ht_prot_mode()
|
D | rc80211_minstrel_ht.c | 1108 if (!sta->ht_cap.ht_supported) in minstrel_ht_update_caps()
|
D | chan.c | 197 if (sta->ht_cap.ht_supported) in ieee80211_get_sta_bw()
|
D | mlme.c | 171 if (!ht_cap || !ht_oper || !sta_ht_cap.ht_supported) { in ieee80211_determine_chantype() 4230 sband->ht_cap.ht_supported) { in ieee80211_prep_channel() 4739 if (!sband->ht_cap.ht_supported || in ieee80211_mgd_assoc()
|
D | sta_info.c | 1767 if (!sta->sta.ht_cap.ht_supported) in sta_info_tx_streams()
|
D | ibss.c | 178 sband->ht_cap.ht_supported) { in ieee80211_ibss_build_presp()
|
D | util.c | 1454 if (sband->ht_cap.ht_supported) { in ieee80211_build_preq_ies_band()
|
D | rx.c | 2618 if (!rx->sta->sta.ht_cap.ht_supported) in ieee80211_rx_h_action()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | sf.c | 168 if (sta->ht_cap.ht_supported || sta->vht_cap.vht_supported) { in iwl_mvm_fill_sf_command()
|
D | sta.c | 130 if (sta->ht_cap.ht_supported) in iwl_mvm_sta_send_to_fw() 166 if (sta->ht_cap.ht_supported) { in iwl_mvm_sta_send_to_fw() 179 } else if (sta->ht_cap.ht_supported) { in iwl_mvm_sta_send_to_fw()
|
D | ops.c | 1078 cmd->is_11n_connection = ap_sta->ht_cap.ht_supported; in iwl_mvm_set_wowlan_data()
|
D | rs.c | 166 if (!sta->ht_cap.ht_supported) in rs_mimo_allow() 193 if (!sta->ht_cap.ht_supported) in rs_siso_allow()
|
D | d3.c | 804 ap_sta->ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
D | main.c | 170 .ht_supported = 1, 190 .ht_supported = 1,
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | main.c | 131 .ht_supported = true, 154 .ht_supported = true, 550 if (sta->ht_cap.ht_supported) { in wcn36xx_update_allowed_rates()
|
D | smd.c | 109 else if (sta && sta->ht_cap.ht_supported) in wcn36xx_smd_set_bss_nw_type() 125 if (sta && sta->ht_cap.ht_supported) { in wcn36xx_smd_set_bss_ht_params() 127 bss_params->ht = sta->ht_cap.ht_supported; in wcn36xx_smd_set_bss_ht_params() 148 if (sta->ht_cap.ht_supported) { in wcn36xx_smd_set_sta_ht_params() 150 sta_params->ht_capable = sta->ht_cap.ht_supported; in wcn36xx_smd_set_sta_ht_params()
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 176 sbands->ht_cap.ht_supported = true; in rsi_register_rates_channels() 938 common->vif_info[0].is_ht = sta->ht_cap.ht_supported; in rsi_set_min_rate() 979 if (sta->ht_cap.ht_supported) in rsi_mac80211_sta_add()
|
/linux-4.1.27/net/wireless/ |
D | chan.c | 625 if (!ht_cap->ht_supported) in cfg80211_chandef_usable() 633 if (!ht_cap->ht_supported) in cfg80211_chandef_usable()
|
D | wext-compat.c | 38 is_ht |= sband->ht_cap.ht_supported; in cfg80211_wext_giwname() 51 is_ht |= sband->ht_cap.ht_supported; in cfg80211_wext_giwname()
|
D | core.c | 649 sband->ht_cap.ht_supported) { in wiphy_register()
|
D | util.c | 190 WARN_ON(!sband->ht_cap.ht_supported); in set_mandatory_flags_band()
|
D | nl80211.c | 1137 if (sband->ht_cap.ht_supported && in nl80211_send_band_rateinfo() 8255 if (!(rdev->wiphy.bands[band]->ht_cap.ht_supported || in nl80211_set_tx_bitrate_mask()
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | main.c | 153 .ht_supported = true, \ 1325 if (sta->ht_cap.ht_supported) { in carl9170_op_sta_add() 1354 if (sta->ht_cap.ht_supported) { in carl9170_op_sta_remove() 2009 carl9170_band_2GHz.ht_cap.ht_supported = false; in carl9170_register() 2010 carl9170_band_5GHz.ht_cap.ht_supported = false; in carl9170_register()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-eeprom-parse.c | 749 ht_info->ht_supported = false; in iwl_init_ht_hw_capab() 756 ht_info->ht_supported = true; in iwl_init_ht_hw_capab()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 131 .ht_cap.ht_supported = true, 140 .ht_cap.ht_supported = true, 2617 wiphy->bands[band]->ht_cap.ht_supported); in ath6kl_restore_htcap() 3786 ath6kl_band_2ghz.ht_cap.ht_supported = false; in ath6kl_cfg80211_init() 3788 ath6kl_band_5ghz.ht_cap.ht_supported = false; in ath6kl_cfg80211_init()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | cfg80211.c | 773 priv->band.ht_cap.ht_supported = false; in wlan_create_wiphy()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 230 .ht_supported = true, 251 .ht_supported = true,
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 1309 "sta supp: %d sta cap: %d", ht_cap->ht_supported, in wl1271_acx_set_ht_capabilities() 1318 if (allow_ht_operation && ht_cap->ht_supported) { in wl1271_acx_set_ht_capabilities()
|
D | cmd.c | 1560 if (sta->ht_cap.ht_supported) in wl12xx_cmd_add_peer()
|
D | main.c | 4375 if (sta->ht_cap.ht_supported) in wl1271_bss_info_changed_sta()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 1482 if (!ht_cap->ht_supported) in ath10k_peer_assoc_h_ht() 1720 } else if (sta->ht_cap.ht_supported) { in ath10k_peer_assoc_h_phymode() 1743 } else if (sta->ht_cap.ht_supported) { in ath10k_peer_assoc_h_phymode() 1797 if (!ht_cap->ht_supported) in ath10k_setup_peer_smps() 5352 ht_cap.ht_supported = 1; in ath10k_get_ht_cap()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.c | 1271 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo2() 1326 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo3() 1382 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_siso()
|
D | sta.c | 207 if (!sta || !sta_ht_inf->ht_supported) in iwl_sta_calc_ht_flags()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 41 .ht_supported = true,
|
/linux-4.1.27/drivers/net/wireless/ |
D | mwl8k.c | 1973 if (priv->ap_fw && sta && sta->ht_cap.ht_supported && !eapol_frame && in mwl8k_txq_xmit() 2376 band->ht_cap.ht_supported = 1; in mwl8k_set_ht_caps() 4102 if (sta->ht_cap.ht_supported) { in mwl8k_cmd_set_new_stn_add() 4528 p->ht_support = sta->ht_cap.ht_supported; in mwl8k_cmd_update_stadb_add() 5329 if (sta->ht_cap.ht_supported) in mwl8k_sta_add()
|
D | mac80211_hwsim.c | 2446 sband->ht_cap.ht_supported = true; in mac80211_hwsim_new_radio()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 1182 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in il4965_rs_switch_to_mimo2() 1235 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in il4965_rs_switch_to_siso()
|
D | common.c | 1888 if (!sta || !sta_ht_inf->ht_supported) in il_set_ht_add_station() 3390 ht_info->ht_supported = true; in il_init_ht_hw_capab() 3591 if (ht_cap && !ht_cap->ht_supported) in il_is_ht40_tx_allowed()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1738 .ht_supported = true,
|
/linux-4.1.27/include/net/ |
D | cfg80211.h | 284 bool ht_supported; member
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 3130 ht_cap->ht_supported = true; in rtw_cfg80211_init_ht_capab()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 2367 ht_info->ht_supported = true; in mwifiex_setup_ht_caps()
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2800lib.c | 7603 spec->ht.ht_supported = true; in rt2800_probe_hw_mode() 7605 spec->ht.ht_supported = false; in rt2800_probe_hw_mode()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 5576 band->ht_cap.ht_supported = true; in brcmf_update_ht_cap()
|