]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: add station with basic rates configuration
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 May 2019 09:14:07 +0000 (11:14 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 28 May 2019 10:33:00 +0000 (13:33 +0300)
commitd5d156bd923cb24423b997c8db36c0552ab11833
tree43bf79d42c4bec56241400c4d9d1f9aaa3f90b87
parent658ed3ba62752b2c188e94f2e451d4ee5c363ac4
AP: add station with basic rates configuration

When a new station is added, let it have some supported rates
(they're empty without this change), using the basic rates
that it must support to connect.

This, together with the kernel-side changes for client-side,
lets us finish the complete auth/assoc handshake with higher
rates than the mandatory ones, without any further config.

However, the downside to this is that a broken station that
doesn't check the basic rates are supported before it tries
to connect will possibly not get any response to its auth
frame.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/ap/ieee802_11.c
src/ap/sta_info.c