Home
last modified time | relevance | path

Searched refs:MAX_EVENTS_QUEUED (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp_event.c34 #define MAX_EVENTS_QUEUED 20 /* How far behind queued events */ macro
512 if (s->n_queue >= MAX_EVENTS_QUEUED) { in event_add()