wlantest: Print the TA of a Beacon frame for which there is no BIGTK
This makes the debug message more useful for determining whether an expected BIGTK has been derived. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
26cf43dd5d
commit
8c1231c05a
1 changed files with 3 additions and 1 deletions
|
@ -125,7 +125,9 @@ static void rx_mgmt_beacon(struct wlantest *wt, const u8 *data, size_t len)
|
|||
wpa_hexdump(MSG_MSGDUMP, "MME MIC", mme + 8, mic_len);
|
||||
|
||||
if (!bss->igtk_len[keyid]) {
|
||||
add_note(wt, MSG_DEBUG, "No BIGTK known to validate BIP frame");
|
||||
add_note(wt, MSG_DEBUG,
|
||||
"No BIGTK known to validate BIP frame from " MACSTR,
|
||||
MAC2STR(mgmt->sa));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue