mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-23 06:02:37 +01:00
client: Add well known interfaces
This commit is contained in:
parent
4fc6a3038a
commit
b32fde13a7
@ -22,6 +22,12 @@
|
|||||||
|
|
||||||
struct proxy_interface;
|
struct proxy_interface;
|
||||||
|
|
||||||
|
#define IWD_ADAPTER_INTERFACE "net.connman.iwd.Adapter"
|
||||||
|
#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device"
|
||||||
|
#define IWD_KNOWN_NETWORKS_INTREFACE "net.connman.iwd.KnownNetworks"
|
||||||
|
#define IWD_NETWORK_INTERFACE "net.connman.iwd.Network"
|
||||||
|
#define IWD_WSC_INTERFACE "net.connman.iwd.WiFiSimpleConfiguration"
|
||||||
|
|
||||||
struct proxy_interface_property {
|
struct proxy_interface_property {
|
||||||
const char *name;
|
const char *name;
|
||||||
const char *type;
|
const char *type;
|
||||||
|
Loading…
Reference in New Issue
Block a user