HomeSort by: relevance | last modified time | path
    Searched defs:method_dsc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_helpers.c 121 const struct wpa_dbus_method_desc *method_dsc)
133 for (arg = method_dsc->args; arg && arg->name; arg++) {
325 const struct wpa_dbus_method_desc *method_dsc = obj_dsc->methods; local
333 while (method_dsc && method_dsc->dbus_method) {
335 if (!os_strncmp(method_dsc->dbus_method, method,
337 !os_strncmp(method_dsc->dbus_interface, msg_interface,
341 method_dsc++;
343 if (method_dsc == NULL || method_dsc->dbus_method == NULL)
    [all...]
dbus_new_helpers.c 121 const struct wpa_dbus_method_desc *method_dsc)
133 for (arg = method_dsc->args; arg && arg->name; arg++) {
325 const struct wpa_dbus_method_desc *method_dsc = obj_dsc->methods; local
333 while (method_dsc && method_dsc->dbus_method) {
335 if (!os_strncmp(method_dsc->dbus_method, method,
337 !os_strncmp(method_dsc->dbus_interface, msg_interface,
341 method_dsc++;
343 if (method_dsc == NULL || method_dsc->dbus_method == NULL)
    [all...]

Completed in 40 milliseconds