]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/common/wpa_ctrl.h
Add CTRL-EVENT-SCAN-FAILED notification in case of scan failure
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 5 Nov 2014 21:22:25 +0000 (13:22 -0800)
committerJouni Malinen <j@w1.fi>
Sat, 15 Nov 2014 09:03:52 +0000 (11:03 +0200)
commitd10792199e36f357fb82d191ec7bfc6d9daa9e1c
tree5e2251f8ad46d1aa9d042838072ec94dcd2b1a2f
parent9f6a7cddc42811883d6035032854089475f2fc65
Add CTRL-EVENT-SCAN-FAILED notification in case of scan failure

This is needed since the SCAN command with radio work returns before the
actual driver operation to trigger a scan has been executed and as such,
cannot return result of that operation.

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