Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.h7357 struct wmi_pno_scan_req { struct
7358 u8 enable;
7359 u8 vdev_id;
7360 u8 uc_networks_count;
7361 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
7362 u32 fast_scan_period;
7363 u32 slow_scan_period;
7364 u8 fast_scan_max_cycles;
7366 bool do_passive_scan;
7368 u32 delay_start_time;
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h6099 struct wmi_pno_scan_req { struct
6100 u8 enable;
6101 u8 vdev_id;
6102 u8 uc_networks_count;
6103 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
6104 u32 fast_scan_period;
6105 u32 slow_scan_period;
6106 u8 fast_scan_max_cycles;
6108 bool do_passive_scan;
6110 u32 delay_start_time;
[all …]