Home
last modified time | relevance | path

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

/linux-6.8/drivers/net/wireless/ath/ath10k/
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 …]
/linux-6.8/drivers/net/wireless/ath/ath11k/
Dwmi.h6074 struct wmi_pno_scan_req { struct
6075 u8 enable;
6076 u8 vdev_id;
6077 u8 uc_networks_count;
6078 struct wmi_network_type a_networks[WMI_PNO_MAX_SUPP_NETWORKS];
6079 u32 fast_scan_period;
6080 u32 slow_scan_period;
6081 u8 fast_scan_max_cycles;
6083 bool do_passive_scan;
6085 u32 delay_start_time;
[all …]