]> git.ipfire.org Git - thirdparty/hostap.git/commit
dbus: Apply PMK properties immediately
authorBeniamino Galvani <bgalvani@redhat.com>
Mon, 3 Oct 2022 07:09:28 +0000 (09:09 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 5 Nov 2022 15:49:41 +0000 (17:49 +0200)
commitf899d7f3781008f6cb5c7e67e95d1e112e7b7b1e
tree1b62ffb64c27d14b69565fcb7ad09dcd8a56106e
parentc6f8af507eae658f58de39d15003d3a4f865da1c
dbus: Apply PMK properties immediately

Currently, PMK parameters in the WPA state machine are set from
configuration only when the interface is initialized. If those
parameters are changed later via D-Bus, the new values don't have any
effect.

Call wpa_sm_set_param() when PMK-related D-Bus properties are changed
to immediately apply the new value; the control interface also does
something similar.

Signed-off-by: Beniamino Galvani <bgalvani@redhat.com>
wpa_supplicant/dbus/dbus_new_handlers.c