-.\" $OpenBSD: bwi.4,v 1.20 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: bwi.4,v 1.21 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt BWI 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig bwi0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig bwi0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return bwi0 to its default settings:
-.\" $OpenBSD: iwn.4,v 1.7 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: iwn.4,v 1.8 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2007
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt IWN 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig iwn0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig iwn0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return iwn0 to its default settings:
-.\" $OpenBSD: malo.4,v 1.27 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: malo.4,v 1.28 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2006 Theo de Raadt.
.\"
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt MALO 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig malo0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig malo0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return malo0 to its default settings:
-.\" $OpenBSD: ral.4,v 1.86 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: ral.4,v 1.87 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2005-2008
.\" Damien Bergamini <damien.bergamini@free.fr>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt RAL 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
.Pp
The
.Nm
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig ral0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig ral0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return ral0 to its default settings:
-.\" $OpenBSD: rum.4,v 1.38 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: rum.4,v 1.39 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2005-2007
.\" Damien Bergamini <damien.bergamini@free.fr>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt RUM 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig rum0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig rum0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return rum0 to its default settings:
-.\" $OpenBSD: upgt.4,v 1.7 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: upgt.4,v 1.8 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org>
.\" Copyright (c) 2005-2007
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt UPGT 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig upgt0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig upgt0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return upgt0 to its default settings:
-.\" $OpenBSD: ural.4,v 1.6 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: ural.4,v 1.7 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2005-2007
.\" Damien Bergamini <damien.bergamini@free.fr>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt URAL 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig ural0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig ural0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return ural0 to its default settings:
-.\" $OpenBSD: wpi.4,v 1.18 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: wpi.4,v 1.19 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 2006, 2007
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Os
.Dt WPI 4
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig wpi0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig wpi0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return wpi0 to its default settings:
-.\" $OpenBSD: zyd.4,v 1.29 2008/07/28 20:10:28 damien Exp $
+.\" $OpenBSD: zyd.4,v 1.30 2008/07/29 16:44:19 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 28 2008 $
+.Dd $Mdocdate: July 29 2008 $
.Dt ZYD 4
.Os
.Sh NAME
.Pp
The
.Nm
-driver can be configured to use the WEP, WPA-PSK and WPA2-PSK protocols.
+driver can be configured to use
+Wireless Equivalent Privacy (WEP) or
+Wi-Fi Protected Access (WPA-PSK and WPA2-PSK).
+WPA is the de facto encryption standard for wireless networks.
+It is strongly recommended that WEP
+not be used as the sole mechanism
+to secure wireless communication,
+due to serious weaknesses in it.
The
.Nm
driver relies on the software 802.11 stack for both encryption and decryption
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# _psk=$(wpa-psk my_net my_passphrase)
-# ifconfig zyd0 nwid my_net wpa wpapsk ${_psk}
+# ifconfig zyd0 nwid my_net wpa wpapsk \e
+ $(wpa-psk my_net my_passphrase)
.Ed
.Pp
Return zyd0 to its default settings: