diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-09-24 17:56:18 +0200 |
---|---|---|
committer | Arik Nemtsov <arik@wizery.com> | 2012-09-24 21:14:06 +0200 |
commit | 326e560fb8f6a93fb7067be167c5f4dc870aa026 (patch) | |
tree | d4d7148ab19e52a3aefe4b8b6259dfa17492d845 | |
parent | 61d59eaa7ebf59c926d40b00228e227b3d27f8c9 (diff) | |
download | external_wpa_supplicant_8_ti-326e560fb8f6a93fb7067be167c5f4dc870aa026.zip external_wpa_supplicant_8_ti-326e560fb8f6a93fb7067be167c5f4dc870aa026.tar.gz external_wpa_supplicant_8_ti-326e560fb8f6a93fb7067be167c5f4dc870aa026.tar.bz2 |
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 <arik@wizery.com>
-rw-r--r-- | wpa_supplicant/wpa_supplicant_template.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |