Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3383 #define WMI_SCAN_STOP_ALL 0x04000000 macro
H A Dwmi.c2554 cmd->req_type = cpu_to_le32(WMI_SCAN_STOP_ALL); in ath12k_wmi_send_scan_stop_cmd()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.h3309 WMI_SCAN_STOP_ALL = 0x04000000, /* stop all scans */ enumerator
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3434 #define WMI_SCAN_STOP_ALL 0x04000000 macro
H A Dwmi.c2573 cmd->req_type = WMI_SCAN_STOP_ALL; in ath11k_wmi_send_scan_stop_cmd()