commit | 4c8158fffdc0c3d3c63aefa46a100e61c2bc7674 | [log] [tgz] |
---|---|---|
author | Ashwini Patil <c_apati@qti.qualcomm.com> | Thu May 25 12:49:21 2017 +0530 |
committer | Jouni Malinen <jouni@qca.qualcomm.com> | Sat May 27 13:04:26 2017 +0300 |
tree | 2ae05c46d2a2c6a46e81036a84a68ef002c8b591 | |
parent | 467efef73f14ff17aedb6b2165cea021ebef3ecb [diff] |
sta_reassoc: Issue scan before issuing reassoc (WCN) The cld driver is not initiating a scan as part of FASTREASSOC implementation and the command can fail if there is no scan entry for the requested BSSID. Hence initiate a scan explicitly from sigma_dut. Initiate a single channel scan if channel number is provided with FASTREASSOC command else do a full scan. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>