From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 15 10:25:19 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35E016A4CE for ; Tue, 15 Feb 2005 10:25:19 +0000 (GMT) Received: from athenas.yan.com.br (athenas.yan.com.br [200.202.253.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 883B543D60 for ; Tue, 15 Feb 2005 10:25:18 +0000 (GMT) (envelope-from ddg@yan.com.br) Received: (qmail 839 invoked by uid 1023); 15 Feb 2005 10:25:00 -0000 Received: from ddg@yan.com.br by athenas by uid 1023 with qmail-scanner-1.22 2003-09-22/. Clear:RC:1(200.202.253.166):. Processed in 0.347009 secs); 15 Feb 2005 10:25:00 -0000 Received: from unknown (HELO ?10.0.0.1?) (ddg@200.202.253.166) by athenas.yan.com.br with SMTP; 15 Feb 2005 10:24:59 -0000 Message-ID: <4211CE08.4090603@yan.com.br> Date: Tue, 15 Feb 2005 07:25:12 -0300 From: =?ISO-8859-1?Q?Daniel_Dias_Gon=E7alves?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: pt-br, pt MIME-Version: 1.0 To: Luiz Otavio Souza , freebsd-hackers@freebsd.org References: <4211511A.7030600@yan.com.br> <20050215001315.K98034@serv-qmp.walk.com.br> In-Reply-To: <20050215001315.K98034@serv-qmp.walk.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Senao Wireless Hidden SSID X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ddg@yan.com.br List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 10:25:19 -0000 Luiz, NetBSD 2.0 have mode HIDDEN SSID in ifconfig and wi(4) ? Who is porting the NetBSD wi driver ? Has a page of the patch? Has some HACK to wi driver on FreeBSD as that one that force TX RATE: --------//-------- http://excamera.com/cgi-bin/blosxom.cgi Sun, 16 May 2004 *wi hostap fix, kind of* I spent a few hours tinkering (tampering?) with this driver, and have a fix. I've verified that it works: my download speed went up from 170 kbytes/sec to 470 kbytes/sec, which is what I'd expect on an 11Mbps network. If anyone's interested, here it is: The Intersil manual on page 4-28 says that transmit packets need to have their TxRate field filled in with 10,20,55 or 110, depending on the transmission speed. The 4.X driver sets the field tx_frame.wi_tx_rate in function wihap_check_tx(), called from wi_start(). The 5.X driver calls this field frmhdr.wi_tx_rate, and leaves it zero. If you want to run at 11MBps, add a line frmhdr.wi_tx_rate = 110; in wi_start(), just before the call to wi_write_bap(). (Obviously, this is just a cheesy hack. The real code would have to find the actual tx rate. I just want to point out where the problem lies). --------//-------- []s Daniel Dias Gonçalves Luiz Otavio Souza escreveu: > Daniel, > > There is a ongoing work for this on 6-CURRENT. > > On 5.X this patch: > http://www.microeletronica.com.br/BSD/net80211/compile.html > implements the new net80211 wich support this, but the driver wi(4) is > not ready yet. > I see someone here that is porting the netbsd wi driver wich has the > support for hidden ssid. you can search it and try to make both work. > > regards, > Luiz > > On Mon, 14 Feb 2005, [ISO-8859-1] Daniel Dias Gonçalves wrote: > >> Hi, >> >> I setup a FreeBSD 5.3 with Senao SL-2511CD Plus ext2 802.11b in mode >> HOSTAP. >> Using scaning software, i view the name of the SSID. It´s possible to >> hidden SSID ? >> >> []s Daniel Dias Gonçalves >> ddg@yan.com.br >> >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to >> "freebsd-hackers-unsubscribe@freebsd.org" >> >------------------------------------------------------------------------ > >_______________________________________________ >freebsd-hackers@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > >