Home
last modified time | relevance | path

Searched refs:BYTE_KEY_REMOTE_PTK (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c343 case BYTE_KEY_REMOTE_PTK: in LnnGetPrivateNodeKeyInfoLocal()
344 return LnnGetLocalByteInfo(BYTE_KEY_REMOTE_PTK, info, infoLen); in LnnGetPrivateNodeKeyInfoLocal()
364 case BYTE_KEY_REMOTE_PTK: in LnnGetPrivateNodeKeyInfoRemote()
365 return LnnGetRemoteByteInfo(networkId, BYTE_KEY_REMOTE_PTK, info, infoLen); in LnnGetPrivateNodeKeyInfoRemote()
695 if (LnnGetPrivateNodeKeyInfo(nodeInfo->networkId, BYTE_KEY_REMOTE_PTK, in SoftbusDumpPrintRemotePtk()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_info_key.h95 BYTE_KEY_REMOTE_PTK, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp204 …int32_t ret = LnnGetRemoteByteInfo(remoteNetworkId.c_str(), BYTE_KEY_REMOTE_PTK, ptkBytes, sizeof(… in GetRemotePtk()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp204 …int32_t ret = LnnGetRemoteByteInfo(remoteNetworkId.c_str(), BYTE_KEY_REMOTE_PTK, ptkBytes, sizeof(… in GetRemotePtk()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c800 {BYTE_KEY_REMOTE_PTK, DlGetRemotePtk},