Searched defs:wpa_dbus_dict_entry (Results 1 – 1 of 1) sorted by relevance
122 struct wpa_dbus_dict_entry { struct123 int type; /** the dbus type of the dict entry's value */124 int array_type; /** the dbus type of the array elements if the dict127 const char *key; /** key of the dict entry */130 union {155 struct wpa_dbus_dict_entry *entry); argument