Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dpreauth_auth.c30 static const int dot11RSNAConfigPMKLifetime = 43200; variable
210 dot11RSNAConfigPMKLifetime, in rsn_preauth_finished()
Dpmksa_cache_auth.c22 static const int dot11RSNAConfigPMKLifetime = 43200; variable
284 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_add()
Dieee802_1x.c2534 static const int dot11RSNAConfigPMKLifetime = 43200; in ieee802_1x_finished() local
2573 session_timeout = dot11RSNAConfigPMKLifetime; in ieee802_1x_finished()
Dwpa_auth.c62 static const int dot11RSNAConfigPMKLifetime = 43200; variable
3081 dot11RSNAConfigPMKLifetime, in wpa_get_mib()
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
153 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime * in pmksa_cache_add()
Dwpa_i.h69 unsigned int dot11RSNAConfigPMKLifetime; member
Dwpa.c2083 sm->dot11RSNAConfigPMKLifetime, in wpa_sm_get_mib()
2181 sm->dot11RSNAConfigPMKLifetime = 43200; in wpa_sm_init()
2491 sm->dot11RSNAConfigPMKLifetime = value; in wpa_sm_set_param()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h573 unsigned int dot11RSNAConfigPMKLifetime; member
Dconfig_winreg.c211 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global()
567 config->dot11RSNAConfigPMKLifetime, 0); in wpa_config_write_global()
Dconfig_file.c1018 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global()
1020 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()
Dwpa_supplicant.c4135 if (wpa_s->conf->dot11RSNAConfigPMKLifetime && in wpa_supplicant_init_iface()
4137 wpa_s->conf->dot11RSNAConfigPMKLifetime)) { in wpa_supplicant_init_iface()
Dconfig.c4142 { INT(dot11RSNAConfigPMKLifetime), 0 },