net: wifi: Disable trigger in TWT quick setup
Most AP's are not sending proper HE triggers or stopping triggers after sometime, so, change the default to non-triggered based TWT. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
456859a65d
commit
97bd70fa05
|
@ -717,7 +717,7 @@ static int cmd_wifi_twt_setup_quick(const struct shell *sh, size_t argc,
|
|||
params.flow_id = 0;
|
||||
params.setup.responder = 0;
|
||||
params.setup.implicit = 1;
|
||||
params.setup.trigger = 1;
|
||||
params.setup.trigger = 0;
|
||||
params.setup.announce = 0;
|
||||
|
||||
if (!parse_number(sh, (long *)¶ms.setup.twt_wake_interval, argv[idx++],
|
||||
|
|
Loading…
Reference in a new issue