mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-06-12 19:07:25 +02: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 *name;
|
||||||
const char *type;
|
const char *type;
|
||||||
void (*set)(void *data, const void *value);
|
void (*set)(void *data, const void *value);
|
||||||
|
const void *(*get)(const void *data);
|
||||||
|
const bool is_read_write;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct proxy_interface_type_ops {
|
struct proxy_interface_type_ops {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user