]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
WPA: Fix a typo in a debug message
authorJouni Malinen <j@w1.fi>
Sun, 8 Apr 2018 16:44:53 +0000 (19:44 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 8 Apr 2018 16:44:53 +0000 (19:44 +0300)
"PT derivation" was supposed to be saying "PTK derivation".

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/wpa_common.c

index 53153b060eaab59cfc2b69ed056f7dc8391e210f..8fca56960f9d7bbbb1a2b3476e4c4a9703f15d92 100644 (file)
@@ -339,7 +339,7 @@ int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
        size_t ptk_len;
 
        if (pmk_len == 0) {
-               wpa_printf(MSG_ERROR, "WPA: No PMK set for PT derivation");
+               wpa_printf(MSG_ERROR, "WPA: No PMK set for PTK derivation");
                return -1;
        }