[pkg-wpa-devel] r939 - /wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Dec 26 09:32:03 UTC 2007


Author: kelmo-guest
Date: Wed Dec 26 09:32:03 2007
New Revision: 939

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=939
Log:
adjust new template configuration file

Modified:
    wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch

Modified: wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch?rev=939&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch (original)
+++ wpasupplicant/trunk/debian/patches/01_debian_wpa_roam_example.patch Wed Dec 26 09:32:03 2007
@@ -1,11 +1,12 @@
 --- /dev/null
 +++ b/wpa_supplicant/examples/wpa-roam.conf
-@@ -0,0 +1,105 @@
+@@ -0,0 +1,85 @@
 +######################## Debian wpa-roam Template #############################
 +#
 +# Template configuration for wpa-roam mode of Debian's wpasupplicant package.
 +# wpa-roam mode is described in detail in the wpa_action(8) manpage, and also
-+# at /usr/share/doc/wpasupplicant/README.modes.gz
++# at /usr/share/doc/wpasupplicant/README.modes.gz. Please read these documents
++# to get an overview of how to setup this mode.
 +#
 +# For a detailed set of configuration examples for different networks, refer to
 +# /usr/share/doc/wpasupplicant/examples/README.wpa_supplicant.conf.gz
@@ -63,40 +64,19 @@
 +# from ifupdown's /etc/network/interfaces file.
 +#
 +###############################################################################
-+#
-+# A note on WEP and WPA pre-shared keys:
-+#
-+# WEP/WPA ascii passphrases must be within quotation marks, a hex key must not
-+# be.
-+#
-+# WEP ascii: wep_key0="abcde"
-+# WEP hex:   wep_key0=6162636465
-+#
-+# NOTE: 5/13/16/29 ascii characters are needed for 64/128/152/256-bit
-+#       WEP ascii passphrases.
-+#       10/26/32/58 hex characters are needed for 64/128/152/256-bit
-+#       WEP hex keys.
-+#
-+# WPA ascii: psk="mysecretpassphrase"
-+# WPA hex  : psk=0efe134ea6f7033bdaa616f436dc3224dc433213e86b8b2ccab5da59d5ec8daa
-+#
-+# NOTE: ascii WPA passphrases must be at least 8 and no more than 63
-+#       acsii characters long. Hex keys must be 64 hex characters in
-+#       length.
-+#
-+###############################################################################
 +
 +#network={
 +#	ssid="Example WEP Network"
 +#	key_mgmt=NONE
 +#	wep_key0=6162636465
 +#	wep_tx_keyidx=0
-+#	id_str="wpa_network"
++#	id_str="johns_house"
 +#}
 +
 +#network={
 +#	ssid="Example WPA Network"
 +#	psk="mysecretpassphrase"
++#	id_str="home"
 +#}
 +
 +###############################################################################




More information about the Pkg-wpa-devel mailing list