Skip to content

[WiFi] Channel Width Grouping — Client-side Implementation Complete #855

Description

@AustinChangLinksys

Problem

PossibleChannels returns a flat list with no grouping by channel width.

Current behavior: TR-181 Device.WiFi.Radio.{i}.PossibleChannels returns all available channels as a flat list without indicating which channels are valid at 40MHz/80MHz/160MHz/320MHz.

Workaround: 🟢 Client-side computable using IEEE 802.11 bonding rules.

Solution Implemented

Client-side implementation completed in PR #691.

File: lib/page/wifi_settings/services/wifi_channel_bonding.dart

Features

  • IEEE 802.11 standard channel bonding rules for all bands:
    • 2.4GHz: 20MHz / 40MHz bonding pairs
    • 5GHz: 20MHz / 40MHz / 80MHz / 160MHz bonding groups
    • 6GHz: 20MHz / 40MHz / 80MHz / 160MHz / 320MHz (dynamically generated)
  • computeChannelsPerBandwidth() function computes valid primary channels per bandwidth
  • Bidirectional wireless mode ↔ bandwidth constraints

Status

Resolved — Client-side alternative implemented, no firmware support needed.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.xLabeled for 2.x versionfeature:wifiWiFi configuration and managementpriority:lowLow priority, nice-to-have improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions