Searched defs:wpa_dbus_dict_entry (Results 1 – 1 of 1) sorted by relevance
114 struct wpa_dbus_dict_entry { struct115 int type; /** the dbus type of the dict entry's value */116 int array_type; /** the dbus type of the array elements if the dict119 const char *key; /** key of the dict entry */122 union {146 struct wpa_dbus_dict_entry *entry); argument