Searched refs:max_stations (Results 1 – 5 of 5) sorted by relevance
220 if (wpa_s->max_stations && in wpa_supplicant_conf_ap()221 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpa_supplicant_conf_ap()222 bss->max_num_sta = wpa_s->max_stations; in wpa_supplicant_conf_ap()
424 unsigned int max_stations; member
2245 wpa_s->max_stations = capa.max_stations; in wpa_supplicant_init_iface()
3508 if (wpa_s->max_stations && in wpas_p2p_group_init()3509 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpas_p2p_group_init()3510 cfg->max_clients = wpa_s->max_stations; in wpas_p2p_group_init()
587 unsigned int max_stations; member