From 32185f541ca6073b4e926c82f50bbf473b5a4d92 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 20 Jan 2014 17:11:31 -0600 Subject: [PATCH] Sync manpages and command-line options Signed-hostap: Dan Williams --- wpa_supplicant/doc/docbook/wpa_cli.sgml | 17 +++++ .../doc/docbook/wpa_supplicant.sgml | 65 +++++++++++++++++-- 2 files changed, 78 insertions(+), 4 deletions(-) diff --git a/wpa_supplicant/doc/docbook/wpa_cli.sgml b/wpa_supplicant/doc/docbook/wpa_cli.sgml index c080c07de..f79557e2b 100644 --- a/wpa_supplicant/doc/docbook/wpa_cli.sgml +++ b/wpa_supplicant/doc/docbook/wpa_cli.sgml @@ -15,10 +15,12 @@ wpa_cli -p path to ctrl sockets + -g path to global ctrl_interface socket -i ifname -hvB -a action file -P pid file + -G ping interval command ... @@ -110,6 +112,14 @@ CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar be found. + + -g control socket path + + Connect to the global control socket at the + indicated path rather than an interface-specific control + socket. + + -i ifname @@ -160,6 +170,13 @@ CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar file. + + -G ping interval + + Set the interval (in seconds) at which + wpa_cli pings the supplicant. + + command diff --git a/wpa_supplicant/doc/docbook/wpa_supplicant.sgml b/wpa_supplicant/doc/docbook/wpa_supplicant.sgml index aa20e5711..346ce2616 100644 --- a/wpa_supplicant/doc/docbook/wpa_supplicant.sgml +++ b/wpa_supplicant/doc/docbook/wpa_supplicant.sgml @@ -12,7 +12,7 @@ wpa_supplicant - -BddfhKLqqtuvW + -BddfhKLqqsTtuvW -iifname -cconfig file -Ddriver @@ -343,10 +343,21 @@ + + -e entropy file + + File for wpa_supplicant to use to + maintain its internal entropy store in over restarts. + + + -f output file - Log output to specified file instead of stdout. + Log output to specified file instead of stdout. (This + is only available if wpa_supplicant was + built with the CONFIG_DEBUG_FILE + option.) @@ -386,6 +397,22 @@ + + -o override driver + + Override the driver parameter for new + interfaces. + + + + + -O override ctrl_interface + + Override the ctrl_interface parameter for new + interfaces. + + + -p @@ -408,11 +435,41 @@ + + -s + + Log output to syslog instead of stdout. (This is only + available if wpa_supplicant was built + with the CONFIG_DEBUG_SYSLOG + option.) + + + + + -T + + Log output to Linux tracing in addition to any other + destinations. (This is only available + if wpa_supplicant was built with + the CONFIG_DEBUG_LINUX_TRACING + option.) + + + + + -t + + Include timestamp in debug messages. + + + -u - Enabled DBus control interface. If enabled, interface - definitions may be omitted. + Enable DBus control interface. If enabled, interface + definitions may be omitted. (This is only available + if wpa_supplicant was built with + the CONFIG_DBUS option.)0