mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +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;
|
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 char *proxy_interface_get_identity_str(
|
||||||
const struct proxy_interface *proxy)
|
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);
|
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_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 char *proxy_interface_get_identity_str(
|
||||||
const struct proxy_interface *proxy);
|
const struct proxy_interface *proxy);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user