Searched refs:dot11RSNAConfigPMKLifetime (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | preauth_auth.c | 30 static const int dot11RSNAConfigPMKLifetime = 43200; variable 210 dot11RSNAConfigPMKLifetime, in rsn_preauth_finished()
|
D | pmksa_cache_auth.c | 22 static const int dot11RSNAConfigPMKLifetime = 43200; variable 347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
|
D | wpa_auth.c | 77 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()
|
D | ieee802_1x.c | 2946 static const int dot11RSNAConfigPMKLifetime = 43200; in ieee802_1x_finished() local 2979 session_timeout = dot11RSNAConfigPMKLifetime; in ieee802_1x_finished()
|
D | ieee802_11.c | 2136 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/ |
D | pmksa_cache.c | 161 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()
|
D | wpa_i.h | 92 unsigned int dot11RSNAConfigPMKLifetime; member
|
D | wpa.c | 962 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()
|
D | wpa_ft.c | 472 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_ft_install_ptk()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 632 unsigned int dot11RSNAConfigPMKLifetime; member
|
D | config_winreg.c | 210 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global() 578 config->dot11RSNAConfigPMKLifetime, 0); in wpa_config_write_global()
|
D | pasn_supplicant.c | 28 static const int dot11RSNAConfigPMKLifetime = 43200; variable 1424 dot11RSNAConfigPMKLifetime, &pasn->ptk); in wpas_pasn_auth_rx()
|
D | config_file.c | 1099 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global() 1101 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()
|
D | wpa_supplicant.c | 6443 if (wpa_s->conf->dot11RSNAConfigPMKLifetime && in wpa_supplicant_init_iface() 6445 wpa_s->conf->dot11RSNAConfigPMKLifetime)) { in wpa_supplicant_init_iface()
|
D | config.c | 5062 { INT(dot11RSNAConfigPMKLifetime), 0 },
|