Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSS Coloring for Wi-Fi 6 #652

Open
MrHamel opened this issue Jan 14, 2024 · 5 comments · May be fixed by #653
Open

BSS Coloring for Wi-Fi 6 #652

MrHamel opened this issue Jan 14, 2024 · 5 comments · May be fixed by #653
Labels

Comments

@MrHamel
Copy link
Contributor

MrHamel commented Jan 14, 2024

Description

Add BSS Coloring ID based on the last octet of the management IP address (2-63)

Acceptance Criteria

What is the expected outcome that resolves this issue?

BSS Coloring is added to the script (https://github.com/socallinuxexpo/scale-network/blob/master/openwrt/files/etc/udhcpc.user)

@sarcasticadmin
Copy link
Member

Example /tmp/udhcpc.params:

udhcpc.params.txt

@sarcasticadmin
Copy link
Member

sarcasticadmin commented Jan 14, 2024

We should key on e8450-ubi in board.json:

~# cat /etc/board.json | jq -r .
{
  "model": {
    "id": "linksys,e8450-ubi",
    "name": "Linksys E8450 (UBI)"
  },
  "led": {
    "wan": {
      "name": "WAN",
      "sysfs": "inet:blue",
      "type": "netdev",
      "device": "wan",
      "mode": "link tx rx"
    }
  },
  "network": {
    "lan": {
      "ports": [
        "lan1",
        "lan2",
        "lan3",
        "lan4"
      ],
      "protocol": "static"
    },
    "wan": {
      "device": "wan",
      "protocol": "dhcp"
    }
  },
  "wlan": {
    "wl0": {
      "path": "platform/18000000.wmac"
    },
    "wl1": {
      "path": "1a143000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0"
    },
    "wl2": {
      "path": "1a145000.pcie/pci0001:00/0001:00:01.0/0001:01:00.0"
    }
  }
}

@sarcasticadmin
Copy link
Member

Additional info was recently added to the openwrt wiki regarding BSS coloring: https://openwrt.org/toh/linksys/e8450#beam_forming_and_enable_basic_service_set_bss_coloring

@davidelang
Copy link
Collaborator

davidelang commented Feb 5, 2024 via email

@sarcasticadmin
Copy link
Member

yes its on the same page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants