mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-19 03:14:05 -05:00
WPA: Fix a typo in a debug message
"PT derivation" was supposed to be saying "PTK derivation". Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1bd131105b
commit
8e402d1657
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user