Return-path: Received: from c60.cesmail.net ([216.154.195.49]:30518 "EHLO c60.cesmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751273AbYHDEs2 (ORCPT ); Mon, 4 Aug 2008 00:48:28 -0400 Subject: Re: [PATCH 01/19] orinoco: Add ESSID specific scanning for Agere fw From: Pavel Roskin To: kilroyd@googlemail.com Cc: linux-wireless@vger.kernel.org, orinoco-devel@lists.sourceforge.net, David Kilroy , Jean Tourrilhes In-Reply-To: <1217672073-7094-2-git-send-email-kilroyd@gmail.com> References: <1217672073-7094-1-git-send-email-kilroyd@gmail.com> <1217672073-7094-2-git-send-email-kilroyd@gmail.com> Content-Type: text/plain Date: Mon, 04 Aug 2008 00:48:24 -0400 Message-Id: <1217825304.10989.20.camel@dv> (sfid-20080804_064851_344698_51407067) Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Sat, 2008-08-02 at 11:14 +0100, kilroyd@googlemail.com wrote: > Pass the ESSID to the card. > > This allows 'iwlist eth1 scan essid ' to work, and will help > with routers setup not to broadcast the ESSID. That's a nice thing to have, but it doesn't seem to work on x86_64 (I didn't try other platforms). I tried wireless-tools 30.pre6 instead of 29, but it broke the output completely: # iwlist eth1 scan *** Please report to jt@hpl.hp.com your platform details *** and the following line : *** IW_EV_LCP_PK2_LEN = 4 ; IW_EV_POINT_PK2_LEN = 8 eth1 Scan completed : Cell 01 - Address: 00:19:5B:56:FC:73 ESSID:off/any/hidden Mode:Master Frequency=2.437 GHz (Channel 6) Signal level:-29 dBm Noise level:-81 dBm Encryption key:E0 Extra: Cell 02 - Address: 00:15:6D:53:9A:CA ESSID:off/any/hidden Mode:Master Frequency:2.462 GHz (Channel 11) Signal level:-49 dBm Noise level:-80 dBm Encryption key:E0 Extra: > + if (priv->scan_mode & IW_SCAN_THIS_ESSID) { The debug output shows that the about condition is never true with either version of iwlist. The command is: iwlist eth1 scan essid foo Copying Jean regarding the message. -- Regards, Pavel Roskin