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

SAE Authentication time not affected #63

Open
sritam2 opened this issue Jul 4, 2017 · 3 comments
Open

SAE Authentication time not affected #63

sritam2 opened this issue Jul 4, 2017 · 3 comments

Comments

@sritam2
Copy link

sritam2 commented Jul 4, 2017

Dear All,

I am trying to form the mesh network using SAE authentication in a very busy channel (channel 6 - 2437 Mhz). I am keeping the channel busy with data traffic by downloading torrent files from internet via router set at channel 6. But still the authentication time (calculated from time stamps of wpa_supplicant) is not affected even though the channel is very busy. It takes the same time compared to the authentication time when the channel was free (near by access points, routers, other devices were all off).

How is this possible?? Even if the channel is heavily loaded with network traffic, the authentication time required for new node to become part of MBSS is still unaffected ?? Any reason for that?
Is it that authentication traffic is given more priority than normal data traffic ??

Please help me in clearing this doubt of mine.

Thanks and Regards,
Sritam.

@chunyeow
Copy link
Contributor

Try to understanding the mesh peering and mesh authentication procedures by
looking into the standard. Currently, the implementation is based on the
passive scanning or detecting beacon frame (usually sent with lowest Tx
rate) to trigger the mesh authentication and peering. Else you need to dig
into the code to understand more.

@zhejunli
Copy link

@sritam2 :I believe it is because the Management/Control packets have higher priority than Data packets. Eg. Ath9k supports 10 queues and data packets use Q0 which is lowest priority. This makes Mgt/Ctl packets have higher chance to be sent both inside chip and in he air, by DCF mechanism.

@chunyeow
Copy link
Contributor

chunyeow commented Feb 16, 2018 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

3 participants