WPS: Added event callback for successfully completed registration

This commit is contained in:
Jouni Malinen 2008-12-19 22:34:18 +02:00
parent 469fc3a41f
commit ad5302a1ca
8 changed files with 34 additions and 2 deletions

View file

@ -64,6 +64,8 @@ extern "C" {
#define WPS_EVENT_M2D "WPS-M2D "
/** WPS registration failed after M2/M2D */
#define WPS_EVENT_FAIL "WPS-FAIL "
/** WPS registration completed successfully */
#define WPS_EVENT_SUCCESS "WPS-SUCCESS "
/* hostapd control interface - fixed message prefixes */
#define WPS_EVENT_PIN_NEEDED "WPS-PIN-NEEDED "