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

Identification of nodes #1

Closed
mitar opened this issue Apr 12, 2015 · 0 comments
Closed

Identification of nodes #1

mitar opened this issue Apr 12, 2015 · 0 comments

Comments

@mitar
Copy link
Collaborator

mitar commented Apr 12, 2015

One correction. You should not assume or even care about MAC addresses of interfaces. What you should use is BSSID. So maybe BSSID is based on the MAC address of the WiFi interface, but it is not necessary.

So for each node look at its hostname in core.general.hostname and list of its BSSID in core.wireless.interfaces. That is what you get in survey scans from other nodes.

Also radio0 corresponds to phy0 (@kostko will fix this so that there will be only one same string, not both radio and phy), not to wlan0. Each physical interface (phy0) can have multiple virtual SSIDs. You get a scan per physical interface. Virtual interfaces on the same physical interface share the same channel.

So to identify the node, you should simply use all BSSIDs on all virtual interfaces.

But then at some point you will have to use them based on the frequency/channel as well.

See https://dev.wlan-si.net/ticket/1296

@mitar mitar closed this as completed May 19, 2015
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

1 participant