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

  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_helpers.c 74 * @property_dsc: list of object's properties
237 const struct wpa_dbus_property_desc *property_dsc; local
242 property_dsc = obj_dsc->properties;
252 while (property_dsc && property_dsc->dbus_property) {
255 if (!os_strncmp(property_dsc->dbus_property, property,
257 !os_strncmp(property_dsc->dbus_interface, interface,
261 property_dsc++;
263 if (property_dsc == NULL || property_dsc->dbus_property == NULL)
    [all...]
dbus_new_helpers.c 74 * @property_dsc: list of object's properties
237 const struct wpa_dbus_property_desc *property_dsc; local
242 property_dsc = obj_dsc->properties;
252 while (property_dsc && property_dsc->dbus_property) {
255 if (!os_strncmp(property_dsc->dbus_property, property,
257 !os_strncmp(property_dsc->dbus_interface, interface,
261 property_dsc++;
263 if (property_dsc == NULL || property_dsc->dbus_property == NULL)
    [all...]

Completed in 79 milliseconds