]> git.ipfire.org Git - thirdparty/hostap.git/commit
Set the default scan IEs on interface restart
authorSunil Dutt <usdutt@codeaurora.org>
Tue, 6 Aug 2019 16:04:21 +0000 (21:34 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 7 Aug 2019 08:43:12 +0000 (11:43 +0300)
commit3263fca289a4493b3dfae6219ec6d6e846a18643
treed998fd0c40ac5435ae21f52f0c664a98763ac8d7
parentaeb7ab8edb25dd504bbe9704c39573aab349c5fe
Set the default scan IEs on interface restart

Previously, these default scan IEs were set only when parameter values
changed and during the interface initialization, which can get lost in
the driver on an interface restart. Hence, also set these IEs on an
interface restart notification even when there has been no change in the
values since the last update to the driver.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/events.c