OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_SUBSCRIPTIONS
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp.c
209
#define
MAX_SUBSCRIPTIONS
4 /* how many subscribing clients we handle */
753
if (sm->n_subscriptions >=
MAX_SUBSCRIPTIONS
) {
[
all
...]
/external/wpa_supplicant_8/src/wps/
wps_upnp.c
209
#define
MAX_SUBSCRIPTIONS
4 /* how many subscribing clients we handle */
712
if (dl_list_len(&sm->subscriptions) >=
MAX_SUBSCRIPTIONS
) {
[
all
...]
Completed in 116 milliseconds