Searched defs:upnp_wps_device_sm (Results 1 – 1 of 1) sorted by relevance
124 struct upnp_wps_device_sm { struct125 struct dl_list interfaces; /* struct upnp_wps_device_interface */126 char *root_dir;127 char *desc_url;128 int started; /* nonzero if we are active */129 u8 mac_addr[ETH_ALEN]; /* mac addr of network i.f. we use */153 struct subscription * subscription_start(struct upnp_wps_device_sm *sm, argument