From 326e560fb8f6a93fb7067be167c5f4dc870aa026 Mon Sep 17 00:00:00 2001 From: Arik Nemtsov Date: Mon, 24 Sep 2012 17:56:18 +0200 Subject: android: wpa_s template: allow p2p multi channel operation (ANDROID) Set the p2p_multi_chan parameter to 1 by default. It will have no effect if the current driver doesn't support multi-channel. Otherwise it will allow the P2P channel to be set while disregarding other connected interfaces on the phy. Signed-off-by: Arik Nemtsov --- wpa_supplicant/wpa_supplicant_template.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf index 917ade4..9a1ace7 100644 --- a/wpa_supplicant/wpa_supplicant_template.conf +++ b/wpa_supplicant/wpa_supplicant_template.conf @@ -13,3 +13,4 @@ p2p_conc_mode=2 driver_param=use_p2p_group_interface=1 p2p_go_max_inactivity=30 p2p_go_ht40=1 +p2p_multi_chan=1 -- cgit v1.1