Searched refs:BIT_WIFI_5G (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_net_capability.c | 85 if ((configValue & (1 << BIT_WIFI_5G)) != 0) { in LnnGetNetCapabilty() 86 (void)LnnSetNetCapability(&capability, BIT_WIFI_5G); in LnnGetNetCapabilty()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_network_info.c | 254 (void)LnnSetNetCapability(capability, BIT_WIFI_5G); in LnnSetNetworkCapability() 261 (void)LnnClearNetCapability(capability, BIT_WIFI_5G); in LnnClearNetworkCapability() 270 (void)LnnClearNetCapability(capability, BIT_WIFI_5G); in LnnSetNetBandCapability() 272 (void)LnnSetNetCapability(capability, BIT_WIFI_5G); in LnnSetNetBandCapability() 275 (void)LnnSetNetCapability(capability, BIT_WIFI_5G); in LnnSetNetBandCapability() 283 (void)LnnClearNetCapability(capability, BIT_WIFI_5G); in LnnClearNetBandCapability()
|
H A D | lnn_net_builder.c | 939 (void)LnnClearNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability() 944 (void)LnnClearNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability() 946 (void)LnnSetNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability() 949 (void)LnnSetNetCapability(&netCapability, BIT_WIFI_5G); in UpdateLocalNetCapability()
|
/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()
|
/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()
|
/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 203 BIT_WIFI_5G, /**< Support WIFI 5G */ enumerator
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/ |
H A D | lnn_ledger_common_test.cpp | 203 ret = LnnSetNetCapability(&capability, BIT_WIFI_5G); in HWTEST_F() 205 hasCapability = LnnHasCapability(capability, BIT_WIFI_5G); in HWTEST_F()
|
/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); in HWTEST_F() 663 mock.SetDefaultResultForAlloc(1 << BIT_WIFI_5G, 1 << BIT_WIFI_5G, 0, 0); in HWTEST_F() 702 mock.SetDefaultResultForAlloc(1 << BIT_WIFI_5G, 1 << BIT_WIFI_5G, 0, 0); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 624 !(remote & (1 << BIT_WIFI_24G)) && !(remote & (1 << BIT_WIFI_5G))) { in TransGetDeviceState()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
H A D | lnn_heartbeat_medium_mgr.c | 183 (void)LnnClearNetCapability(&nodeInfo.netCapacity, BIT_WIFI_5G); in UpdateOnlineInfoNoConnection() 411 (void)LnnClearNetCapability(deviceInfoNetCapacity, BIT_WIFI_5G); in SetDeviceNetCapability()
|
Completed in 18 milliseconds