WPS ER: Clear WPS protocol run on PutMessage failure

This commit is contained in:
Jouni Malinen 2009-11-15 22:56:39 +02:00
parent 2c073ad43d
commit 33417cd75c

View file

@ -1408,6 +1408,10 @@ static void wps_er_http_put_message_cb(void *ctx, struct http_client *c,
case HTTP_CLIENT_INVALID_REPLY:
case HTTP_CLIENT_TIMEOUT:
wpa_printf(MSG_DEBUG, "WPS ER: PutMessage failed");
if (ap->wps) {
wps_deinit(ap->wps);
ap->wps = NULL;
}
break;
}
http_client_free(ap->http);