]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Add WPS-PIN-ACTIVE and WPS-CANCEL events
authorBilal Hatipoglu <bilal.hatipoglu@airties.com>
Thu, 5 Sep 2019 09:33:44 +0000 (12:33 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 25 Dec 2019 18:58:52 +0000 (20:58 +0200)
commitb1b62a13648e8cd7efd994c4f07e2b261ea4356b
treebf12a41f07440479124a63e3c0dd3c9c8b3a0013
parent0b1839405e20d9c7a21bd392fe711069affcf62b
WPS: Add WPS-PIN-ACTIVE and WPS-CANCEL events

WPS_EVENT_CANCEL is added to indicate cancellation of a WPS operation
for any reason in hostapd/wpa_supplicant.

WPS_EVENT_PIN_ACTIVE is added to indicate when a PIN operation is
triggered in wpa_supplicant.

Signed-off-by: Veli Demirel <veli.demirel@airties.com>
Signed-off-by: Bilal Hatipoglu <bilal.hatipoglu@airties.com>
src/ap/wps_hostapd.c
src/common/wpa_ctrl.h
wpa_supplicant/wps_supplicant.c