Fix adding extra IEs in sched scan
authorEyal Shapira <eyal@wizery.com>
Mon, 13 Aug 2012 18:48:55 +0000 (21:48 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 13 Aug 2012 18:48:55 +0000 (21:48 +0300)
commita13e07ec4dbb91bacbd224bf3ccc67542b807889
tree0cc2fbe41bb92f8568d9f842b8b3740c227c1c00
parent1f52c2f7b5187eab84f592aac5dff3f97f325da7
Fix adding extra IEs in sched scan

Refactoring done in commit 46ee0427b13d64dc4695fda24f4f228c99822c11
(IEEE 802.11u: Allow Interworking and HESSID to be configured)
broke adding extra IEs in sched scan. The IEs stopped being added
to the scan params within wpa_supplicant_extra_ies() but no code
was added to add them in wpa_supplicant_req_sched_scan().
Fix this and remove unused params arg in wpa_supplicant_extra_ies().

Signed-hostap: Eyal Shapira <eyal@wizery.com>
intended-for: hostap-1
wpa_supplicant/scan.c