Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A Dwps_upnp.c209 #define MAX_SUBSCRIPTIONS 4 /* how many subscribing clients we handle */ macro
726 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) { in subscription_start()