Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A 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 …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h6102 struct wmi_pno_scan_req { struct
6103 u8 enable;
6104 u8 vdev_id;
6105 u8 uc_networks_count;
6106 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
6107 u32 fast_scan_period;
6108 u32 slow_scan_period;
6109 u8 fast_scan_max_cycles;
6111 bool do_passive_scan;
6113 u32 delay_start_time;
[all …]