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

How to confirm mobile station channel transition (de-assoc and assoc) #28

Open
sonjinho opened this issue Sep 1, 2017 · 3 comments
Open

Comments

@sonjinho
Copy link

sonjinho commented Sep 1, 2017

Hi folks,

I am testing simple loadbalancing scenario in different channels.

While doing it, I found that switching AP seems not working properly. To test it in details, I am checking mobile station first disconnect original AP after receiving CSA message. However, I found that it seems hard to confirm whether mobile station actually dis-assoc original AP or not. Please kindly let me know if there is a convenient way.

Many thanks in advance.

@josemariasaldana
Copy link
Member

Hi,

I must confess we have not checked the simpleloadbalancing application. We have focused on MobilityManager so far (https://github.com/Wi5/odin-wi5/wiki/Application-MobilityManager). Therefore, simpleloadbalancer is still as Lalith Suresh left it.

One thing we have seen is that, when the STA receives the last CSA, it switches to the new channel, but it waits for a number of beacons (maybe 2, 3 or 4) in the new channel. Once it receives them, it starts working in the new channel.

You can have a look to http://diec.unizar.es/~jsaldana/personal/letter_handoff_2016.pdf

The next step in our plans is to release a channel assignment application for the APs, and to develop a new load balancing application. We will upload them as soon as they are ready.

@sonjinho
Copy link
Author

sonjinho commented Sep 2, 2017

Thank you for your reply.

I think it was confusing you because of the inaccurate question.

I have been testing the reference you sent.

The CSA and Beacon messages could be seen in monitoring mode (by Wireshark), but the up /down stream traffic did not flow to the channel (AP1 -> AP2) handover by the station.

Odin Agent(AP2) debugging can see add_lvap and station list increase.

However, the station didn't associate. It just repeats the authentication.

Is there anything I need to check?

@josemariasaldana
Copy link
Member

Perhaps the DHCP? Does it assign an IP address to the STA?

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