FST: Show FST IE update details in debug log
This makes it more convenient to debug FST IE updates. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
780753fab2
commit
b7a07937ee
1 changed files with 1 additions and 0 deletions
|
@ -3755,6 +3755,7 @@ static void wpas_fst_set_ies_cb(void *ctx, struct wpabuf *fst_ies)
|
|||
{
|
||||
struct wpa_supplicant *wpa_s = ctx;
|
||||
|
||||
wpa_hexdump_buf(MSG_DEBUG, "FST: Set IEs", fst_ies);
|
||||
wpa_s->fst_ies = fst_ies;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue