mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
client: Add proxy_interface_get_path
This commit is contained in:
parent
ad13680420
commit
f85685c9e4
@ -677,6 +677,11 @@ const char *proxy_interface_get_interface(const struct proxy_interface *proxy)
|
||||
return proxy->type->interface;
|
||||
}
|
||||
|
||||
const char *proxy_interface_get_path(const struct proxy_interface *proxy)
|
||||
{
|
||||
return proxy->path;
|
||||
}
|
||||
|
||||
const char *proxy_interface_get_identity_str(
|
||||
const struct proxy_interface *proxy)
|
||||
{
|
||||
|
@ -97,6 +97,7 @@ char *proxy_property_str_completion(const struct proxy_interface_type *type,
|
||||
|
||||
void *proxy_interface_get_data(const struct proxy_interface *proxy);
|
||||
const char *proxy_interface_get_interface(const struct proxy_interface *proxy);
|
||||
const char *proxy_interface_get_path(const struct proxy_interface *proxy);
|
||||
const char *proxy_interface_get_identity_str(
|
||||
const struct proxy_interface *proxy);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user