From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <40A048A5.9060902@chunder.com> Date: Tue, 11 May 2004 13:29:41 +1000 From: Bruce Ellis User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] space in essid .... References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 77034b78-eacd-11e9-9e20-41e7f4b1d025 you are getting tokenized by the ctl file as well as rc so you might try echo essid '''x y''' > ctl or even echo 'essid ''x y''' > ctl ron minnich wrote: > I've tried: > echo essid 'x y' > ctl > and > echo essid x\ y > ctl > > so how would I set the essid to something with a space ... > no luck so far. > > Another question: is there an 802.11 sniffer for Plan 9, i.e. something > you could use to sniff for a wifi and then output a string to cat > ctl to > get you on to a network. > > thanks > > ron