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

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dap.c561 if (wpa_s->max_stations &&
562 wpa_s->max_stations < wpa_s->conf->max_num_sta)
563 bss->max_num_sta = wpa_s->max_stations;
H A Dwpa_supplicant_i.h727 unsigned int max_stations; member in struct:wpa_supplicant
H A Dp2p_supplicant.c6603 if (wpa_s->max_stations &&
6604 wpa_s->max_stations < wpa_s->conf->max_num_sta)
6605 cfg->max_clients = wpa_s->max_stations;
H A Dwpa_supplicant.c5790 wpa_s->max_stations = capa.max_stations;
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h1703 * max_stations - Maximum number of associated stations the driver
1706 unsigned int max_stations; member in struct:wpa_driver_capa
H A Ddriver_nl80211_capa.c819 capa->max_stations =

Completed in 277 milliseconds