Searched refs:maxStation (Results 1 – 7 of 7) sorted by relevance
179 for (i = 0; i < (mac->lim.maxStation + 1); i++) { in lim_create_timers()750 if (staId >= (mac->lim.maxStation + 1)) { in lim_deactivate_and_change_per_sta_id_timer()
504 if (assocId >= mac->lim.maxStation) { in lim_tspec_add()
878 for (n = 0; n < (mac_ctx->lim.maxStation + 1); n++) { in pe_delete_session()
815 mac->lim.maxStation = cds_cfg->max_station; in pe_open()821 if ((mac->lim.maxBssId == 0) || (mac->lim.maxStation == 0)) { in pe_open()832 qdf_mem_malloc(sizeof(TX_TIMER) * (mac->lim.maxStation + 1)); in pe_open()
1259 mac_ctx->lim.maxStation); in lim_process_assoc_req_no_sta_ctx()
476 for (n = 0; n < (mac_ctx->lim.maxStation + 1); n++) { in lim_deactivate_timers()656 for (n = 0; n < (mac_ctx->lim.maxStation + 1); n++) { in lim_cleanup_mlm()
315 uint16_t maxStation; member