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

Multiple Mesh IDs #94

Closed
ramonfontes opened this issue May 4, 2021 · 1 comment
Closed

Multiple Mesh IDs #94

ramonfontes opened this issue May 4, 2021 · 1 comment

Comments

@ramonfontes
Copy link

ramonfontes commented May 4, 2021

Does open80211s support multiple mesh IDs on a single wifi interface?

Although I can create multiple mesh interfaces I can only establish connection when all the interfaces are using the mesh ID created for the first virtual interface.

For example, taking into account the network topology ap1 <-> ap2:

This works:

iw dev ap1-wlan2 interface add ap1-mp2 type mp
iw dev ap1-wlan2 interface add ap1-mp2.1 type mp
iw dev ap1-mp2 mesh join mesh-ssid freq 2432
iw dev ap1-mp2.1 mesh join mesh-ssid freq 2432

iw dev ap2-wlan2 interface add ap2-mp2 type mp
iw dev ap2-wlan2 interface add ap2-mp2.1 type mp
iw dev ap2-mp2 mesh join mesh-ssid freq 2432
iw dev ap2-mp2.1 mesh join mesh-ssid freq 2432

This doesn't work:

iw dev ap1-wlan2 interface add ap1-mp2 type mp
iw dev ap1-wlan2 interface add ap1-mp2.1 type mp
iw dev ap1-mp2 mesh join mesh-ssid freq 2432
iw dev ap1-mp2.1 mesh join mesh-ssid1 freq 2432

iw dev ap2-wlan2 interface add ap2-mp2 type mp
iw dev ap2-wlan2 interface add ap2-mp2.1 type mp
iw dev ap2-mp2 mesh join mesh-ssid freq 2432
iw dev ap2-mp2.1 mesh join mesh-ssid1 freq 2432

iw dev ap1 iw dev ap1-mp2.1 station dump and iw dev ap2 iw dev ap2-mp2.1 station dump show no connection between ap1 and ap2.

@bcopeland
Copy link
Contributor

bcopeland commented May 5, 2021 via email

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

No branches or pull requests

2 participants