Use a fixed wps_msg prefix with WPS creds notification
This commit is contained in:
parent
a524f05eb3
commit
ff8a53a8d7
2 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,8 @@ extern "C" {
|
|||
#define WPS_EVENT_AP_AVAILABLE_PIN "WPS-AP-AVAILABLE-PIN "
|
||||
/** Available WPS AP found in scan results */
|
||||
#define WPS_EVENT_AP_AVAILABLE "WPS-AP-AVAILABLE "
|
||||
/** A new credential received */
|
||||
#define WPS_EVENT_CRED_RECEIVED "WPS-CRED-RECEIVED "
|
||||
|
||||
/* hostapd control interface - fixed message prefixes */
|
||||
#define WPS_EVENT_PIN_NEEDED "WPS-PIN-NEEDED "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue