I wanted to know if it is possible to do a pre-association of a station with a new AP that is not discovered yet through the scanning process, but the station is currently associated with an old AP so the distribution system (DS) can request that information to forward to the new AP and then make a pre-association (still the client can't see the new AP).
I want to implement something like this.
1- The client sends an association request.
2- The old AP receives that request. At the same time the old AP delivers that information to the new AP through the DS.
3. The old AP sends an association response that the client hears, and therefore traffic is flowing through this old AP.
4. The new AP sends an association responses that the client doesn't hear. That doesn't matter to me, what really matters is that the AP can put the client in the "associated table" just like a switch does with the mac-address table.
I appreciate all research, info, ideas, etc.