Date: Thu, 09 Sep 2004 11:11:58 +1000 From: Mark Andrews <Mark_Andrews@isc.org> To: Karl Heller <karl@akheller.net> Cc: freebsd-mobile@freebsd.org Subject: Re: Wireless startup personality scripts? Message-ID: <200409090111.i891BwFU090973@drugs.dv.isc.org> In-Reply-To: Your message of "Wed, 08 Sep 2004 21:03:03 -0400." <413FABC7.9080105@akheller.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> Does anyone have a set of scripts that would allow one to chose a > wireless configuration (for different networks and security settings) > during startup of 5.x? The following works for FreeBSD 4.x and should work for FreeBSD 5.x. /etc/dhclient.conf: interface "wi0" { media "ssid SSID1 nwkey KEY1 powersave", "ssid SSID2 wepmode off powersave", "ssid SSID3 wepmode off powersave"; } > > Thanks, > > Karl > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409090111.i891BwFU090973>