Searched refs:dbus_method (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h61 const char *dbus_method; member in struct:wpa_dbus_method_desc
H A Ddbus_new_introspect.c102 for (dsc = methods; dsc && dsc->dbus_method; dsc++) {
105 add_entry(iface->xml, "method", dsc->dbus_method,
H A Ddbus_new_helpers.c332 while (method_dsc && method_dsc->dbus_method) {
334 if (!os_strncmp(method_dsc->dbus_method, method,
342 if (method_dsc == NULL || method_dsc->dbus_method == NULL) {

Completed in 157 milliseconds