HomeSort by relevance Sort by last modified time
    Searched full:max_num_sta (Results 1 - 13 of 13) sorted by null

  /hardware/ti/wlan/mac80211/config/
hostapd.conf 13 max_num_sta=5
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 270 wpa_config_read_reg_dword(hk, TEXT("max_num_sta"),
271 (int *) &config->max_num_sta);
617 wpa_config_write_reg_dword(hk, TEXT("max_num_sta"),
618 config->max_num_sta, DEFAULT_MAX_NUM_STA);
ap.c 301 wpa_s->max_stations < wpa_s->conf->max_num_sta)
302 bss->max_num_sta = wpa_s->max_stations;
304 bss->max_num_sta = wpa_s->conf->max_num_sta;
config_file.c 946 if (config->max_num_sta != DEFAULT_MAX_NUM_STA)
947 fprintf(f, "max_num_sta=%u\n", config->max_num_sta);
config.h 643 * max_num_sta - Maximum number of STAs in an AP/P2P GO
645 unsigned int max_num_sta; member in struct:wpa_config
p2p_supplicant.c 997 d->max_num_sta = s->max_num_sta;
    [all...]
config.c     [all...]
ChangeLog 314 * AP mode: Add max_num_sta config option, which can be used to limit
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 192 int max_num_sta; /* maximum number of STAs in station table */ member in struct:hostapd_bss_config
sta_info.c 489 if (hapd->num_sta >= hapd->conf->max_num_sta) {
492 hapd->num_sta, hapd->conf->max_num_sta);
ap_config.c 61 bss->max_num_sta = MAX_STA_COUNT;
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
hostapd.conf 132 max_num_sta=255
    [all...]

Completed in 441 milliseconds