3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-05 19:49:23 +01:00

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

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);