mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-19 11:09:25 +01:00
client: Additional interface property fields
This commit is contained in:
parent
0e108f9727
commit
57fed9e5d2
@ -34,6 +34,8 @@ struct proxy_interface_property {
|
||||
const char *name;
|
||||
const char *type;
|
||||
void (*set)(void *data, const void *value);
|
||||
const void *(*get)(const void *data);
|
||||
const bool is_read_write;
|
||||
};
|
||||
|
||||
struct proxy_interface_type_ops {
|
||||
|
Loading…
Reference in New Issue
Block a user