Skip to content
Snippets Groups Projects
Commit 13fca118 authored by Jakob Olsson's avatar Jakob Olsson Committed by Filip Matusiak
Browse files

R6: append EHT Operations TLV to AP MLD Configuration Request

parent 046a5d08
Branches
No related tags found
1 merge request!398AP MLD Configuration Request
......@@ -753,14 +753,15 @@ struct cmdu_buff *cntlr_gen_ap_mld_configuration_request(struct controller *c,
cmdu_set_type(resp, CMDU_AP_MLD_CONFIG_REQUEST);
/* Agent AP MLD Configuration TLV */
ret = cntlr_gen_ap_mld_config(c, resp, n, caps);
if (ret)
goto out;
/* TODO: cntlr_gen_eht_opeartions */
//ret = cntlr_gen_eht_opeartions()
//if (ret)
// goto out;
/* EHT Operations TLV */
ret = cntlr_gen_eht_operations(c, resp, n);
if (ret)
goto out;
memcpy(resp->origin, agent_mac, 6);
cmdu_put_eom(resp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment