HomeSort by: relevance | last modified time | path
    Searched refs:max_auth_rounds_short (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_server/
eap.h 268 unsigned int max_auth_rounds_short; member in struct:eap_config
eap_server.c 1180 } else if (sm->num_rounds_short > sm->cfg->max_auth_rounds_short) {
1182 sm->cfg->max_auth_rounds_short + 1) {
1185 sm->cfg->max_auth_rounds_short);
  /src/external/bsd/wpa/dist/src/ap/
authsrv.c 211 cfg->max_auth_rounds_short = hapd->conf->max_auth_rounds_short;
ap_config.h 432 unsigned int max_auth_rounds_short; member in struct:hostapd_bss_config
ap_config.c 152 bss->max_auth_rounds_short = 50;
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 2661 } else if (os_strcmp(buf, "max_auth_rounds_short") == 0) {
2662 bss->max_auth_rounds_short = atoi(pos);

Completed in 30 milliseconds