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

  /device/generic/goldfish/wifi/
simulated_hostapd.conf 192 max_num_sta=255
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.conf 219 max_num_sta=255
310 # 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 841 * max_num_sta - Maximum number of STAs in an AP/P2P GO
843 unsigned int max_num_sta; member in struct:wpa_config
    [all...]
ap.c 504 wpa_s->max_stations < wpa_s->conf->max_num_sta)
505 bss->max_num_sta = wpa_s->max_stations;
507 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);
620 wpa_config_write_reg_dword(hk, TEXT("max_num_sta"),
621 config->max_num_sta, DEFAULT_MAX_NUM_STA);
config_file.c 1281 if (config->max_num_sta != DEFAULT_MAX_NUM_STA)
1282 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 653 if (hapd->num_sta >= hapd->conf->max_num_sta) {
656 hapd->num_sta, hapd->conf->max_num_sta);
    [all...]
ap_config.c 72 bss->max_num_sta = MAX_STA_COUNT;
beacon.c 978 hapd->num_sta >= hapd->conf->max_num_sta &&
    [all...]

Completed in 682 milliseconds