openwrt / openwrt/mt76

802.11s mt7613/7663 cannot get connection

Open
#533 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
888
Forks
436
PR merge metrics
No merged PRs in 30d

Description

AP1 (7613):
config wifi-iface 'wifinet3'
	option device 'radio1'
	option mode 'mesh'
	option encryption 'none'
	option mesh_id 'x-wrt-mesh-id'
	option mesh_fwding '1'
	option mesh_rssi_threshold '0'
	option network 'lan'

AP2 (7613):
config wifi-iface 'wifinet3'
	option device 'radio1'
	option mode 'mesh'
	option encryption 'none'
	option mesh_id 'x-wrt-mesh-id'
	option mesh_fwding '1'
	option mesh_rssi_threshold '0'
	option network 'lan'

802.11s never works on chip mt7613

# iwinfo wlan1 assoclist
No station connected


# iwinfo wlan1 info
wlan1     ESSID: "x-wrt-mesh-id"
          Access Point: 00:0F:43:26:60:00
          Mode: Mesh Point  Channel: 161 (5.805 GHz)
          Center Channel 1: 155 2: unknown
          Tx-Power: 19 dBm  Link Quality: unknown/70
          Signal: unknown  Noise: -92 dBm
          Bit Rate: unknown
          Encryption: none
          Type: nl80211  HW Mode(s): 802.11nac
          Hardware: 14C3:7663 14C3:7663 [MediaTek MT7613BE]
          TX power offset: none
          Frequency offset: none
          Supports VAPs: yes  PHY name: phy1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The payload names no source files or tests. Start by reproducing the two MT7613 mesh configurations and checking the iwinfo association state; done means 802.11s peers connect on the reported hardware instead of showing no station connected.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.