Skip to content
Snippets Groups Projects
Commit 9ce42a95 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

fix teardown bit position in map-ie

parent c67aabcd
No related branches found
No related tags found
No related merge requests found
Pipeline #16189 failed
......@@ -199,7 +199,7 @@ struct tlv_wsc *cntlr_gen_wsc(struct controller *c,
/* backhaul STA */
cfg.input.mapie |= (cred->disallow_bsta << 2);
/* teardown bit */
//cfg.input.mapie |= 1 << 3;
//cfg.input.mapie |= 1 << 4;
memcpy(cfg.input.ssid, cred->ssid, 32);
memcpy(cfg.input.network_key, cred->key, 64);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment