]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wl12xx/hostap.git/commit
P2P: add conf param to prefer p2p multi channel
authorArik Nemtsov <arik@wizery.com>
Mon, 24 Sep 2012 15:39:23 +0000 (17:39 +0200)
committerArik Nemtsov <arik@wizery.com>
Mon, 24 Sep 2012 19:14:06 +0000 (21:14 +0200)
commit61d59eaa7ebf59c926d40b00228e227b3d27f8c9
tree8a6fcea38b3c8f0c5b1a5d0baafc65d2be95cc1d
parent6fdeed26208ecd0b2ec210a650df0b7c0ecfc2fe
P2P: add conf param to prefer p2p multi channel

When p2p_multi_chan=1 is set in the wpa_supplicant.conf file, don't set
the P2P operating channel according to any existing shared frequency.

Normally we would force the operating channel to be the same as that of
other interfaces operating on the same phy. This param allow us to optimize
P2P user experience by allowing an arbitrary operating channel.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/p2p_supplicant.c