<div dir="ltr">wpa_supplicant?  I've seen some atrocious behavior from wpa_supplicant in the past (especially the closed-source versions from some chipset companies).<div><br></div><div>One reason it's likely to be scanning is that it's looking for alternate APs for the same SSID, which are "better".</div><div><br></div><div>I saw one implementation that would do an all-channel wildcard ssid scan (elicting a response from every AP in range), and then would proceed to scan every channel for just the ssid it was configured to use (hardcoded in the wifi config).  Why it was doing a broadcast for all APs, I don't know.  But once you get enough APs in a small enough area, that behavior causes a broadcast storm as the probe responses (all at 1Mbps) flood the air, and then cause other STAs to miss beacons, and re-scan, and it death-spirals from there.</div><div><br></div><div>-Aaron</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 13, 2016 at 5:19 PM, Dave Taht <span dir="ltr"><<a href="mailto:dave.taht@gmail.com" target="_blank">dave.taht@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I finally tracked down the source of many of the anomalies I'd<br>
seen thus far... channel scans.<br>
<br>
For the related rant, see:<br>
<br>
<a href="http://blog.cerowrt.org/post/disabling_channel_scans/" rel="noreferrer" target="_blank">http://blog.cerowrt.org/post/disabling_channel_scans/</a><br>
<br>
Still haven't been able to kill it off entirely.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Dave Täht<br>
Let's go make home routers and wifi faster! With better software!<br>
<a href="http://blog.cerowrt.org" rel="noreferrer" target="_blank">http://blog.cerowrt.org</a><br>
_______________________________________________<br>
Make-wifi-fast mailing list<br>
<a href="mailto:Make-wifi-fast@lists.bufferbloat.net">Make-wifi-fast@lists.bufferbloat.net</a><br>
<a href="https://lists.bufferbloat.net/listinfo/make-wifi-fast" rel="noreferrer" target="_blank">https://lists.bufferbloat.net/listinfo/make-wifi-fast</a><br>
</font></span></blockquote></div><br></div>