]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
Add support to request a scan with specific SSIDs
authorKrishna Vamsi <vamsin@qti.qualcomm.com>
Thu, 21 May 2015 13:59:31 +0000 (19:29 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 5 Jun 2015 12:55:26 +0000 (15:55 +0300)
commita80651d06774dfd93b51d1f8b71345956724807a
treeb8330ed7e3ae7fd23b41622951e8dc2f4ff08d4d
parentd6f6a86a049ae290afe3e009ce971154c88a3d39
Add support to request a scan with specific SSIDs

Support a request to scan specific SSIDs given by user with the SCAN
command. The SSID list can be suffixed to the scan command as follows.
For example, if SSIDs "ABC" and "abc123" need to be specifically
scanned, the command should be "SCAN ssid 414243 ssid 616263313233". The
value of the SSID is passed in hexadecimal representation.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ctrl_iface.c
wpa_supplicant/scan.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h