Home
last modified time | relevance | path

Searched refs:dot11RSNAConfigPMKLifetime (Results 1 – 15 of 15) 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
347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
Dwpa_auth.c77 static const int dot11RSNAConfigPMKLifetime = 43200; variable
2869 dot11RSNAConfigPMKLifetime, &sm->PTK); in fils_set_tk()
3662 dot11RSNAConfigPMKLifetime, &sm->PTK); in SM_STATE()
4581 dot11RSNAConfigPMKLifetime, in wpa_get_mib()
Dieee802_1x.c2946 static const int dot11RSNAConfigPMKLifetime = 43200; in ieee802_1x_finished() local
2979 session_timeout = dot11RSNAConfigPMKLifetime; in ieee802_1x_finished()
Dieee802_11.c2136 unsigned int dot11RSNAConfigPMKLifetime = 43200; in prepare_auth_resp_fils() local
2139 session_timeout = dot11RSNAConfigPMKLifetime; in prepare_auth_resp_fils()
/external/wpa_supplicant_8/src/rsn_supp/
Dpmksa_cache.c161 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
162 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime * in pmksa_cache_add()
274 pmksa->sm->dot11RSNAConfigPMKLifetime, in pmksa_cache_add_entry()
Dwpa_i.h92 unsigned int dot11RSNAConfigPMKLifetime; member
Dwpa.c962 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_supplicant_install_ptk()
2813 sm->dot11RSNAConfigPMKLifetime, in wpa_sm_get_mib()
2912 sm->dot11RSNAConfigPMKLifetime = 43200; in wpa_sm_init()
3287 sm->dot11RSNAConfigPMKLifetime = value; in wpa_sm_set_param()
4985 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in fils_process_assoc_resp()
Dwpa_ft.c472 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_ft_install_ptk()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h632 unsigned int dot11RSNAConfigPMKLifetime; member
Dconfig_winreg.c210 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global()
578 config->dot11RSNAConfigPMKLifetime, 0); in wpa_config_write_global()
Dpasn_supplicant.c28 static const int dot11RSNAConfigPMKLifetime = 43200; variable
1424 dot11RSNAConfigPMKLifetime, &pasn->ptk); in wpas_pasn_auth_rx()
Dconfig_file.c1099 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global()
1101 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()
Dwpa_supplicant.c6443 if (wpa_s->conf->dot11RSNAConfigPMKLifetime && in wpa_supplicant_init_iface()
6445 wpa_s->conf->dot11RSNAConfigPMKLifetime)) { in wpa_supplicant_init_iface()
Dconfig.c5062 { INT(dot11RSNAConfigPMKLifetime), 0 },