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

12

/external/wpa_supplicant_8/hostapd/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
284 entry->expiration += dot11RSNAConfigPMKLifetime;
H A Dieee802_1x.c2534 static const int dot11RSNAConfigPMKLifetime = 43200; local
2573 session_timeout = dot11RSNAConfigPMKLifetime;
H A Dwpa_auth.c62 static const int dot11RSNAConfigPMKLifetime = 43200; variable
3062 "dot11RSNAConfigPMKLifetime=%u\n"
3081 dot11RSNAConfigPMKLifetime,
/external/wpa_supplicant_8/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
284 entry->expiration += dot11RSNAConfigPMKLifetime;
H A Dieee802_1x.c2534 static const int dot11RSNAConfigPMKLifetime = 43200; local
2573 session_timeout = dot11RSNAConfigPMKLifetime;
H A Dwpa_auth.c62 static const int dot11RSNAConfigPMKLifetime = 43200; variable
3062 "dot11RSNAConfigPMKLifetime=%u\n"
3081 dot11RSNAConfigPMKLifetime,
/external/wpa_supplicant_8/wpa_supplicant/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
284 entry->expiration += dot11RSNAConfigPMKLifetime;
H A Dieee802_1x.c2534 static const int dot11RSNAConfigPMKLifetime = 43200; local
2573 session_timeout = dot11RSNAConfigPMKLifetime;
H A Dwpa_auth.c62 static const int dot11RSNAConfigPMKLifetime = 43200; variable
3062 "dot11RSNAConfigPMKLifetime=%u\n"
3081 dot11RSNAConfigPMKLifetime,
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.c152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
153 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime *
H A Dwpa_i.h69 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_sm
H A Dwpa.c2075 "dot11RSNAConfigPMKLifetime=%d\n"
2083 sm->dot11RSNAConfigPMKLifetime,
2181 sm->dot11RSNAConfigPMKLifetime = 43200;
2491 sm->dot11RSNAConfigPMKLifetime = value;
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.c152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
153 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime *
H A Dwpa_i.h69 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_sm
H A Dwpa.c2075 "dot11RSNAConfigPMKLifetime=%d\n"
2083 sm->dot11RSNAConfigPMKLifetime,
2181 sm->dot11RSNAConfigPMKLifetime = 43200;
2491 sm->dot11RSNAConfigPMKLifetime = value;
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
153 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime *
H A Dwpa_i.h69 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_sm
H A Dwpa.c2075 "dot11RSNAConfigPMKLifetime=%d\n"
2083 sm->dot11RSNAConfigPMKLifetime,
2181 sm->dot11RSNAConfigPMKLifetime = 43200;
2491 sm->dot11RSNAConfigPMKLifetime = value;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h568 * dot11RSNAConfigPMKLifetime - Maximum lifetime of a PMK
573 unsigned int dot11RSNAConfigPMKLifetime; member in struct:wpa_config
H A Dconfig_winreg.c210 wpa_config_read_reg_dword(hk, TEXT("dot11RSNAConfigPMKLifetime"),
211 (int *) &config->dot11RSNAConfigPMKLifetime);
566 wpa_config_write_reg_dword(hk, TEXT("dot11RSNAConfigPMKLifetime"),
567 config->dot11RSNAConfigPMKLifetime, 0);
H A Dconfig_file.c1018 if (config->dot11RSNAConfigPMKLifetime)
1019 fprintf(f, "dot11RSNAConfigPMKLifetime=%u\n",
1020 config->dot11RSNAConfigPMKLifetime);
H A Dwpa_supplicant.c4135 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
4137 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
4139 "dot11RSNAConfigPMKLifetime");

Completed in 249 milliseconds

12