EAP-SAKE: Fix a typo in attribute parser debug print
Parsing AT_MSK_LIFE ended up writing a debug log entry with incorrect attribute name (AT_IV). Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
288b6f8b85
commit
1a33c94ccc
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ static int eap_sake_parse_add_attr(struct eap_sake_parse_attr *attr,
|
|||
attr->next_tmpid_len = len;
|
||||
break;
|
||||
case EAP_SAKE_AT_MSK_LIFE:
|
||||
wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_IV");
|
||||
wpa_printf(MSG_DEBUG, "EAP-SAKE: Parse: AT_MSK_LIFE");
|
||||
if (len != 4) {
|
||||
wpa_printf(MSG_DEBUG, "EAP-SAKE: Invalid "
|
||||
"AT_MSK_LIFE payload length %d", len);
|
||||
|
|
Loading…
Reference in a new issue