Home
last modified time | relevance | path

Searched refs:use_short_slot (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c82 erp.slot_time = bss_conf->use_short_slot ? SHORT_SLOT_TIME : SLOT_TIME; in rt2x00lib_config_erp()
84 erp.pifs = bss_conf->use_short_slot ? SHORT_PIFS : PIFS; in rt2x00lib_config_erp()
85 erp.difs = bss_conf->use_short_slot ? SHORT_DIFS : DIFS; in rt2x00lib_config_erp()
86 erp.eifs = bss_conf->use_short_slot ? SHORT_EIFS : EIFS; in rt2x00lib_config_erp()
/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c473 priv->use_short_slot = info->use_short_slot; in p54_bss_info_changed()
/linux/drivers/net/wireless/ath/carl9170/
H A Dmac.c97 vif->bss_conf.use_short_slot) in carl9170_set_slot_time()
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c174 int slottime = info->use_short_slot ? 9 : 20; in mt7601u_bss_info_changed()
/linux/net/mac80211/
H A Dmesh_plink.c137 if (sdata->vif.bss_conf.use_short_slot != short_slot) { in mesh_set_short_slot_time()
138 sdata->vif.bss_conf.use_short_slot = short_slot; in mesh_set_short_slot_time()
H A Dmlme.c3905 bool use_short_slot; in ieee80211_link_set_associated()
3919 use_short_slot = !!(capab & WLAN_CAPABILITY_SHORT_SLOT_TIME); in ieee80211_set_associated()
3922 use_short_slot = true; in ieee80211_set_associated()
3934 if (use_short_slot != bss_conf->use_short_slot) { in ieee80211_set_associated()
3935 bss_conf->use_short_slot = use_short_slot; in ieee80211_set_associated()
3820 bool use_short_slot; ieee80211_handle_bss_capability() local
H A Dmain.c434 sdata->vif.bss_conf.use_short_slot = false; in ieee80211_reset_erp_info()
H A Dsta_info.c2951 if (sdata->vif.bss_conf.use_short_slot) in sta_set_link_sinfo()
3176 if (sdata->vif.bss_conf.use_short_slot) in sta_set_sinfo()
H A Dcfg.c3032 if (!link->conf->use_short_slot && in ieee80211_change_bss()
3035 link->conf->use_short_slot = true; in ieee80211_change_bss()
3040 link->conf->use_short_slot = params->use_short_slot_time; in ieee80211_change_bss()
H A Dibss.c341 sdata->vif.bss_conf.use_short_slot = chan->band == NL80211_BAND_5GHZ; in __ieee80211_sta_join_ibss()
H A Dtrace.h527 __entry->shortslot = link_conf->use_short_slot;
/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c274 ah->ah_short_slot = bss_conf->use_short_slot; in ath5k_bss_info_changed()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1770 if (vif->bss_conf.use_short_slot) in il4965_post_associate()
1842 if (vif->bss_conf.use_short_slot) in il4965_config_ap()
H A D3945-mac.c2688 if (il->vif->bss_conf.use_short_slot) in il3945_post_associate()
2850 if (vif->bss_conf.use_short_slot) in il3945_config_ap()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c728 if (vif && vif->bss_conf.use_short_slot) in iwl_set_flags_for_band()
1054 if ((ctx->vif && ctx->vif->bss_conf.use_short_slot) || in iwlagn_commit_rxon()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c294 cmd.short_slot = cpu_to_le32(link->use_short_slot); in iwl_mld_change_link_in_fw()
/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c574 wfx_hif_slot_time(wvif, info->use_short_slot ? 9 : 20); in wfx_bss_info_changed()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c339 slot_time = vif->bss_conf.use_short_slot ? 9 : 20; in rtw_aifsn_to_aifs()
/linux/drivers/net/wireless/ath/ath9k/
H A Dmain.c1032 if (!vif->bss_conf.use_short_slot) in ath9k_vif_iter()
1908 if (bss_conf->use_short_slot) in ath9k_bss_info_changed()
H A Dhtc_drv_main.c1594 if (bss_conf->use_short_slot) in ath9k_htc_bss_info_changed()
/linux/drivers/net/wireless/ti/wl1251/
H A Dmain.c1151 if (bss_conf->use_short_slot) in wl1251_op_bss_info_changed()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c606 if (info->use_short_slot) in brcms_ops_bss_info_changed()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c568 cpu_to_le32(vif->bss_conf.use_short_slot ? in iwl_mvm_mac_ctxt_cmd_common()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1205 if (bss_conf->use_short_slot) in rtl_op_bss_info_changed()
/linux/drivers/net/wireless/st/cw1200/
H A Dsta.c2022 __le32 slot_time = info->use_short_slot ? in cw1200_bss_info_changed()

12