From owner-freebsd-questions@FreeBSD.ORG Thu Apr 30 15:10:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF861065670 for ; Thu, 30 Apr 2009 15:10:50 +0000 (UTC) (envelope-from freebsd.questions@virtualhost.nl) Received: from mail.virtualhost.nl (mail.virtualhost.nl [89.200.201.133]) by mx1.freebsd.org (Postfix) with ESMTP id 4598B8FC16 for ; Thu, 30 Apr 2009 15:10:50 +0000 (UTC) (envelope-from freebsd.questions@virtualhost.nl) Received: (qmail 55632 invoked from network); 30 Apr 2009 17:10:48 +0200 Received: from ip120-12-208-87.adsl2.static.versatel.nl (HELO ?192.168.1.7?) (87.208.12.120) by mail.virtualhost.nl with SMTP; 30 Apr 2009 17:10:48 +0200 Message-ID: <49F9BF78.5000402@virtualhost.nl> Date: Thu, 30 Apr 2009 17:10:48 +0200 From: Jeroen Hofstee User-Agent: Thunderbird 2.0.0.21 (X11/20090321) MIME-Version: 1.0 To: "Paul B. Mahol" References: <49F98BB9.3020806@virtualhost.nl> <3a142e750904300743l7a154749r3b97ecb82f4c4f33@mail.gmail.com> In-Reply-To: <3a142e750904300743l7a154749r3b97ecb82f4c4f33@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: output of ifconfig list scan X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 15:10:51 -0000 Paul B. Mahol wrote: >> It appears that the tool assumes SSID are reported as >> SSID, which is not the case here. My list is similar as listed >> in the handbook, >> >> Looking at ifconfig, it appears to me that the ieee80211 part queries >> the kernel and prints the returned values. >> I therefore assume that there are drivers, which report the session as >> SSID instead of session directly. >> > > Whatever means it is either not supported by NDIS or not implemented > in ndisulator. > Perhaps I should explain my question a bit better. The is just mentioned as an example. With the ndiswrapper the wifi is working proper and lists the available network (only mine shown), e.g. SSID BSSID CHAN RATE S:N INT CAPS DV201AM 00:13:d4:7a:16:b1 1 54M -51:-96 100 EP .... The wificonfig tool _assumes_ the output of ifconfig would look like. SSID BSSID CHAN RATE S:N INT CAPS SSID 00:13:d4:7a:16:b1 1 54M -51:-96 100 EP .... My question is if there are wifi drivers which report the SSID like this, instead of reporting them directly as in my case and if so how the output is formatted in that case. Hope this clarifies my question a bit. Jeroen