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

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 728 * bss_max_count - Maximum number of BSS entries to keep in memory
730 unsigned int bss_max_count; member in struct:wpa_config
    [all...]
bss.c 348 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count &&
353 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1;
config_winreg.c 266 wpa_config_read_reg_dword(hk, TEXT("bss_max_count"),
267 (int *) &config->bss_max_count);
613 wpa_config_write_reg_dword(hk, TEXT("bss_max_count"),
614 config->bss_max_count,
config_file.c 1065 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT)
1066 fprintf(f, "bss_max_count=%u\n", config->bss_max_count);
config.c     [all...]

Completed in 844 milliseconds