From c4193b9aa51ca87fd01ef65991ea666183b2e26d Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 26 Jun 2019 20:01:34 +0300 Subject: [PATCH] WPS: Fix a typo in a comment (use full WPA2-Personal name) Signed-off-by: Jouni Malinen --- src/wps/wps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wps/wps.h b/src/wps/wps.h index 14ce86326..9963c4687 100644 --- a/src/wps/wps.h +++ b/src/wps/wps.h @@ -733,7 +733,7 @@ struct wps_context { * uses this when acting as an Enrollee to notify Registrar of the * current configuration. * - * When using WPA/WPA2-Person, this key can be either the ASCII + * When using WPA/WPA2-Personal, this key can be either the ASCII * passphrase (8..63 characters) or the 32-octet PSK (64 hex * characters). When this is set to the ASCII passphrase, the PSK can * be provided in the psk buffer and used per-Enrollee to control which -- 2.47.3