commit | 587cc286c8a8e22bbe4521c331b88d62d0cb1076 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Tue May 15 18:31:58 2012 +0300 |
committer | Luciano Coelho <coelho@ti.com> | Wed Jun 06 19:33:28 2012 +0300 |
tree | 2cc4acb16f33851fda51222afc902a126848a566 | |
parent | 78f85f5066b721666f869d537eaca6a0818aa301 [diff] |
wlcore: compare ssid_len before comparing ssids When comparing 2 ssids the ssid_len must be taken into account. Otherwise, a substring will be treated as equal. This bug might cause ssids to get scanned as public ssids (rather than hidden), resulting in broadcast probe request (instead of ssid-specific ones) Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>