Searched refs:dupMacInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane.c | 507 LnnMacInfo dupMacInfo; in GetWifiDirectMacInfo() local 508 (void)memset_s(&dupMacInfo, sizeof(LnnMacInfo), 0, sizeof(LnnMacInfo)); in GetWifiDirectMacInfo() 514 …int32_t ret = wifiDirectMgr->getLocalAndRemoteMacByLocalIp(localIp, dupMacInfo.localMac, MAX_MAC_L… in GetWifiDirectMacInfo() 515 dupMacInfo.remoteMac, MAX_MAC_LEN); in GetWifiDirectMacInfo() 523 if (strcpy_s(macInfo->localMac, MAX_MAC_LEN, dupMacInfo.localMac) != EOK || in GetWifiDirectMacInfo() 524 strcpy_s(macInfo->remoteMac, MAX_MAC_LEN, dupMacInfo.remoteMac) != EOK) { in GetWifiDirectMacInfo()
|