Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h203 os_time_t last_sae_token_key_update; member
Dieee802_11.c417 if (hapd->last_sae_token_key_update == 0 || in auth_build_token_req()
418 t.sec > hapd->last_sae_token_key_update + 60) { in auth_build_token_req()
424 hapd->last_sae_token_key_update = t.sec; in auth_build_token_req()