Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dpreauth_auth.c30 static const int dot11RSNAConfigPMKLifetime = 43200; variable
210 dot11RSNAConfigPMKLifetime, in rsn_preauth_finished()
H A Dpmksa_cache_auth.c22 static const int dot11RSNAConfigPMKLifetime = 43200; variable
354 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
H A Dieee802_1x.c3082 static const int dot11RSNAConfigPMKLifetime = 43200; in ieee802_1x_finished() local
3115 session_timeout = dot11RSNAConfigPMKLifetime; in ieee802_1x_finished()
H A Dwpa_auth.c84 static const int dot11RSNAConfigPMKLifetime = 43200; variable
3511 dot11RSNAConfigPMKLifetime, &sm->PTK);
4969 dot11RSNAConfigPMKLifetime, &sm->PTK);
6025 dot11RSNAConfigPMKLifetime,
H A Dwpa_auth_ft.c39 static const int dot11RSNAConfigPMKLifetime = 43200; variable
2966 dot11RSNAConfigPMKLifetime, &sm->PTK); in wpa_ft_install_ptk()
H A Dieee802_11.c2197 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 Dconfig.h698 unsigned int dot11RSNAConfigPMKLifetime; member
H A Dpasn_supplicant.c29 static const int dot11RSNAConfigPMKLifetime = 43200; variable
814 dot11RSNAConfigPMKLifetime, in wpas_pasn_auth_rx()
H A Dconfig_winreg.c210 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global()
579 config->dot11RSNAConfigPMKLifetime, 0); in wpa_config_write_global()
H A Dconfig_file.c1153 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global()
1155 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()
H A Dwpa_supplicant.c7310 if (wpa_s->conf->dot11RSNAConfigPMKLifetime && in wpa_supplicant_init_iface()
7312 wpa_s->conf->dot11RSNAConfigPMKLifetime)) { in wpa_supplicant_init_iface()
H A Dconfig.c5429 { INT(dot11RSNAConfigPMKLifetime), 0 },
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c269 pmk_lifetime = pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
396 pmksa->sm->dot11RSNAConfigPMKLifetime, in pmksa_cache_add_entry()
H A Dwpa_i.h93 unsigned int dot11RSNAConfigPMKLifetime; member
H A Dwpa.c1257 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 Dwpa_ft.c519 sm->dot11RSNAConfigPMKLifetime, &sm->ptk); in wpa_ft_install_ptk()