Home
last modified time | relevance | path

Searched refs:pno_scan (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h217 struct wmi_pno_scan_req *pno_scan);
1433 struct wmi_pno_scan_req *pno_scan) in ath10k_wmi_wow_config_pno() argument
1441 skb = ar->wmi.ops->gen_wow_config_pno(ar, vdev_id, pno_scan); in ath10k_wmi_wow_config_pno()
Dwmi-tlv.c4023 struct wmi_pno_scan_req *pno_scan) in ath10k_wmi_tlv_op_gen_config_pno() argument
4025 if (pno_scan->enable) in ath10k_wmi_tlv_op_gen_config_pno()
4026 return ath10k_wmi_tlv_op_gen_config_pno_start(ar, vdev_id, pno_scan); in ath10k_wmi_tlv_op_gen_config_pno()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.c8820 struct wmi_pno_scan_req *pno_scan) in ath11k_wmi_wow_config_pno() argument
8824 if (pno_scan->enable) in ath11k_wmi_wow_config_pno()
8825 skb = ath11k_wmi_op_gen_config_pno_start(ar, vdev_id, pno_scan); in ath11k_wmi_wow_config_pno()
Dwmi.h6133 struct wmi_pno_scan_req *pno_scan);