Searched defs:remotePtk (Results 1 – 9 of 9) sorted by relevance
68 int32_t LnnGetRemoteDefaultPtkByUuid(const char *uuid, char *remotePtk, uint32_t len) in LnnGetRemoteDefaultPtkByUuid()
58 char remotePtk[PTK_DEFAULT_LEN]; member
184 bool LnnSetDlPtk(const char *networkId, const char *remotePtk) in LnnSetDlPtk()
694 char remotePtk[PTK_DEFAULT_LEN] = {0}; in SoftbusDumpPrintRemotePtk() local
569 int32_t LnnSetPtk(NodeInfo *info, const char *remotePtk) in LnnSetPtk()
185 char remotePtk[PTK_DEFAULT_LEN]; member
162 int32_t LnnGetRemoteDefaultPtkByUuid(const char *uuid, char *remotePtk, uint32_t len) in LnnGetRemoteDefaultPtkByUuid()
1082 bool LnnSetDlPtk(const char *networkId, const char *remotePtk) in LnnSetDlPtk()
1469 static void UnpackPtk(char *remotePtk, char *decodePtk) in UnpackPtk()