Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp_web.c30 #define MAX_WEB_CONNECTIONS 10 /* max simultaneous web connects */ macro
1841 if (sm->n_web_connections >= MAX_WEB_CONNECTIONS) { in web_connection_start()