Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h122 struct wpa_dbus_dict_entry { struct
123 int type; /** the dbus type of the dict entry's value */
124 int array_type; /** the dbus type of the array elements if the dict
127 const char *key; /** key of the dict entry */
130 union {
155 struct wpa_dbus_dict_entry *entry); argument