Home
last modified time | relevance | path

Searched refs:short_slot (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/net/mac80211/
Dmesh_plink.c101 bool short_slot = false; in mesh_set_short_slot_time() local
109 short_slot = true; in mesh_set_short_slot_time()
128 short_slot = false; in mesh_set_short_slot_time()
130 short_slot = true; in mesh_set_short_slot_time()
137 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()
141 sdata->vif.addr, short_slot); in mesh_set_short_slot_time()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Dmac-cfg.h512 __le32 short_slot; member
Dmac.h336 __le32 short_slot; member
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dlink.c271 cmd.short_slot = cpu_to_le32(link_conf->use_short_slot); in iwl_mvm_link_changed()
Dmac-ctxt.c571 cmd->short_slot = in iwl_mvm_mac_ctxt_cmd_common()
/linux-6.12.1/drivers/net/wireless/marvell/
Dmwl8k.c3398 __u8 short_slot; member
3413 cmd->short_slot = short_slot_time; in mwl8k_cmd_set_slot()