Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp.c209 #define MAX_SUBSCRIPTIONS 4 /* how many subscribing clients we handle */ macro
753 if (sm->n_subscriptions >= MAX_SUBSCRIPTIONS) { in subscription_start()