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

  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 460 if (wpa_s->max_stations &&
461 wpa_s->max_stations < wpa_s->conf->max_num_sta)
462 bss->max_num_sta = wpa_s->max_stations;
    [all...]
wpa_supplicant_i.h 718 unsigned int max_stations; member in struct:wpa_supplicant
    [all...]
wpa_supplicant.c     [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1506 unsigned int max_stations; member in struct:wpa_driver_capa
    [all...]
driver_nl80211_capa.c 779 capa->max_stations =
    [all...]
driver_nl80211.c     [all...]

Completed in 656 milliseconds