Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h7366 struct wmi_pno_scan_req { struct
7367 u8 enable;
7368 u8 vdev_id;
7369 u8 uc_networks_count;
7370 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
7371 u32 fast_scan_period;
7372 u32 slow_scan_period;
7373 u8 fast_scan_max_cycles;
7375 bool do_passive_scan;
7377 u32 delay_start_time;
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h6125 struct wmi_pno_scan_req { struct
6126 u8 enable;
6127 u8 vdev_id;
6128 u8 uc_networks_count;
6129 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
6130 u32 fast_scan_period;
6131 u32 slow_scan_period;
6132 u8 fast_scan_max_cycles;
6134 bool do_passive_scan;
6136 u32 delay_start_time;
[all …]