OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UPNP_CACHE_SEC
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c
24
#define
UPNP_CACHE_SEC
(UPNP_CACHE_SEC_MIN + 1) /* cache time we use */
153
UPNP_CACHE_SEC
);
162
UPNP_CACHE_SEC
);
324
next_timeout_sec =
UPNP_CACHE_SEC
/ 4 +
325
(((
UPNP_CACHE_SEC
/ 4) * r) >> 16);
/external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c
24
#define
UPNP_CACHE_SEC
(UPNP_CACHE_SEC_MIN + 1) /* cache time we use */
146
UPNP_CACHE_SEC
);
155
UPNP_CACHE_SEC
);
316
next_timeout_sec =
UPNP_CACHE_SEC
/ 4 +
317
(((
UPNP_CACHE_SEC
/ 4) * r) >> 16);
Completed in 28 milliseconds