Home
last modified time | relevance | path

Searched refs:dwell_time_active_6g (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dwmi.h3214 __le32 dwell_time_active_6g; member
3288 u32 dwell_time_active_6g; member
Dwmi.c2117 arg->dwell_time_active_6g = 40; in ath12k_wmi_start_scan_init()
2283 cmd->dwell_time_active_6g = cpu_to_le32(arg->dwell_time_active_6g); in ath12k_wmi_send_scan_start_cmd()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dwmi.h3248 u32 dwell_time_active_6g; member
3332 u32 dwell_time_active_6g; member
Dwmi.c2087 arg->dwell_time_active_6g = 40; in ath11k_wmi_start_scan_init()
2258 cmd->dwell_time_active_6g = params->dwell_time_active_6g; in ath11k_wmi_send_scan_start_cmd()
Dmac.c4050 arg->dwell_time_active_6g = req->duration; in ath11k_mac_op_hw_scan()