Home
last modified time | relevance | path

Searched defs:upnp_wps_device_sm (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_i.h123 struct upnp_wps_device_sm { struct
124 struct dl_list interfaces; /* struct upnp_wps_device_interface */
125 char *root_dir;
126 char *desc_url;
127 int started; /* nonzero if we are active */
128 u8 mac_addr[ETH_ALEN]; /* mac addr of network i.f. we use */
152 struct subscription * subscription_start(struct upnp_wps_device_sm *sm, argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_upnp_i.h123 struct upnp_wps_device_sm { struct
124 struct dl_list interfaces; /* struct upnp_wps_device_interface */
125 char *root_dir;
126 char *desc_url;
127 int started; /* nonzero if we are active */
128 u8 mac_addr[ETH_ALEN]; /* mac addr of network i.f. we use */
129 char *ip_addr_text; /* IP address of network i.f. we use */
153 struct subscription * subscription_start(struct upnp_wps_device_sm *sm, argument