client: add net.connman.iwd.BasicServiceSet definition

This commit is contained in:
James Prestwood 2024-08-12 08:46:09 -07:00 committed by Denis Kenzior
parent a7d8b9a068
commit 0e3322b5da
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ struct proxy_interface;
#define IWD_DPP_INTERFACE "net.connman.iwd.DeviceProvisioning"
#define IWD_DPP_PKEX_INTERFACE \
"net.connman.iwd.SharedCodeDeviceProvisioning"
#define IWD_BSS_INTERFACE "net.connman.iwd.BasicServiceSet"
typedef bool (*proxy_property_match_func_t) (const void *a, const void *b);