Searched refs:dot11RSNAConfigPMKLifetime (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | preauth_auth.c | 30 static const int dot11RSNAConfigPMKLifetime = 43200; variable 210 dot11RSNAConfigPMKLifetime, in rsn_preauth_finished()
|
H A D | pmksa_cache_auth.c | 22 static const int dot11RSNAConfigPMKLifetime = 43200; variable 354 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
|
H A D | ieee802_1x.c | 3082 static const int dot11RSNAConfigPMKLifetime = 43200; in ieee802_1x_finished() local 3115 session_timeout = dot11RSNAConfigPMKLifetime; in ieee802_1x_finished()
|
H A D | wpa_auth.c | 84 static const int dot11RSNAConfigPMKLifetime = 43200; variable 3511 dot11RSNAConfigPMKLifetime, &sm->PTK); 4969 dot11RSNAConfigPMKLifetime, &sm->PTK); 6025 dot11RSNAConfigPMKLifetime,
|
H A D | wpa_auth_ft.c | 39 static const int dot11RSNAConfigPMKLifetime = 43200; variable 2966 dot11RSNAConfigPMKLifetime, &sm->PTK); in wpa_ft_install_ptk()
|
H A D | ieee802_11.c | 2197 unsigned int dot11RSNAConfigPMKLifetime = 43200; in prepare_auth_resp_fils() local 2200 session_timeout = dot11RSNAConfigPMKLifetime; in prepare_auth_resp_fils()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config.h | 698 unsigned int dot11RSNAConfigPMKLifetime; member
|
H A D | pasn_supplicant.c | 29 static const int dot11RSNAConfigPMKLifetime = 43200; variable 814 dot11RSNAConfigPMKLifetime, in wpas_pasn_auth_rx()
|
H A D | config_winreg.c | 210 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global() 579 config->dot11RSNAConfigPMKLifetime, 0); in wpa_config_write_global()
|
H A D | config_file.c | 1153 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global() 1155 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()
|
H A D | wpa_supplicant.c | 7310 if (wpa_s->conf->dot11RSNAConfigPMKLifetime && in wpa_supplicant_init_iface() 7312 wpa_s->conf->dot11RSNAConfigPMKLifetime)) { in wpa_supplicant_init_iface()
|
H A D | config.c | 5429 { INT(dot11RSNAConfigPMKLifetime), 0 },
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | pmksa_cache.c | 269 pmk_lifetime = pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add() 396 pmksa->sm->dot11RSNAConfigPMKLifetime, in pmksa_cache_add_entry()
|
H A D | wpa_i.h | 93 unsigned int dot11RSNAConfigPMKLifetime; member
|
H A D | wpa.c | 1257 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_supplicant_install_ptk() 4023 sm->dot11RSNAConfigPMKLifetime, in wpa_sm_get_mib() 4140 sm->dot11RSNAConfigPMKLifetime = 43200; in wpa_sm_init() 4645 sm->dot11RSNAConfigPMKLifetime = value; in wpa_sm_set_param() 6393 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in fils_process_assoc_resp()
|
H A D | wpa_ft.c | 519 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_ft_install_ptk()
|