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 197 max_num_sta=255
288 # is no room for additional stations (max_num_sta). This can be used to
    [all...]
config_file.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 831 * max_num_sta - Maximum number of STAs in an AP/P2P GO
833 unsigned int max_num_sta; member in struct:wpa_config
    [all...]
ap.c 461 wpa_s->max_stations < wpa_s->conf->max_num_sta)
462 bss->max_num_sta = wpa_s->max_stations;
464 bss->max_num_sta = wpa_s->conf->max_num_sta;
    [all...]
config_winreg.c 270 wpa_config_read_reg_dword(hk, TEXT("max_num_sta"),
271 (int *) &config->max_num_sta);
618 wpa_config_write_reg_dword(hk, TEXT("max_num_sta"),
619 config->max_num_sta, DEFAULT_MAX_NUM_STA);
config_file.c 1234 if (config->max_num_sta != DEFAULT_MAX_NUM_STA)
1235 fprintf(f, "max_num_sta=%u\n", config->max_num_sta);
    [all...]
config.c     [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 248 int max_num_sta; /* maximum number of STAs in station table */ member in struct:hostapd_bss_config
sta_info.c 642 if (hapd->num_sta >= hapd->conf->max_num_sta) {
645 hapd->num_sta, hapd->conf->max_num_sta);
    [all...]
ap_config.c 66 bss->max_num_sta = MAX_STA_COUNT;
beacon.c 915 hapd->num_sta >= hapd->conf->max_num_sta &&
    [all...]

Completed in 413 milliseconds