Home | History | Annotate | Download | only in dbus

Lines Matching refs:iface

150 	 * Try to get the wpa_supplicant record for this iface, return
160 struct wpa_interface iface;
161 os_memset(&iface, 0, sizeof(iface));
162 iface.ifname = ifname;
163 iface.driver = driver;
164 iface.driver_param = driver_param;
165 iface.confname = confname;
166 iface.bridge_ifname = bridge_ifname;
168 if ((wpa_s = wpa_supplicant_add_iface(global, &iface))) {
827 char *iface = NULL, *net_id = NULL;
839 iface = wpas_dbus_decompose_object_path(op, &net_id, NULL);
840 if (iface == NULL) {
846 if (os_strcmp(iface, wpa_s->dbus_path) != 0) {
874 os_free(iface);