Searched refs:max_station (Results 1 – 6 of 6) sorted by relevance
107 uint16_t max_station; member
815 mac->lim.maxStation = cds_cfg->max_station; in pe_open()817 (cds_cfg->max_station > SIR_SAP_MAX_NUM_PEERS) ? in pe_open()818 SIR_SAP_MAX_NUM_PEERS : cds_cfg->max_station; in pe_open()
996 uint16_t max_station; member
3671 cds_cfg->max_station = wma_init_max_no_of_peers(wma_handle, in wma_open()3672 cds_cfg->max_station); in wma_open()3674 wlan_mlme_set_assoc_sta_limit(psoc, cds_cfg->max_station); in wma_open()3704 wma_handle->max_station = cds_cfg->max_station; in wma_open()
866 ucfg_mlme_set_sap_max_peers(psoc, cds_cfg->max_station); in cds_open()
15272 cds_cfg->max_station = value; in hdd_update_cds_config()