Android: Fix max number of sched scan SSIDs based on driver capability
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 28 Mar 2016 17:58:53 +0000 (10:58 -0700)
committerJouni Malinen <j@w1.fi>
Sat, 2 Apr 2016 14:35:28 +0000 (17:35 +0300)
commitf89c32e63f71e66d7b55e284016762b603ae02db
tree3ccfcbd7d99491a05fe72c29e1f60ad561233a7a
parentf1a5a34d8e5554d4286842f91797d811a713a5fc
Android: Fix max number of sched scan SSIDs based on driver capability

This adds use of the driver capability (instead of hardcoded
WPAS_MAX_SCAN_SSIDS) in wpas_start_pno() similarly to what was already
done in wpa_supplicant_req_sched_scan().

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/scan.c