Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c80 static const int dot11RSNAConfigPMKLifetime = 43200; variable
2890 dot11RSNAConfigPMKLifetime, &sm->PTK); in fils_set_tk()
3683 dot11RSNAConfigPMKLifetime, &sm->PTK); in SM_STATE()
4604 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.c2156 unsigned int dot11RSNAConfigPMKLifetime = 43200; in prepare_auth_resp_fils() local
2159 session_timeout = dot11RSNAConfigPMKLifetime; in prepare_auth_resp_fils()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
Dieee802_1x.c2940 static const int dot11RSNAConfigPMKLifetime = 43200; in ieee802_1x_finished() local
2973 session_timeout = dot11RSNAConfigPMKLifetime; in ieee802_1x_finished()
Dwpa_auth.c74 static const int dot11RSNAConfigPMKLifetime = 43200; variable
4192 dot11RSNAConfigPMKLifetime, in wpa_get_mib()
Dieee802_11.c1813 unsigned int dot11RSNAConfigPMKLifetime = 43200; in prepare_auth_resp_fils() local
1816 session_timeout = dot11RSNAConfigPMKLifetime; in prepare_auth_resp_fils()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpmksa_cache.c201 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
202 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime * in pmksa_cache_add()
314 pmksa->sm->dot11RSNAConfigPMKLifetime, in pmksa_cache_add_entry()
Dwpa_i.h92 unsigned int dot11RSNAConfigPMKLifetime; member
Dwpa.c980 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_supplicant_install_ptk()
2869 sm->dot11RSNAConfigPMKLifetime, in wpa_sm_get_mib()
2979 sm->dot11RSNAConfigPMKLifetime = 43200; in wpa_sm_init()
3360 sm->dot11RSNAConfigPMKLifetime = value; in wpa_sm_set_param()
5036 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in fils_process_assoc_resp()
Dwpa_ft.c472 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_ft_install_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpmksa_cache.c159 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
160 entry->reauth_time = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime * in pmksa_cache_add()
Dwpa_i.h74 unsigned int dot11RSNAConfigPMKLifetime; member
Dwpa.c2553 sm->dot11RSNAConfigPMKLifetime, in wpa_sm_get_mib()
2652 sm->dot11RSNAConfigPMKLifetime = 43200; in wpa_sm_init()
3018 sm->dot11RSNAConfigPMKLifetime = value; in wpa_sm_set_param()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.h627 unsigned int dot11RSNAConfigPMKLifetime; member
Dconfig_winreg.c210 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global()
569 config->dot11RSNAConfigPMKLifetime, 0); in wpa_config_write_global()
Dconfig_file.c1149 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global()
1151 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()
Dwpa_supplicant.c5760 if (wpa_s->conf->dot11RSNAConfigPMKLifetime &&
5762 wpa_s->conf->dot11RSNAConfigPMKLifetime)) {
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h656 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
1570 dot11RSNAConfigPMKLifetime, &pasn->ptk); in wpas_pasn_auth_rx()
Dconfig_file.c1112 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global()
1114 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()

12