Searched defs:localPtk (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_ptk_info_virtual.c | 44 int32_t LnnGetLocalPtkByUdid(const char *udid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUdid() 52 int32_t LnnGetLocalPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUuid() 60 int32_t LnnGetLocalDefaultPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalDefaultPtkByUuid()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils_test.cpp | 131 .WillOnce([&ptkBytes](const std::string &uuid, char *localPtk, uint32_t len) { in __anon42efe4e10202()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_mock.cpp | 147 int32_t LnnGetLocalPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalPtkByUuid() 152 int32_t LnnGetLocalDefaultPtkByUuid(const char *uuid, char *localPtk, uint32_t len) in LnnGetLocalDefaultPtkByUuid()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_ledger.c | 724 char localPtk[PTK_DEFAULT_LEN] = {0}; in SoftbusDumpPrintLocalPtk() local
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1191 char localPtk[PTK_DEFAULT_LEN] = {0}; in PackWifiDirectInfo() local
|