From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 29 23:29:25 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F8A16A416 for ; Thu, 29 Jun 2006 23:29:25 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB5443D5A for ; Thu, 29 Jun 2006 23:29:24 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm60aec.bellsouth.net ([68.209.153.178]) by imf19aec.mail.bellsouth.net with ESMTP id <20060629232919.BHZV3075.imf19aec.mail.bellsouth.net@ibm60aec.bellsouth.net> for ; Thu, 29 Jun 2006 19:29:19 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm60aec.bellsouth.net with ESMTP id <20060629232919.SIWJ104.ibm60aec.bellsouth.net@Laptop.mine.box> for ; Thu, 29 Jun 2006 19:29:19 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with SMTP id k5TNT2TB000682 for ; Thu, 29 Jun 2006 18:29:03 -0500 (CDT) (envelope-from alex@foxybanana.com) Date: Thu, 29 Jun 2006 18:29:02 -0500 From: Alexander Botero-Lowry To: freebsd-mobile@freebsd.org Message-Id: <20060629182902.8202253c.alex@foxybanana.com> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: kqueue for AP changes X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 23:29:25 -0000 Is it possible to get kqueue events in the case that SSID that a wireless device is associated with has changed? I am interested in writing a smart profile tool that does certain things depending on what AP the wireless card is associated with (and which gateway it is associated with for ethernet), and would like some easy ways to get notification that the SSID has changed so that work can be done. Alex