On Fri, 2004-11-05 at 09:57 -0500, pjones wrote: > On Fri, 2004-11-05 at 09:51 -0500, Peter Jones wrote: > > On Fri, 2004-11-05 at 09:45 -0500, Dan Williams wrote: > > > On Thu, 2004-11-04 at 18:42 -0500, Peter Jones wrote: > > > > I *think* this is because ipw's drivers don't set "open" when you set a > > > > key by default, and networkmanager is expecting that all drivers do it > > > > that way, but I haven't investigated this very thoroughly. > > > > > > When you do the ioctl() to set the key, you pass in some flags. I > > > currently use Shared Key (IW_ENCODE_RESTRICTED) in that field, so NM > > > attempts to set the mode explicitly. It may be a driver issue though. > > > > Right, but it never explicitly tries IW_ENCODE_OPEN . > > Except I see this code has changed since last I looked; I'll see how it > works now. It still never sets IW_ENCODE_OPEN anywhere, I jsut added some code to be _able_ to do it. Dan