Skip to content
Snippets Groups Projects
Commit 5231cfa7 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

map-controller: parse ssid with offset at 32

parent 7b5122e9
No related branches found
No related tags found
No related merge requests found
Pipeline #21796 failed
......@@ -127,7 +127,7 @@ struct tlv_ap_oper_bss {
trace("\t\t\tssid: %.*s\n",
ssidlen,
&tlv[offset]);
offset += ssidlen;
offset += 32;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment