Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/wil6210/ !
Dmain.c1246 wiphy->max_sched_scan_ssids = WMI_MAX_PNO_SSID_NUM; in wil_refresh_fw_capabilities()
1247 wiphy->max_match_sets = WMI_MAX_PNO_SSID_NUM; in wil_refresh_fw_capabilities()
Dwmi.h480 #define WMI_MAX_PNO_SSID_NUM (16) macro
502 struct wmi_sched_scan_ssid_match ssid_for_match[WMI_MAX_PNO_SSID_NUM];
Dwmi.c3466 if (n_match_sets > WMI_MAX_PNO_SSID_NUM) { in wmi_sched_scan_set_ssids()
3468 n_match_sets, WMI_MAX_PNO_SSID_NUM); in wmi_sched_scan_set_ssids()
3469 n_match_sets = WMI_MAX_PNO_SSID_NUM; in wmi_sched_scan_set_ssids()