Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dap.c760 if (wpa_s->max_stations && in wpa_supplicant_conf_ap()
761 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpa_supplicant_conf_ap()
762 bss->max_num_sta = wpa_s->max_stations; in wpa_supplicant_conf_ap()
H A Dwpa_supplicant_i.h933 unsigned int max_stations; member
H A Dp2p_supplicant.c7099 if (wpa_s->max_stations && in wpas_p2p_group_init()
7100 wpa_s->max_stations < wpa_s->conf->max_num_sta) in wpas_p2p_group_init()
7101 cfg->max_clients = wpa_s->max_stations; in wpas_p2p_group_init()
H A Dwpa_supplicant.c6723 wpa_s->max_stations = capa.max_stations; in wpa_supplicant_init_iface()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1063 capa->max_stations = in wiphy_info_handler()
1459 drv->capa.probe_resp_offloads, drv->capa.max_stations, in wpa_driver_nl80211_capa()
H A Ddriver.h2070 unsigned int max_stations; member
H A Ddriver_nl80211.c9737 drv->capa.max_stations, in wpa_driver_nl80211_status()