From owner-freebsd-net@FreeBSD.ORG Tue Oct 14 00:22:40 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D00C1065686 for ; Tue, 14 Oct 2008 00:22:40 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id 19D4A8FC1B for ; Tue, 14 Oct 2008 00:22:39 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so1897573mue.3 for ; Mon, 13 Oct 2008 17:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=pv5OHo8S8wF0Wi/yyiMNvoM6bIecFjw9GhjfICxwuHY=; b=NizZqkfi84F3yKa0jAVWF27nJ877iDGibRZ/o+H+GJoS09o0yZNlRwkJdmzF96GCxz 0wwsSyxMho9csSIEsZM3xc5N4RUAJdJZAOn5J4Hp0jcQggpVwt2CK7zmEP9J6PF1DO+P mpxJzGhoc7zIaAcIMnMNlEcoZAPNtKRDcTlv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=OB8FeDgYrR0flt4qfZw9nJpUcwsdearRXp3+YXs/rrGsaraZJnKxnmmg5KplRhFdaa BgL6nD+HVpoy0xeuotO9Cb00Su6rz1xcqhAqoV+rZcn57oFp/NkUkrIRpmxc/zEqex9V 10SqvMj2fRREYjW04yYBTMSPBw4nVA3wsSCPg= Received: by 10.187.166.12 with SMTP id t12mr1205487fao.38.1223943757636; Mon, 13 Oct 2008 17:22:37 -0700 (PDT) Received: by 10.187.194.10 with HTTP; Mon, 13 Oct 2008 17:22:37 -0700 (PDT) Message-ID: <4ad871310810131722p5dec24bco148ed703ca0f8870@mail.gmail.com> Date: Mon, 13 Oct 2008 20:22:37 -0400 From: "Glen Barber" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ifconfig, wpa_supplicant, and hidden SSIDs X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2008 00:22:40 -0000 Hi everyone. I'm having an odd problem with wpa_supplicant and a hidden, unauthenticated access point. If I do 'ifconfig ndis0 scan', it brings up BSSIDs, but hidden names. I have desktopbsd-tools installed, so I tried accessing the AP using that, which I had to manually tell dbsd-nettray the SSID name for the AP in question. After doing so, I get 'Failed to connect', but '/etc/rc.d/netif restart ndis0' brings the interface back up, and reconnects. Now, to my real question: Where does SSID and AP MAC addresses get stored in the system? If I can manually (or script) the SSID name to the file, associated my MAC address of the access point, I can set this up via rc.local, and not need to load the dbsd-tools applet, which I cannot use anyway because of WPA at home. Thanks in advance. -- Glen Barber