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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c503 if (wpa_s->max_stations &&
504 wpa_s->max_stations < wpa_s->conf->max_num_sta)
505 bss->max_num_sta = wpa_s->max_stations;
H A Dwpa_supplicant_i.h721 unsigned int max_stations; member in struct:wpa_supplicant
H A Dwpa_supplicant.c5328 wpa_s->max_stations = capa.max_stations;
H A Dp2p_supplicant.c6370 if (wpa_s->max_stations &&
6371 wpa_s->max_stations < wpa_s->conf->max_num_sta)
6372 cfg->max_clients = wpa_s->max_stations;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1607 * max_stations - Maximum number of associated stations the driver
1610 unsigned int max_stations; member in struct:wpa_driver_capa
H A Ddriver_nl80211_capa.c787 capa->max_stations =
H A Ddriver_nl80211.c8434 "capa.max_stations=%u\n"
8456 drv->capa.max_stations,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1607 * max_stations - Maximum number of associated stations the driver
1610 unsigned int max_stations; member in struct:wpa_driver_capa
H A Ddriver_nl80211_capa.c787 capa->max_stations =
H A Ddriver_nl80211.c8434 "capa.max_stations=%u\n"
8456 drv->capa.max_stations,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1607 * max_stations - Maximum number of associated stations the driver
1610 unsigned int max_stations; member in struct:wpa_driver_capa
H A Ddriver_nl80211_capa.c787 capa->max_stations =
H A Ddriver_nl80211.c8434 "capa.max_stations=%u\n"
8456 drv->capa.max_stations,

Completed in 305 milliseconds