Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h322 struct os_reltime last_sae_token_key_update; member
Dieee802_11.c595 if (!os_reltime_initialized(&hapd->last_sae_token_key_update) || in auth_build_token_req()
596 os_reltime_expired(&now, &hapd->last_sae_token_key_update, 60) || in auth_build_token_req()
603 hapd->last_sae_token_key_update = now; in auth_build_token_req()