[pkg-wpa-devel] r942 - in /wpasupplicant/trunk/debian: README.modes changelog
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Wed Dec 26 10:05:10 UTC 2007
Author: kelmo-guest
Date: Wed Dec 26 10:05:10 2007
New Revision: 942
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=942
Log:
* Add initial subsection to README.modes about "Interacting with
wpa_supplicant with wpa_cli and wpa_gui".
Modified:
wpasupplicant/trunk/debian/README.modes
wpasupplicant/trunk/debian/changelog
Modified: wpasupplicant/trunk/debian/README.modes
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/README.modes?rev=942&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/README.modes (original)
+++ wpasupplicant/trunk/debian/README.modes Wed Dec 26 10:05:10 2007
@@ -20,6 +20,7 @@
3. Mode #2: Roaming Mode
- wpa_supplicant.conf
- /etc/network/interfaces
+ - Interacting with wpa_supplicant with wpa_cli and wpa_gui
- Controlling the Roaming Daemon with wpa_action
- Fine Tuning the Roaming Setup
- The Logfile
@@ -353,6 +354,21 @@
A log of /sbin/wpa_action's actions is created at /var/log/wpa_action.log,
please attach the log when reporting problems.
+Interacting with wpa_supplicant with wpa_cli and wpa_gui
+========================================================
+
+The wpa_supplicant process can be interacted with by members of the "netdev"
+group if the example roaming configuration was used as is (or by whatever
+group or gid specified by the GROUP= crtl_interface parameter).
+
+ # the default ctrl_interface option used in the example file
+ # /usr/share/doc/wpasupplicant/examples/wpa-roam.conf
+ ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
+
+To interact with the supplicant, the wpa_cli (command line) and wpa_gui (QT)
+have been provided. With these you may connect, disconnect, add/delete new
+network blocks, provide required interactive security information and so on.
+
Controlling the Roaming Daemon with wpa_action
==============================================
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=942&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Dec 26 10:05:10 2007
@@ -54,8 +54,10 @@
* Add debian/patches/42_wpa_cli_ctrl_interface_group_update.patch to update
wpa_cli docbook manpage to describe the GROUP= parameter of ctrl_interface
instead of the deprecated ctrl_interface_group option.
-
- -- Kel Modderman <kel at otaku42.de> Wed, 26 Dec 2007 19:39:15 +1000
+ * Add initial subsection to README.modes about "Interacting with
+ wpa_supplicant with wpa_cli and wpa_gui".
+
+ -- Kel Modderman <kel at otaku42.de> Wed, 26 Dec 2007 20:00:49 +1000
wpasupplicant (0.6.1~git20071119-1) unstable; urgency=low
More information about the Pkg-wpa-devel
mailing list