WPS: Added event callback and M2D notification
[libeap.git] / wpa_supplicant / wpa_gui-qt4 / wpagui.cpp
index 829e3c1..edf88ea 100644 (file)
@@ -802,6 +802,8 @@ void WpaGui::processMsg(char *msg)
        } else if (str_match(pos, WPA_EVENT_EAP_METHOD)) {
                if (strstr(pos, "(WSC)"))
                        wpsStatusText->setText("Registration started");
+       } else if (str_match(pos, WPS_EVENT_M2D)) {
+               wpsStatusText->setText("Registrar does not yet know PIN");
        }
 }