From: Mikael Kanstrup Date: Tue, 6 Dec 2016 07:26:50 +0000 (+0900) Subject: Android: Add p2p_add_cli_chan=1 option X-Git-Tag: hostap_2_7~1995 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfc7731729be0d0a8e6bf5368d4c77048f6ead1b;p=thirdparty%2Fhostap.git Android: Add p2p_add_cli_chan=1 option Add p2p_add_cli_chan=1 option to p2p_supplicant.conf to allow Wi-Fi P2P operating as P2P client on passive scan channels. In addition, add p2p_add_cli_chan=1 option to wpa_supplicant.conf to have consistency in P2P channel list. There is a case where P2P channel list is updated with different channels from p2p0 and wlan0. Signed-off-by: Tomoharu Hatano --- diff --git a/wpa_supplicant/wpa_supplicant_template.conf b/wpa_supplicant/wpa_supplicant_template.conf index f3f2a6417..f55227f82 100644 --- a/wpa_supplicant/wpa_supplicant_template.conf +++ b/wpa_supplicant/wpa_supplicant_template.conf @@ -4,3 +4,4 @@ eapol_version=1 ap_scan=1 fast_reauth=1 pmf=1 +p2p_add_cli_chan=1