From owner-freebsd-mobile@FreeBSD.ORG Fri Sep 30 03:57:54 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BAA316A41F for ; Fri, 30 Sep 2005 03:57:54 +0000 (GMT) (envelope-from jason.dusek@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A574E43D48 for ; Fri, 30 Sep 2005 03:57:53 +0000 (GMT) (envelope-from jason.dusek@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so1660528wxc for ; Thu, 29 Sep 2005 20:57:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=sGGeSQCMtxLy/06M37wdGYFIq+tTPnzkLgDj9lINssccoT6HB3DA+KLAxMXwSO8D/be3CcVRyT+jqmfs2vbULkvJRtYQeDuWAgbXlRKucSvdJiTYQ67KzgmCP3h/2BjDzVO6EHUX7yzXvgPS1S0Lpugj0N2OSdjrSjDPuNqxgsk= Received: by 10.70.28.8 with SMTP id b8mr806194wxb; Thu, 29 Sep 2005 20:57:53 -0700 (PDT) Received: by 10.70.115.11 with HTTP; Thu, 29 Sep 2005 20:57:53 -0700 (PDT) Message-ID: <42784f260509292057i7563f428g7995442b95654164@mail.gmail.com> Date: Thu, 29 Sep 2005 20:57:53 -0700 From: Jason Dusek To: Mobile MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: using a WAP-PSK passphrase X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Dusek List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2005 03:57:54 -0000 i would like to use my monastery's wireless lan, and they sent me the ssid and the WAP-PSK passphrase. but i still need a key, don't i? how do i initiate a connection with the ssid and the passphrase? i'm using ndis to run my dell d600's wireless card: < from dmesg > ndis0: mem 0xfaffe000-0xfafffff= f irq 5 at device 3.0 on pci2 ndis0: NDIS API version: 5.0 ndis0: Ethernet address: 00:90:96:b9:95:64 ndis0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ndis0: 11g rates: 6Mbps 9Mbps 12Mbps 18Mbps 36Mbps 48Mbps 54Mbps and i'm running 5.4-STABLE < output of uname -a > FreeBSD localhost 5.4-STABLE FreeBSD 5.4-STABLE #1: Thu Sep 15 17:11:43 PDT 2005 jsn@localhost:/usr/obj/usr/src/sys/CUSTOM i386 if someone could point me to the appropriate man page, i would be much obliged to them. -- _jason