OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_MSEARCH
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c
28
#define
MAX_MSEARCH
20 /* max simultaneous M-SEARCH replies ongoing */
483
if (sm->n_msearch_replies >=
MAX_MSEARCH
) {
/external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c
27
#define
MAX_MSEARCH
20 /* max simultaneous M-SEARCH replies ongoing */
463
if (replies >=
MAX_MSEARCH
) {
Completed in 50 milliseconds