Home
last modified time | relevance | path

Searched defs:WifiDirectManager (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager.h40 struct WifiDirectManager { struct
41 uint32_t (*getRequestId)(void);
42 int32_t (*allocateListenerModuleId)(void);
43 void (*freeListenerModuleId)(int32_t moduleId);
48 int32_t (*forceDisconnectDevice)(
56 bool (*linkHasPtk)(const char *remoteDeviceId);
58 int32_t (*syncPTK)(const char *remoteDeviceId);
59 void (*addSyncPtkListener)(SyncPtkListener listener);
61 void (*stopCustomListening)(void);
63 bool (*isDeviceOnline)(const char *remoteMac);
[all …]