OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_sae_token_key_update
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
hostapd.h
237
os_time_t
last_sae_token_key_update
;
member in struct:hostapd_data
ieee802_11.c
417
if (hapd->
last_sae_token_key_update
== 0 ||
418
t.sec > hapd->
last_sae_token_key_update
+ 60) {
424
hapd->
last_sae_token_key_update
= t.sec;
[
all
...]
Completed in 132 milliseconds