Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:max_stations

6358 	if (wpa_s->max_stations &&
6359 wpa_s->max_stations < wpa_s->conf->max_num_sta)
6360 cfg->max_clients = wpa_s->max_stations;