Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_upnp_i.h124 struct upnp_wps_device_sm { struct
125 struct upnp_wps_device_ctx *ctx; /* callback table */
126 struct wps_context *wps;
127 void *priv;
128 char *root_dir;
129 char *desc_url;
130 int started; /* nonzero if we are active */
131 char *net_if; /* network interface we use */
132 char *mac_addr_text; /* mac addr of network i.f. we use */
133 u8 mac_addr[ETH_ALEN]; /* mac addr of network i.f. we use */
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_i.h124 struct upnp_wps_device_sm { struct
125 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