ed442e8dc7
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.
8 lines
163 B
Text
8 lines
163 B
Text
##### wpa_supplicant configuration file template #####
|
|
update_config=1
|
|
eapol_version=1
|
|
ap_scan=1
|
|
fast_reauth=1
|
|
pmf=1
|
|
p2p_add_cli_chan=1
|
|
p2p_optimize_listen_chan=1
|