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

  /external/wpa_supplicant_8/hostapd/
hostapd.conf 127 max_num_sta=255
    [all...]
config_file.c     [all...]
  /hardware/ti/wlan/mac80211/config/
hostapd.conf 13 max_num_sta=5
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 635 * max_num_sta - Maximum number of STAs in an AP/P2P GO
637 unsigned int max_num_sta; member in struct:wpa_config
ap.c 303 wpa_s->max_stations < wpa_s->conf->max_num_sta)
304 bss->max_num_sta = wpa_s->max_stations;
306 bss->max_num_sta = wpa_s->conf->max_num_sta;
config_file.c 887 if (config->max_num_sta != DEFAULT_MAX_NUM_STA)
888 fprintf(f, "max_num_sta=%u\n", config->max_num_sta);
config_winreg.c 269 wpa_config_read_reg_dword(hk, TEXT("max_num_sta"),
270 (int *) &config->max_num_sta);
607 wpa_config_write_reg_dword(hk, TEXT("max_num_sta"),
608 config->max_num_sta, DEFAULT_MAX_NUM_STA);
config.c     [all...]
p2p_supplicant.c 956 d->max_num_sta = s->max_num_sta;
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 186 int max_num_sta; /* maximum number of STAs in station table */ member in struct:hostapd_bss_config
sta_info.c 481 if (hapd->num_sta >= hapd->conf->max_num_sta) {
484 hapd->num_sta, hapd->conf->max_num_sta);
ap_config.c 61 bss->max_num_sta = MAX_STA_COUNT;

Completed in 383 milliseconds