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

fix: TODO define STEER_REQUEST_MANDATE

parent 166f083c
No related branches found
No related tags found
3 merge requests!295wifi_opclass: add wifi_radio_opclass_update_channel,!294Revert "fix typo query_channel_pref enum",!293Draft: Janusz cntlr apis
Pipeline #131323 failed
......@@ -804,7 +804,7 @@ int cntlr_gen_tlv_steer_request(struct controller *c,
BUF_PUT_BE16(st->btm_disassoc_timer, 0x0000);
if (is_mandate) {
st->mode |= STEER_REQUEST_MODE_MANDATE;
st->mode |= STEER_REQUEST_MODE; //MANDATE
BUF_PUT_BE16(st->op_window, 0x0000);
} else {
BUF_PUT_BE16(st->op_window, steer_op_window);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment