mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
mesh: Write close reason from Mesh Peering Close to debug log
This makes it a bit easier to understand the debug log entries related to tearing down a mesh connection. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ee0ad453d5
commit
e8afaad7fd
@ -1113,6 +1113,10 @@ void mesh_mpm_action_rx(struct wpa_supplicant *wpa_s,
|
|||||||
llid = WPA_GET_LE16(peer_mgmt_ie.plid);
|
llid = WPA_GET_LE16(peer_mgmt_ie.plid);
|
||||||
wpa_printf(MSG_DEBUG, "MPM: plid=0x%x llid=0x%x", plid, llid);
|
wpa_printf(MSG_DEBUG, "MPM: plid=0x%x llid=0x%x", plid, llid);
|
||||||
|
|
||||||
|
if (action_field == PLINK_CLOSE)
|
||||||
|
wpa_printf(MSG_DEBUG, "MPM: close reason=%u",
|
||||||
|
WPA_GET_LE16(peer_mgmt_ie.reason));
|
||||||
|
|
||||||
sta = ap_get_sta(hapd, mgmt->sa);
|
sta = ap_get_sta(hapd, mgmt->sa);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user