HomeSort by relevance Sort by last modified time
    Searched refs:max_stations (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 354 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;
wpa_supplicant_i.h 594 unsigned int max_stations; member in struct:wpa_supplicant
wpa_supplicant.c     [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1036 * max_stations - Maximum number of associated stations the driver
1039 unsigned int max_stations; member in struct:wpa_driver_capa
    [all...]
driver_nl80211.c     [all...]

Completed in 243 milliseconds