Lines Matching refs:max_assoc_sta
28 uint max_assoc_sta = WIL6210_MAX_CID; variable
29 module_param(max_assoc_sta, uint, 0444);
30 MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP");
802 if (len > offsetof(struct wmi_ready_event, max_assoc_sta) && in wmi_evt_ready()
803 evt->max_assoc_sta > 0) { in wmi_evt_ready()
804 fw_max_assoc_sta = evt->max_assoc_sta; in wmi_evt_ready()
816 wil->max_assoc_sta = min_t(uint, max_assoc_sta, fw_max_assoc_sta); in wmi_evt_ready()
817 wil_dbg_wmi(wil, "setting max assoc sta to %d\n", wil->max_assoc_sta); in wmi_evt_ready()
991 if (evt->cid >= wil->max_assoc_sta) { in wmi_evt_connect()
1468 if (cid < 0 || cid >= wil->max_assoc_sta) { in wil_link_stats_store_basic()
1618 if (lcid >= wil->max_assoc_sta) /* skip BCAST */ in wil_find_cid_ringid_sta()
2197 .pcp_max_assoc_sta = wil->max_assoc_sta, in wmi_pcp_start()