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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dpreauth_auth.c30 static const int dot11RSNAConfigPMKLifetime = 43200; variable
210 dot11RSNAConfigPMKLifetime,
H A Dpmksa_cache_auth.c22 static const int dot11RSNAConfigPMKLifetime = 43200; variable
347 entry->expiration += dot11RSNAConfigPMKLifetime;
H A Dieee802_1x.c2940 static const int dot11RSNAConfigPMKLifetime = 43200; local
2973 session_timeout = dot11RSNAConfigPMKLifetime;
H A Dwpa_auth.c74 static const int dot11RSNAConfigPMKLifetime = 43200; variable
4164 "dot11RSNAConfigPMKLifetime=%u\n"
4183 dot11RSNAConfigPMKLifetime,
H A Dieee802_11.c1813 unsigned int dot11RSNAConfigPMKLifetime = 43200; local
1816 session_timeout = dot11RSNAConfigPMKLifetime;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h622 * dot11RSNAConfigPMKLifetime - Maximum lifetime of a PMK
627 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_config
H A Dconfig_file.c1149 if (config->dot11RSNAConfigPMKLifetime)
1150 fprintf(f, "dot11RSNAConfigPMKLifetime=%u\n",
1151 config->dot11RSNAConfigPMKLifetime);
H A Dwpa_supplicant.c5726 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
5728 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
5730 "dot11RSNAConfigPMKLifetime");
H A Dconfig.c4741 { INT(dot11RSNAConfigPMKLifetime), 0 },
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c159 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
160 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime *
H A Dwpa_i.h74 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_sm
H A Dwpa.c2545 "dot11RSNAConfigPMKLifetime=%d\n"
2553 sm->dot11RSNAConfigPMKLifetime,
2652 sm->dot11RSNAConfigPMKLifetime = 43200;
3018 sm->dot11RSNAConfigPMKLifetime = value;

Completed in 222 milliseconds