[PATCH] supplicant: Document p2p_disable option.
greearb at candelatech.com
greearb
Mon Apr 20 16:31:24 PDT 2015
From: Ben Greear <greearb at candelatech.com>
I needed this option to disable p2p on a buggy system.
Document this so someone else finds it quicker next time!
Signed-off-by: Ben Greear <greearb at candelatech.com>
---
wpa_supplicant/wpa_supplicant.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf
index 4b891e1..143b99a 100644
--- a/wpa_supplicant/wpa_supplicant.conf
+++ b/wpa_supplicant/wpa_supplicant.conf
@@ -297,6 +297,10 @@ fast_reauth=1
# format: <backend name>[:<optional backend parameters>]
#ext_password_backend=test:pw1=password|pw2=testing
+
+# Disable P2P functionality
+# p2p_disable=1
+
# Timeout in seconds to detect STA inactivity (default: 300 seconds)
#
# This timeout value is used in P2P GO mode to clean up
--
1.9.3
More information about the Hostap
mailing list