Searched refs:BIT_WIFI_5G (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_network_info.c | 251 (void)LnnSetNetCapability(capability, BIT_WIFI_5G); in LnnSetNetworkCapability() 258 (void)LnnClearNetCapability(capability, BIT_WIFI_5G); in LnnClearNetworkCapability() 267 (void)LnnClearNetCapability(capability, BIT_WIFI_5G); in LnnSetNetBandCapability() 269 (void)LnnSetNetCapability(capability, BIT_WIFI_5G); in LnnSetNetBandCapability() 272 (void)LnnSetNetCapability(capability, BIT_WIFI_5G); in LnnSetNetBandCapability() 280 (void)LnnClearNetCapability(capability, BIT_WIFI_5G); in LnnClearNetBandCapability()
|
H A D | lnn_net_builder.c | 933 (void)LnnClearNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability() 938 (void)LnnClearNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability() 940 (void)LnnSetNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability() 943 (void)LnnSetNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_capability.c | 87 if ((configValue & (1 << BIT_WIFI_5G)) != 0) { in LnnGetNetCapabilty() 88 (void)LnnSetNetCapability(&capability, BIT_WIFI_5G); in LnnGetNetCapabilty()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_select_rule.c | 131 … if (((local & (1 << BIT_WIFI_24G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_5G))) && in Wlan2P4GCapCheck() 133 (remote & (1 << BIT_WIFI_5G)) || (local & (1 << BIT_WIFI_5G)))) { in Wlan2P4GCapCheck() 137 …return ((local & (1 << BIT_WIFI_24G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_5G)))… in Wlan2P4GCapCheck() 161 … if (((local & (1 << BIT_WIFI_5G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_24G))) && in Wlan5GCapCheck() 162 ((remote & (1 << BIT_WIFI_5G)) || (remote & (1 << BIT_ETH)) || in Wlan5GCapCheck() 167 …return ((local & (1 << BIT_WIFI_5G)) || (local & (1 << BIT_ETH)) || (local & (1 << BIT_WIFI_24G)))… in Wlan5GCapCheck()
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 203 BIT_WIFI_5G, /**< Support WIFI 5G */ enumerator
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/ |
H A D | lane_test.cpp | 111 LnnSetNetCapability(&cap, BIT_WIFI_5G); in ConstructRemoteNode() 135 (1 << BIT_WIFI_24G) | (1 << BIT_WIFI_5G) | (1 << BIT_WIFI_P2P)); in ConstructLocalInfo()
|
H A D | ledger_lane_hub_test.cpp | 188 ret = LnnSetLocalNumInfo(NUM_KEY_NET_CAP, 1 << BIT_WIFI_5G); in ConstructWiFiLocalInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 440 mock.SetDefaultResultForAlloc(1 << BIT_WIFI_5G, 1 << BIT_WIFI_5G, 0, 0); 663 mock.SetDefaultResultForAlloc(1 << BIT_WIFI_5G, 1 << BIT_WIFI_5G, 0, 0); 702 mock.SetDefaultResultForAlloc(1 << BIT_WIFI_5G, 1 << BIT_WIFI_5G, 0, 0);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 181 (void)LnnClearNetCapability(&nodeInfo.netCapacity, BIT_WIFI_5G); in UpdateOnlineInfoNoConnection() 415 (void)LnnClearNetCapability(deviceInfoNetCapacity, BIT_WIFI_5G); in SetDeviceNetCapability()
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 623 !(remote & (1 << BIT_WIFI_24G)) && !(remote & (1 << BIT_WIFI_5G))) { in TransGetDeviceState()
|