Searched defs:MAX_SUBSCRIPTIONS (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c209 #define MAX_SUBSCRIPTIONS 4 /* how many subscribing clients we handle */ macro
700 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c209 #define MAX_SUBSCRIPTIONS 4 /* how many subscribing clients we handle */ macro
700 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c209 #define MAX_SUBSCRIPTIONS 4 /* how many subscribing clients we handle */ macro
700 if (dl_list_len(&sm->subscriptions) >= MAX_SUBSCRIPTIONS) {

Completed in 997 milliseconds