From owner-freebsd-questions@FreeBSD.ORG Mon Nov 23 14:23:21 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 4810E1065670 for ; Mon, 23 Nov 2009 14:23:21 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id A0F2D8FC1F for ; Mon, 23 Nov 2009 14:23:20 +0000 (UTC) Received: by ewy26 with SMTP id 26so2051854ewy.3 for ; Mon, 23 Nov 2009 06:23:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=k1dj0PceOqqO+rv6XTDPPH/Xb1A0tHlV9kVuAUTB85k=; b=On26TJO5G039wwtcqlUJpNEokPBEZ1Hl3ohLh3edmKlJJncekzy/IpvvLUkdWgiM9V m92jRFdjGdsiWc9XnV36zYe1bt0D9/8CvU21NKDsSSm5tNGh2wkTkGLE4Mkjke/Ick60 J4KhfgkkX7JeOxN7bj81X+64mVK4JKdFq3T70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ltOcO/uCtX4TpABvaDJHaUYw5a4A2Dn+9eEqsWxhPp03rpugWWLNRmURYWBIBsj9dQ +5S5faCF7Y2IcJ8MZzP5QD0BygruMvXQXBSKdBb+L1zrTekSn0DMzYlSlKoSsfQwvAIa g2RyqhREtOT5SqaE9PvBghoiyYzeHaw52u1yw= MIME-Version: 1.0 Received: by 10.213.0.218 with SMTP id 26mr4683887ebc.85.1258986198210; Mon, 23 Nov 2009 06:23:18 -0800 (PST) In-Reply-To: References: <3a142e750911230610h5649b1cbm65cfda1f1e133417@mail.gmail.com> Date: Mon, 23 Nov 2009 15:23:18 +0100 Message-ID: <3a142e750911230623w5148ab3eo46c953691a73e141@mail.gmail.com> From: Paul B Mahol To: =?ISO-8859-1?Q?Samuel_Mart=EDn_Moro?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: WiFi interface - scanning ssid 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: Mon, 23 Nov 2009 14:23:21 -0000 On 11/23/09, Samuel Mart=EDn Moro wrote: > It is up > > in my script, I do the following: > ifconfig $itf down > ifconfig $itf delete > ifconfig $itf up scan & > var=3D$! > #some loop waiting ifconfig to stop, or killing it after 30 seconds > eval `ifconfig -v $itf list scan | sed 's/ome/reg/expr' | awk '{toto}'` If you control interface via script, then you probably want to use manual roaming.