]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Send EAPOL frames at the management rate, not the data rate.
authorAdrian Chadd <adrian@FreeBSD.org>
Mon, 11 Nov 2013 08:53:20 +0000 (08:53 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Mon, 11 Nov 2013 08:53:20 +0000 (08:53 +0000)
commit7c1c3741c3d75fe60a121ff267180fa89dee614c
tree82e4a35189d93446e4bd61e95cc9c8eb85569265
parent8c6d5f82821dc8e7846a5f88f4c8a171b83ab138
Send EAPOL frames at the management rate, not the data rate.

Without this, a far away station with low signal strength would
associate using the management rate (by default the lowest rate)
and then the EAPOL frames would go out at the current AMRR best
guess.  This would result in association failing authentication.

Tested:

* Intel 5100, STA
* Intel 2230, STA
sys/dev/iwn/if_iwn.c