OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r0_key_lifetime
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
wpa_auth.h
208
u32
r0_key_lifetime
; /* PMK-R0 lifetime seconds */
member in struct:wpa_auth_config
wpa_auth_glue.c
91
wconf->
r0_key_lifetime
= conf->
r0_key_lifetime
;
ap_config.h
397
u32
r0_key_lifetime
; /* PMK-R0 lifetime seconds */
member in struct:hostapd_bss_config
ap_config.c
121
bss->
r0_key_lifetime
= 1209600;
wpa_auth_ft.c
2089
int expires_in = sm->wpa_auth->conf.
r0_key_lifetime
;
2173
int expires_in = sm->wpa_auth->conf.
r0_key_lifetime
;
wpa_auth.c
4799
WPA_PUT_LE32(pos, conf->
r0_key_lifetime
);
7029
WPA_PUT_LE32(pos, conf->
r0_key_lifetime
);
/src/external/bsd/wpa/dist/hostapd/
config_file.c
3232
} else if (os_strcmp(buf, "
r0_key_lifetime
") == 0) {
3234
bss->
r0_key_lifetime
= atoi(pos) * 60;
3236
bss->
r0_key_lifetime
= atoi(pos);
Completed in 52 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026