Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3378 __le32 dwell_time_active_6g; member
3447 u32 dwell_time_active_6g; member
H A Dwmi.c2436 arg->dwell_time_active_6g = 70; in ath12k_wmi_start_scan_init()
2602 cmd->dwell_time_active_6g = cpu_to_le32(arg->dwell_time_active_6g); in ath12k_wmi_send_scan_start_cmd()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3300 u32 dwell_time_active_6g; member
3379 u32 dwell_time_active_6g; member
H A Dwmi.c2131 arg->dwell_time_active_6g = 40; in ath11k_wmi_start_scan_init()
2302 cmd->dwell_time_active_6g = params->dwell_time_active_6g; in ath11k_wmi_send_scan_start_cmd()
H A Dmac.c4151 arg->dwell_time_active_6g = req->duration; in ath11k_mac_op_hw_scan()