Searched refs:dot11RSNAConfigPMKReauthThreshold (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h630 * dot11RSNAConfigPMKReauthThreshold - PMK re-authentication threshold
635 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_config
H A Dconfig_file.c1152 if (config->dot11RSNAConfigPMKReauthThreshold)
1153 fprintf(f, "dot11RSNAConfigPMKReauthThreshold=%u\n",
1154 config->dot11RSNAConfigPMKReauthThreshold);
H A Dwpa_supplicant.c5734 if (wpa_s->conf->dot11RSNAConfigPMKReauthThreshold &&
5736 wpa_s->conf->dot11RSNAConfigPMKReauthThreshold)) {
5738 "dot11RSNAConfigPMKReauthThreshold");
H A Dconfig.c4742 { INT(dot11RSNAConfigPMKReauthThreshold), 0 },
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h75 unsigned int dot11RSNAConfigPMKReauthThreshold; member in struct:wpa_sm
H A Dpmksa_cache.c161 pmksa->sm->dot11RSNAConfigPMKReauthThreshold / 100;
H A Dwpa.c2546 "dot11RSNAConfigPMKReauthThreshold=%d\n"
2554 sm->dot11RSNAConfigPMKReauthThreshold,
2653 sm->dot11RSNAConfigPMKReauthThreshold = 70;
3024 sm->dot11RSNAConfigPMKReauthThreshold = value;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c75 static const int dot11RSNAConfigPMKReauthThreshold = 70; variable
4165 "dot11RSNAConfigPMKReauthThreshold=%u\n"
4184 dot11RSNAConfigPMKReauthThreshold,

Completed in 136 milliseconds