ext Kalle Valo wrote:
Luciano Coelho <luciano.coelho@xxxxxxxxx> writes:
As we discussed on IRC, it is really needed. We must always provide a
BSSID when changing channels in preparation for an association.
I'm not sure about the must part here. Maybe we can workaround it by
using ff:ff:ff:ff:ff bssid during authentication and association and
send a new join command after association. But that's not a clean
solution.
During one of our camps with TI, they told us that we must send the
correct BSSID, otherwise we are going to have some side-effects. At
least BT coext will be affected. And we have also seen the firmware
send probe_reqs to ff:ff:ff:ff:ff:ff, which was causing problems.
The firmware is simply not designed to do this.
So wl1271 sends a probe request in every join command?
Not for every join command, but we observed some time ago, that the firmware was
sending broadcast probe_reqs on its own and we figured out that the issue was
related to the broadcast join commands. Again, we don't really know how the
firmware works, because we don't have access to the source, but according to TI
we can experience weird side-effects if we try to do it as you propose (and as
we were doing earlier).
You probably also remember that we have recently removed extra joins
from the wl1251 code as well, because they were causing some
problems.
I think in wl1251 we would be able to workaround this with a careful
placement of join and disconnect commands, but it would be really
complicated. Having proper support in mac80211 is much better choice.
In wl1251 it *may* work. But not because the firmware supports it, but simply
because you may be lucky and not trigger any unexpected side-effect. In any
case, it would really be a workaround and I think it would be better to have
support for this on the stack, so we can do things as specified in the WiLink
firmware APIs. We probably have a slight chance of convincing TI to fix this in
future firmwares, but I'm almost sure it won't happen for the wl1251 and it is
very unlikely to happen for wl1271.
--
Cheers,
Luca.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html