Searched refs:max_num_sta (Results 1 – 4 of 4) sorted by relevance
156 if (hapd->num_sta >= hapd->conf->max_num_sta) { in ap_sta_add()159 hapd->num_sta, hapd->conf->max_num_sta); in ap_sta_add()
40 bss->max_num_sta = MAX_STA_COUNT; in hostapd_config_defaults_bss()
180 int max_num_sta; /* maximum number of STAs in station table */ member
164 hapd->conf->max_num_sta = esp_wifi_ap_get_max_sta_conn(); in hostap_init()