Home
last modified time | relevance | path

Searched defs:wmi_pno_scan_req (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dwmi.h7356 struct wmi_pno_scan_req { struct
7357 u8 enable;
7358 u8 vdev_id;
7359 u8 uc_networks_count;
7360 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
7361 u32 fast_scan_period;
7362 u32 slow_scan_period;
7363 u8 fast_scan_max_cycles;
7365 bool do_passive_scan;
7367 u32 delay_start_time;
[all …]
/drivers/net/wireless/ath/ath11k/
Dwmi.h5745 struct wmi_pno_scan_req { struct
5746 u8 enable;
5747 u8 vdev_id;
5748 u8 uc_networks_count;
5749 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
5750 u32 fast_scan_period;
5751 u32 slow_scan_period;
5752 u8 fast_scan_max_cycles;
5754 bool do_passive_scan;
5756 u32 delay_start_time;
[all …]