Home
last modified time | relevance | path

Searched refs:WMI_MAX_PNO_SSID_NUM (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dmain.c1127 wiphy->max_sched_scan_ssids = WMI_MAX_PNO_SSID_NUM; in wil_refresh_fw_capabilities()
1128 wiphy->max_match_sets = WMI_MAX_PNO_SSID_NUM; in wil_refresh_fw_capabilities()
Dwmi.h462 #define WMI_MAX_PNO_SSID_NUM (16) macro
484 struct wmi_sched_scan_ssid_match ssid_for_match[WMI_MAX_PNO_SSID_NUM];
Dwmi.c2922 if (n_match_sets > WMI_MAX_PNO_SSID_NUM) { in wmi_sched_scan_set_ssids()
2924 n_match_sets, WMI_MAX_PNO_SSID_NUM); in wmi_sched_scan_set_ssids()
2925 n_match_sets = WMI_MAX_PNO_SSID_NUM; in wmi_sched_scan_set_ssids()