Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/ath/ath10k/
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-6.14.4/drivers/net/wireless/ath/ath11k/
Dwmi.h6126 struct wmi_pno_scan_req { struct
6127 u8 enable;
6128 u8 vdev_id;
6129 u8 uc_networks_count;
6130 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
6131 u32 fast_scan_period;
6132 u32 slow_scan_period;
6133 u8 fast_scan_max_cycles;
6135 bool do_passive_scan;
6137 u32 delay_start_time;
[all …]