Lines Matching refs:max_assoc_sta
17 uint max_assoc_sta = WIL6210_MAX_CID; variable
18 module_param(max_assoc_sta, uint, 0444);
19 MODULE_PARM_DESC(max_assoc_sta, " Max number of stations associated to the AP");
792 if (len > offsetof(struct wmi_ready_event, max_assoc_sta) && in wmi_evt_ready()
793 evt->max_assoc_sta > 0) { in wmi_evt_ready()
794 fw_max_assoc_sta = evt->max_assoc_sta; in wmi_evt_ready()
806 wil->max_assoc_sta = min_t(uint, max_assoc_sta, fw_max_assoc_sta); in wmi_evt_ready()
807 wil_dbg_wmi(wil, "setting max assoc sta to %d\n", wil->max_assoc_sta); in wmi_evt_ready()
981 if (evt->cid >= wil->max_assoc_sta) { in wmi_evt_connect()
1458 if (cid < 0 || cid >= wil->max_assoc_sta) { in wil_link_stats_store_basic()
1607 if (lcid >= wil->max_assoc_sta) /* skip BCAST */ in wil_find_cid_ringid_sta()
2212 .pcp_max_assoc_sta = wil->max_assoc_sta, in wmi_pcp_start()