Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3215 __le32 dwell_time_active_6g; member
3289 u32 dwell_time_active_6g; member
H A Dwmi.c2118 arg->dwell_time_active_6g = 40; in ath12k_wmi_start_scan_init()
2284 cmd->dwell_time_active_6g = cpu_to_le32(arg->dwell_time_active_6g); in ath12k_wmi_send_scan_start_cmd()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3248 u32 dwell_time_active_6g; member
3332 u32 dwell_time_active_6g; member
H A 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()
H A Dmac.c4048 arg->dwell_time_active_6g = req->duration; in ath11k_mac_op_hw_scan()