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 385 * bss_max_count - Maximum number of BSS entries to keep in memory
387 unsigned int bss_max_count; member in struct:wpa_config
config_file.c 699 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT)
700 fprintf(f, "bss_max_count=%u\n", config->bss_max_count);
config_winreg.c 265 wpa_config_read_reg_dword(hk, TEXT("bss_max_count"),
266 (int *) &config->bss_max_count);
609 wpa_config_write_reg_dword(hk, TEXT("bss_max_count"),
610 config->bss_max_count,
bss.c 173 if (wpa_s->num_bss > wpa_s->conf->bss_max_count)
config.c     [all...]

Completed in 180 milliseconds