OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:property_dsc
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c
69
* @
property_dsc
: list of object's properties
235
const struct wpa_dbus_property_desc *
property_dsc
;
local
240
property_dsc
= obj_dsc->properties;
250
while (
property_dsc
&&
property_dsc
->dbus_property) {
253
if (!os_strncmp(
property_dsc
->dbus_property, property,
255
!os_strncmp(
property_dsc
->dbus_interface, interface,
259
property_dsc
++;
261
if (
property_dsc
== NULL ||
property_dsc
->dbus_property == NULL)
[
all
...]
Completed in 44 milliseconds