Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dlink.c158 cmd.short_slot = cpu_to_le32(link_conf->use_short_slot); in iwl_mvm_link_changed()
H A Dmac-ctxt.c561 cpu_to_le32(vif->bss_conf.use_short_slot ? in iwl_mvm_mac_ctxt_cmd_common()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_util.c667 int slottime = info->use_short_slot ? 9 : 20; in mt76x02_bss_info_changed()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmain.c322 int slottime = info->use_short_slot ? 9 : 20; in mt7603_bss_info_changed()
/freebsd/sys/contrib/dev/rtw88/
H A Dmac80211.c343 slot_time = vif->bss_conf.use_short_slot ? 9 : 20; in rtw_aifsn_to_aifs()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c303 slot_time = vif->bss_conf.use_short_slot ? 9 : 20; in rtw89_aifsn_to_aifs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c671 int slottime = info->use_short_slot ? 9 : 20; in mt7921_bss_info_changed()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmain.c582 int slottime = info->use_short_slot ? 9 : 20; in mt7996_bss_info_changed()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmain.c592 int slottime = info->use_short_slot ? 9 : 20; in mt7615_bss_info_changed()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmain.c630 int slottime = info->use_short_slot ? 9 : 20; in mt7915_bss_info_changed()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c2022 vif->bss_conf.use_short_slot) { in lkpi_sta_assoc_to_run()
2023 vif->bss_conf.use_short_slot ^= 1; in lkpi_sta_assoc_to_run()
2804 vif->bss_conf.use_short_slot = false; /* vap->iv_flags IEEE80211_F_SHSLOT */ in lkpi_ic_vap_create()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h295 bool use_short_slot; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c2624 if (info->use_short_slot) in ath12k_mac_op_bss_info_changed()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c3550 if (info->use_short_slot) in ath11k_mac_op_bss_info_changed()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c6216 if (info->use_short_slot) in ath10k_bss_info_changed()