From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200508121600.j7CG0Yo00221@demeter.cs.utwente.nl> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] auth(2) auth_wep usage? In-reply-to: Your message of "Fri, 12 Aug 2005 10:30:23 -0400." References: <200508120417.j7C4Hm613915@zamenhof.cs.utwente.nl> From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <217.1123862433.1@demeter.cs.utwente.nl> Date: Fri, 12 Aug 2005 18:00:34 +0200 Topicbox-Message-UUID: 76f74ce4-ead0-11e9-9d60-3106f5b1d025 > > I got the impression I have first to push a key > > to factotum, after which auth_wep picks it up. > > is there a more direct way to do it? > > I could not find a libarary routine to push the key > > to factotum in some programmatic way. > > read /sys/src/cmd/auth/factotum/wep.c I already had done so. > factotum wep hands off the key directly to the > ethernet card so as not to reveal the secret. i see. just curious, is there any particular reason it only supports keys 1-3 and not 4? (adding is trivial) > it doesn't sound like that's appropriate here > so just write it directly yourself. fully correct. turned out I already had the control-fd to the card open...