Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dpmksa_cache.c21 static const int dot11RSNAConfigPMKLifetime = 8640000; // 100 days = 3600 x 24 x 100 Seconds variable
135 entry->expiration = now.sec + dot11RSNAConfigPMKLifetime; in pmksa_cache_add()
136 entry->reauth_time = now.sec + dot11RSNAConfigPMKLifetime * in pmksa_cache_add()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dpmksa_cache_auth.c22 static const int dot11RSNAConfigPMKLifetime = 8640000; variable
271 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry()