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 791 * bss_max_count - Maximum number of BSS entries to keep in memory
793 unsigned int bss_max_count; member in struct:wpa_config
    [all...]
bss.c 399 if (wpa_s->num_bss + 1 > wpa_s->conf->bss_max_count &&
404 wpa_s->conf->bss_max_count = wpa_s->num_bss + 1;
    [all...]
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 1165 if (config->bss_max_count != DEFAULT_BSS_MAX_COUNT)
1166 fprintf(f, "bss_max_count=%u\n", config->bss_max_count);
    [all...]
config.c     [all...]

Completed in 323 milliseconds