Home
last modified time | relevance | path

Searched refs:is5GBand (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1361 static int32_t GetWlanLinkedAttribute(int32_t *channel, bool *is5GBand, bool *isConnected) in GetWlanLinkedAttribute() argument
1370 *is5GBand = (info.band != 1); in GetWlanLinkedAttribute()
1457 bool is5GBand = false; in FillWlanLinkInfo() local
1459 if (GetWlanLinkedAttribute(&channel, &is5GBand, &isConnected) != SOFTBUS_OK) { in FillWlanLinkInfo()