From 5231cfa70dff284cececf49983a2985d2db5cf0b Mon Sep 17 00:00:00 2001
From: Jakob Olsson <jakob.olsson@iopsys.eu>
Date: Fri, 11 Jun 2021 14:03:15 +0200
Subject: [PATCH] map-controller: parse ssid with offset at 32

---
 src/core/cntlr_map_debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/cntlr_map_debug.c b/src/core/cntlr_map_debug.c
index ddc9a059..a4a66bbe 100644
--- a/src/core/cntlr_map_debug.c
+++ b/src/core/cntlr_map_debug.c
@@ -127,7 +127,7 @@ struct tlv_ap_oper_bss {
 				trace("\t\t\tssid: %.*s\n",
 					ssidlen,
 					&tlv[offset]);
-				offset += ssidlen;
+				offset += 32;
 			}
 		}
 	}
-- 
GitLab