OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crl_reload_interval
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
authsrv.c
298
if (hapd->conf->
crl_reload_interval
> 0 &&
302
} else if (hapd->conf->
crl_reload_interval
> 0) {
303
conf.
crl_reload_interval
=
304
hapd->conf->
crl_reload_interval
;
ap_config.h
428
unsigned int
crl_reload_interval
;
member in struct:hostapd_bss_config
/src/external/bsd/wpa/dist/hostapd/
config_file.c
2653
} else if (os_strcmp(buf, "
crl_reload_interval
") == 0) {
2654
bss->
crl_reload_interval
= atoi(pos);
Completed in 27 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026