Searched refs:LnnMacInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane.c | 505 static int32_t GetWifiDirectMacInfo(char *localIp, LnnMacInfo *macInfo) in GetWifiDirectMacInfo() 507 LnnMacInfo dupMacInfo; in GetWifiDirectMacInfo() 508 (void)memset_s(&dupMacInfo, sizeof(LnnMacInfo), 0, sizeof(LnnMacInfo)); in GetWifiDirectMacInfo() 541 int32_t GetMacInfoByLaneId(uint64_t laneId, LnnMacInfo *macInfo) in GetMacInfoByLaneId()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_interface.h | 198 } LnnMacInfo; typedef 289 int32_t GetMacInfoByLaneId(uint64_t laneId, LnnMacInfo *macInfo);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/ |
H A D | lnn_lane_link_test.cpp | 1670 LnnMacInfo macInfo; 1671 memset_s(&macInfo, sizeof(LnnMacInfo), 0, sizeof(LnnMacInfo)); 1690 LnnMacInfo macInfo; 1696 memset_s(&macInfo, sizeof(LnnMacInfo), 0, sizeof(LnnMacInfo));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 3128 LnnMacInfo macInfo; 3171 LnnMacInfo macInfo;
|