Home
last modified time | relevance | path

Searched refs:max_stations (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/wpa/wpa_supplicant/
HDap.c406 if (wpa_s->max_stations && in wpa_supplicant_conf_ap()
407 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpa_supplicant_conf_ap()
408 bss->max_num_sta = wpa_s->max_stations; in wpa_supplicant_conf_ap()
HDwpa_supplicant_i.h640 unsigned int max_stations; member
HDwpa_supplicant.c4345 wpa_s->max_stations = capa.max_stations; in wpa_supplicant_init_iface()
HDp2p_supplicant.c6034 if (wpa_s->max_stations && in wpas_p2p_group_init()
6035 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpas_p2p_group_init()
6036 cfg->max_clients = wpa_s->max_stations; in wpas_p2p_group_init()
/NextBSD/contrib/wpa/src/drivers/
HDdriver.h1249 unsigned int max_stations; member
HDdriver_nl80211_capa.c633 capa->max_stations = in wiphy_info_handler()