OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_EVENTS_QUEUED
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_event.c
34
#define
MAX_EVENTS_QUEUED
20 /* How far behind queued events */
512
if (s->n_queue >=
MAX_EVENTS_QUEUED
) {
/external/wpa_supplicant_8/src/wps/
wps_upnp_event.c
33
#define
MAX_EVENTS_QUEUED
20 /* How far behind queued events */
381
if (len >=
MAX_EVENTS_QUEUED
) {
Completed in 17 milliseconds