Searched refs:dot11RSNAConfigPMKLifetime (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/wpa/src/ap/
H A Dpreauth_auth.c30 static const int dot11RSNAConfigPMKLifetime = 43200; variable
210 dot11RSNAConfigPMKLifetime,
H A Dpmksa_cache_auth.c21 static const int dot11RSNAConfigPMKLifetime = 43200; variable
261 entry->expiration += dot11RSNAConfigPMKLifetime;
H A Dieee802_1x.c2210 static const int dot11RSNAConfigPMKLifetime = 43200; local
2214 wpa_auth_pmksa_add(sta->wpa_sm, key, dot11RSNAConfigPMKLifetime,
H A Dwpa_auth.c52 static const int dot11RSNAConfigPMKLifetime = 43200; variable
2751 "dot11RSNAConfigPMKLifetime=%u\n"
2770 dot11RSNAConfigPMKLifetime,
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h436 * dot11RSNAConfigPMKLifetime - Maximum lifetime of a PMK
441 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_config
H A Dconfig_file.c825 if (config->dot11RSNAConfigPMKLifetime)
826 fprintf(f, "dot11RSNAConfigPMKLifetime=%d\n",
827 config->dot11RSNAConfigPMKLifetime);
H A Dwpa_supplicant.c2865 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
2867 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
2869 "dot11RSNAConfigPMKLifetime");
H A Dconfig.c3012 { INT(dot11RSNAConfigPMKLifetime), 0 },
/freebsd-10.3-release/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c141 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
142 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime *
H A Dwpa_i.h74 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_sm
H A Dwpa.c1955 "dot11RSNAConfigPMKLifetime=%d\n"
1963 sm->dot11RSNAConfigPMKLifetime,
2061 sm->dot11RSNAConfigPMKLifetime = 43200;
2355 sm->dot11RSNAConfigPMKLifetime = value;
2415 return sm->dot11RSNAConfigPMKLifetime;

Completed in 194 milliseconds