Add p2p_optimize_listen_chan=1 to default Android template

Commit e3bd6e9dc0 ("P2P: Use another interface operating channel as
listen channel") allows P2P listen channel to be selected based on
another interface operating channel if it is one of social channels
(i.e., 2.4 GHz 1, 6, 11).

This optimization is disabled by default due to the technical
specification expectations, but since this can be quite helpful for
optimized behavior, enable it by adding p2p_optimize_listen_chan=1 to
the default Android configuration template.
This commit is contained in:
Hu Wang 2022-08-26 11:17:50 +08:00 committed by Jouni Malinen
parent 5b76c36545
commit ed442e8dc7

View file

@ -5,3 +5,4 @@ ap_scan=1
fast_reauth=1
pmf=1
p2p_add_cli_chan=1
p2p_optimize_listen_chan=1