Home
last modified time | relevance | path

Searched refs:last_comeback_key_update (Results 1 – 6 of 6) sorted by relevance

/src/contrib/wpa/src/ap/
H A Dcomeback_token.c71 auth_build_token_req(struct os_reltime *last_comeback_key_update, in auth_build_token_req() argument
86 if (!os_reltime_initialized(last_comeback_key_update) || in auth_build_token_req()
87 os_reltime_expired(&now, last_comeback_key_update, 60) || in auth_build_token_req()
93 *last_comeback_key_update = now; in auth_build_token_req()
H A Dcomeback_token.h16 auth_build_token_req(struct os_reltime *last_comeback_key_update,
H A Dhostapd.h368 struct os_reltime last_comeback_key_update; member
H A Dieee802_11.c1531 &hapd->last_comeback_key_update, in handle_auth_sae()
/src/contrib/wpa/src/pasn/
H A Dpasn_common.h129 struct os_reltime last_comeback_key_update; member
H A Dpasn_responder.c395 comeback = auth_build_token_req(&pasn->last_comeback_key_update, in handle_auth_pasn_comeback()