Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:ctrl_iface

581 	struct ctrl_iface_dbus_priv *ctrl_iface = user_data;
590 if (!method || !path || !ctrl_iface || !msg_interface)
601 message, ctrl_iface->global);
604 message, ctrl_iface->global);
607 message, ctrl_iface->global);
610 message, ctrl_iface->global);
1052 struct ctrl_iface_dbus_priv *ctrl_iface =
1063 if (ctrl_iface == NULL)
1066 con = ctrl_iface->con;
1067 next = wpa_supplicant_dbus_next_objid(ctrl_iface);
1107 struct ctrl_iface_dbus_priv *ctrl_iface;
1114 ctrl_iface = wpa_s->global->dbus_ctrl_iface;
1115 if (ctrl_iface == NULL)
1118 ctrl_iface->con;