Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_upnp.c209 #define MAX_SUBSCRIPTIONS 4 /* how many subscribing clients we handle */ macro
704 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) { in subscription_start()