Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dwmi.h3213 __le32 dwell_time_active_2g; member
3286 u32 dwell_time_active_2g; member
Dwmi.c2115 arg->dwell_time_active_2g = 0; in ath12k_wmi_start_scan_init()
2281 cmd->dwell_time_active_2g = cpu_to_le32(arg->dwell_time_active_2g); in ath12k_wmi_send_scan_start_cmd()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dwmi.h3247 u32 dwell_time_active_2g; member
3330 u32 dwell_time_active_2g; member
Dwmi.c2085 arg->dwell_time_active_2g = 0; in ath11k_wmi_start_scan_init()
2256 cmd->dwell_time_active_2g = params->dwell_time_active_2g; in ath11k_wmi_send_scan_start_cmd()
Dmac.c4049 arg->dwell_time_active_2g = req->duration; in ath11k_mac_op_hw_scan()