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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c354 if (wpa_s->max_stations &&
355 wpa_s->max_stations < wpa_s->conf->max_num_sta)
356 bss->max_num_sta = wpa_s->max_stations;
H A Dwpa_supplicant_i.h594 unsigned int max_stations; member in struct:wpa_supplicant
H A Dwpa_supplicant.c3727 wpa_s->max_stations = capa.max_stations;
H A Dp2p_supplicant.c5549 if (wpa_s->max_stations &&
5550 wpa_s->max_stations < wpa_s->conf->max_num_sta)
5551 cfg->max_clients = wpa_s->max_stations;
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1036 * max_stations - Maximum number of associated stations the driver
1039 unsigned int max_stations; member in struct:wpa_driver_capa
H A Ddriver_nl80211.c3992 capa->max_stations =
12188 "capa.max_stations=%u\n"
12201 drv->capa.max_stations,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1036 * max_stations - Maximum number of associated stations the driver
1039 unsigned int max_stations; member in struct:wpa_driver_capa
H A Ddriver_nl80211.c3992 capa->max_stations =
12188 "capa.max_stations=%u\n"
12201 drv->capa.max_stations,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1036 * max_stations - Maximum number of associated stations the driver
1039 unsigned int max_stations; member in struct:wpa_driver_capa
H A Ddriver_nl80211.c3992 capa->max_stations =
12188 "capa.max_stations=%u\n"
12201 drv->capa.max_stations,

Completed in 401 milliseconds