Home
last modified time | relevance | path

Searched refs:use_cts_prot (Results 1 – 24 of 24) sorted by relevance

/linux/net/mac80211/
H A Drate.c703 info->control.use_cts_prot) in rate_fixup_ratelist()
717 info->control.use_cts_prot = false; in rate_fixup_ratelist()
735 info->control.use_cts_prot && in rate_fixup_ratelist()
766 else if (info->control.use_cts_prot) in rate_control_fill_sta_table()
H A Dsta_info.c2974 if (sdata->vif.bss_conf.use_cts_prot) in sta_set_link_sinfo()
3200 if (sdata->vif.bss_conf.use_cts_prot) in sta_set_sinfo()
H A Dcfg.c3168 if (params->use_cts_prot >= 0) { in ieee80211_change_bss()
3169 link->conf->use_cts_prot = params->use_cts_prot; in ieee80211_change_bss()
H A Dtx.c724 info->control.use_cts_prot = tx->sdata->vif.bss_conf.use_cts_prot; in ieee80211_tx_h_rate_ctrl()
H A Dmlme.c3951 if (use_protection != bss_conf->use_cts_prot) { in ieee80211_handle_bss_capability()
3952 bss_conf->use_cts_prot = use_protection; in ieee80211_handle_bss_capability()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c80 erp.cts_protection = bss_conf->use_cts_prot; in rt2x00lib_config_erp()
/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c1733 __le32 use_cts_prot; in cw1200_set_cts_work() local
1737 use_cts_prot = in cw1200_set_cts_work()
1746 &use_cts_prot, sizeof(use_cts_prot)); in cw1200_set_cts_work()
2004 if (info->use_cts_prot) in cw1200_bss_info_changed()
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c167 mt7601u_mac_set_protection(dev, info->use_cts_prot, in mt7601u_bss_info_changed()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c1454 if (bss_conf->use_cts_prot && (priv->band != NL80211_BAND_5GHZ)) in iwlagn_bss_info_changed()
1459 if (bss_conf->use_cts_prot) in iwlagn_bss_info_changed()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c441 if (link_conf->use_cts_prot) in iwl_mvm_set_fw_protection_flags()
445 link_conf->use_cts_prot, in iwl_mvm_set_fw_protection_flags()
/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c571 wfx_hif_erp_use_protection(wvif, info->use_cts_prot); in wfx_bss_info_changed()
/linux/net/wireless/
H A Dtrace.h1284 __field(int, use_cts_prot)
1293 __entry->use_cts_prot = params->use_cts_prot;
1302 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->use_cts_prot,
H A Dnl80211.c9620 params.use_cts_prot = -1; in nl80211_set_bss()
9632 params.use_cts_prot = in nl80211_set_bss()
/linux/include/net/
H A Dmac80211.h784 bool use_cts_prot; member
1337 u8 use_cts_prot:1; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c317 (vif && vif->bss_conf.use_cts_prot)) in ath9k_htc_tx_data()
H A Dxmit.c189 else if (tx_info->control.use_cts_prot) in ath_merge_ratetbl()
/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c1169 if (bss_conf->use_cts_prot) in wl1251_op_bss_info_changed()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c5372 D_MAC80211("ERP_CTS %d\n", bss_conf->use_cts_prot); in il_mac_bss_info_changed()
5373 if (bss_conf->use_cts_prot && il->band != NL80211_BAND_5GHZ) in il_mac_bss_info_changed()
5377 if (bss_conf->use_cts_prot) in il_mac_bss_info_changed()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1188 mac->use_cts_protect = bss_conf->use_cts_prot; in rtl_op_bss_info_changed()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c1358 arvif->vdev_id, arvif->use_cts_prot); in ath10k_mac_set_cts_prot()
1361 arvif->use_cts_prot ? 1 : 0); in ath10k_mac_set_cts_prot()
6216 arvif->use_cts_prot = info->use_cts_prot; in ath10k_bss_info_changed()
/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.c758 else if (tx_info->control.use_cts_prot) in ath5k_merge_ratetbl()
/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c4090 if (bss_conf->use_cts_prot) in wl1271_bss_erp_info_changed()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2755 info->use_cts_prot); in mac80211_hwsim_link_info_changed()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4838 cts_prot = !!(info->use_cts_prot); in ath12k_mac_bss_info_changed()