Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dwmi.h3274 #define WMI_SCAN_STOP_ONE 0x00000000 macro
Dwmi.c2243 cmd->req_type = WMI_SCAN_STOP_ONE; in ath11k_wmi_send_scan_stop_cmd()
/drivers/net/wireless/ath/ath10k/
Dwmi.h3305 WMI_SCAN_STOP_ONE = 0x00000000, /* stop by scan_id */ enumerator
Dwmi-tlv.c2072 if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF) in ath10k_wmi_tlv_op_gen_stop_scan()
Dmac.c4356 .req_type = WMI_SCAN_STOP_ONE, in ath10k_scan_stop()
Dwmi.c7086 if (arg->req_type == WMI_SCAN_STOP_ONE && arg->u.scan_id > 0xFFF) in ath10k_wmi_op_gen_stop_scan()