/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_types.h | 94 enum WifiDirectBandWidth bandWidth; member 102 enum WifiDirectBandWidth bandWidth; member 172 int32_t bandWidth; member
|
H A D | wifi_direct_scheduler.cpp | 33 info.expectApiRole, info.bandWidth, info.ipAddrType); in ConnectDevice()
|
H A D | wifi_direct_manager.cpp | 464 OHOS::SoftBus::WifiDirectAnonymizeMac(link->remoteMac).c_str(), link->bandWidth); in NotifyConnectedForSink()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils_test.cpp | 264 WifiDirectBandWidth bandWidth = BAND_WIDTH_160M; variable 265 auto ret = WifiDirectUtils::BandWidthEnumToNumber(bandWidth); 268 bandWidth = BAND_WIDTH_20M; 269 ret = WifiDirectUtils::BandWidthEnumToNumber(bandWidth);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_select_rule.c | 473 static int32_t GetBwType(uint32_t bandWidth) in GetBwType() argument 476 if (bandWidth >= HIGH_BW) { in GetBwType() 478 } else if (bandWidth > MID_BW) { in GetBwType() 480 } else if (bandWidth > LOW_BW) { in GetBwType() 557 static void FilterWifiDirectLink(const char *peerNetWorkId, uint32_t bandWidth, in FilterWifiDirectLink() argument 560 if (GetBwType(bandWidth) != LOW_BAND_WIDTH) { in FilterWifiDirectLink()
|
H A D | lnn_lane_link_p2p.c | 68 uint32_t bandWidth; member 638 wifiDirectInfo->bandWidth = item->p2pInfo.bandWidth; in GetP2pLinkReqParamByChannelRequetId() 697 wifiDirectInfo->bandWidth = item->p2pInfo.bandWidth; in GetP2pLinkReqParamByAuthHandle() 1073 LNN_LOGI(LNN_LANE, "bandWidth=%{public}d", link->bandWidth); in CreateWDLinkInfo() 1074 linkInfo->linkInfo.p2p.bw = (LaneBandwidth)link->bandWidth; in CreateWDLinkInfo() 1565 item->p2pInfo.bandWidth = request->bandWidth; in AddP2pLinkReqItem() 1730 wifiDirectInfo->bandWidth = item->p2pInfo.bandWidth; in GetAuthTriggerLinkReqParamByAuthHandle() 1748 wifiDirectInfo->bandWidth = (int32_t)item->p2pInfo.bandWidth; in GetAuthTriggerLinkReqParamByAuthHandle() 2108 wifiDirectInfo.bandWidth = request->bandWidth; in OpenBleTriggerToConn() 2521 request->bandWidth = p2pLinkReqInfo->p2pInfo.bandWidth; in GetRequest() [all …]
|
H A D | lnn_lane_listener.c | 482 LNN_LOGI(LNN_LANE, "bandWidth=%{public}d", link->bandWidth); in CreateSinkLinkInfo() 483 linkInfo->linkInfo.p2p.bw = (LaneBandwidth)link->bandWidth; in CreateSinkLinkInfo()
|
H A D | lnn_trans_lane.c | 89 uint32_t bandWidth; member 296 linkNode->bandWidth = 0; in TriggerLink() 419 linkNode->bandWidth = allocInfo->qosRequire.minBW; in TriggerLinkWithQos() 1093 requestInfo->bandWidth = nodeInfo->bandWidth; in CreateLinkRequestNode()
|
H A D | lnn_lane_link.c | 245 …SetWifiDirectLinkInfo(P2pLinkInfo *p2pInfo, WifiDirectLinkInfo *wifiDirectInfo, uint32_t bandWidth) in SetWifiDirectLinkInfo() argument 248 wifiDirectInfo->bandWidth = bandWidth; in SetWifiDirectLinkInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_utils.h | 91 static WifiDirectBandWidth BandWidthNumberToEnum(int bandWidth); 92 static int BandWidthEnumToNumber(WifiDirectBandWidth bandWidth);
|
H A D | wifi_direct_utils.cpp | 477 enum WifiDirectBandWidth WifiDirectUtils::BandWidthNumberToEnum(int bandWidth) in BandWidthNumberToEnum() argument 479 return bandWidth >= BAND_WIDTH_160M_NUMBER ? BAND_WIDTH_160M : BAND_WIDTH_80M; in BandWidthNumberToEnum() 482 int WifiDirectUtils::BandWidthEnumToNumber(WifiDirectBandWidth bandWidth) in BandWidthEnumToNumber() argument 484 switch (bandWidth) { in BandWidthEnumToNumber()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_power_control.h | 31 uint32_t bandWidth; member
|
H A D | lnn_lane_link.h | 53 uint32_t bandWidth; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_utils.cpp | 473 enum WifiDirectBandWidth WifiDirectUtils::BandWidthNumberToEnum(int bandWidth) in BandWidthNumberToEnum() argument 475 return bandWidth >= BAND_WIDTH_160M_NUMBER ? BAND_WIDTH_160M : BAND_WIDTH_80M; in BandWidthNumberToEnum() 478 int WifiDirectUtils::BandWidthEnumToNumber(WifiDirectBandWidth bandWidth) in BandWidthEnumToNumber() argument 480 switch (bandWidth) { in BandWidthEnumToNumber()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_info.h | 95 void SetBandWidth(int bandWidth);
|
H A D | link_info.cpp | 202 void LinkInfo::SetBandWidth(int bandWidth) in SetBandWidth() argument 204 Set(LinkInfoKey::BANDWIDTH, bandWidth); in SetBandWidth()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/ |
H A D | connect_command.cpp | 90 …ctAnonymizeIp(link.remoteIp).c_str(), link.remotePort, link.linkType, link.isReuse, link.bandWidth, in OnSuccess()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_test.cpp | 633 .bandWidth = BAND_WIDTH_20M,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor_test.cpp | 300 info.bandWidth = 0; in PrepareConnectParameter()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.cpp | 1998 sinkLink.bandWidth = static_cast<WifiDirectBandWidth>(interface.GetBandWidth()); in GenerateSinkLink()
|