wifi: Preliminary fix for autoscanning known hidden SSIDs
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Fri, 1 Mar 2013 11:17:58 +0000 (13:17 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 5 Mar 2013 11:22:24 +0000 (13:22 +0200)
commit0ba752cd651f972554f573534794b6e17c0e15fb
tree90067307a9d2d635d91ed4df3ac713380dc5e6b6
parent00881d31e4e7cbbc57a101e68099103e9604f9ca
wifi: Preliminary fix for autoscanning known hidden SSIDs

Currently, it relies on max_ssids to know how many SSIDs it can provide as
paremeters. However, patch 6af0579c434058536fb40480f40f5e9895cfe863, which
fixes an issue about fast scanning, affects such feature.

Therefore, as a default, it will fallback to 1 if given max_ssids is 0.

There is still the issue that it will autoscan only max_ssid (1 or more)
known hidden SSIDs. This need to be fixed.

Reported by Sameer Naik
plugins/wifi.c