Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3998 struct wmi_stop_scan_cmd { struct
3999 tlv_headerwmi_stop_scan_cmd global() argument
4000 requestorwmi_stop_scan_cmd global() argument
4001 scan_idwmi_stop_scan_cmd global() argument
4002 req_typewmi_stop_scan_cmd global() argument
4003 vdev_idwmi_stop_scan_cmd global() argument
4004 pdev_idwmi_stop_scan_cmd global() argument
H A Dwmi.c2824 struct wmi_stop_scan_cmd *cmd; in ath12k_wmi_send_scan_stop_cmd()
2832 cmd = (struct wmi_stop_scan_cmd *)skb->data; in ath12k_wmi_send_scan_stop_cmd()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3810 struct wmi_stop_scan_cmd { struct
3811 tlv_headerwmi_stop_scan_cmd global() argument
3812 requestorwmi_stop_scan_cmd global() argument
3813 scan_idwmi_stop_scan_cmd global() argument
3814 req_typewmi_stop_scan_cmd global() argument
3815 vdev_idwmi_stop_scan_cmd global() argument
3816 pdev_idwmi_stop_scan_cmd global() argument
H A Dwmi.c2494 struct wmi_stop_scan_cmd *cmd; in ath11k_wmi_send_scan_stop_cmd()
2502 cmd = (struct wmi_stop_scan_cmd *)skb->data; in ath11k_wmi_send_scan_stop_cmd()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2076 struct wmi_stop_scan_cmd *cmd; in ath10k_wmi_tlv_op_gen_stop_scan()