Home
last modified time | relevance | path

Searched defs:wpa_dbus_dict_entry (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h114 struct wpa_dbus_dict_entry { struct
115 int type; /** the dbus type of the dict entry's value */
116 int array_type; /** the dbus type of the array elements if the dict
119 const char *key; /** key of the dict entry */
122 union {
146 struct wpa_dbus_dict_entry *entry); argument