HomeSort by relevance Sort by last modified time
    Searched refs:web_connections (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 146 struct web_connection *web_connections; /* linked list */ member in struct:upnp_wps_device_sm
wps_upnp_web.c 600 sm->web_connections = NULL;
602 if (sm->web_connections == c)
603 sm->web_connections = c->next;
    [all...]
wps_upnp.c 999 while (sm->web_connections)
1000 web_connection_stop(sm->web_connections);
    [all...]

Completed in 944 milliseconds