Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/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
347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()
H A Dieee802_1x.c2940 static const int dot11RSNAConfigPMKLifetime = 43200; in ieee802_1x_finished() local
2973 session_timeout = dot11RSNAConfigPMKLifetime; in ieee802_1x_finished()
H A Dwpa_auth.c74 static const int dot11RSNAConfigPMKLifetime = 43200; variable
4183 dot11RSNAConfigPMKLifetime, in wpa_get_mib()
H A Dieee802_11.c1813 unsigned int dot11RSNAConfigPMKLifetime = 43200; in prepare_auth_resp_fils() local
1816 session_timeout = dot11RSNAConfigPMKLifetime; in prepare_auth_resp_fils()
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A 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()
H A Dwpa_i.h74 unsigned int dot11RSNAConfigPMKLifetime; member
H A 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()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dconfig.h627 unsigned int dot11RSNAConfigPMKLifetime; member
H A Dconfig_winreg.c210 (int *) &config->dot11RSNAConfigPMKLifetime); in wpa_config_read_global()
569 config->dot11RSNAConfigPMKLifetime, 0); in wpa_config_write_global()
H A Dconfig_file.c1149 if (config->dot11RSNAConfigPMKLifetime) in wpa_config_write_global()
1151 config->dot11RSNAConfigPMKLifetime); in wpa_config_write_global()
H A Dwpa_supplicant.c5726 if (wpa_s->conf->dot11RSNAConfigPMKLifetime && in wpa_supplicant_init_iface()
5728 wpa_s->conf->dot11RSNAConfigPMKLifetime)) { in wpa_supplicant_init_iface()
H A Dconfig.c4741 { INT(dot11RSNAConfigPMKLifetime), 0 },