NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/34697
The following reply was made to PR kern/34697; it has been noted by GNATS.
From: adam%albedo.art.pl@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/34697
Date: Tue, 30 Sep 2008 21:33:03 +0200 (CEST)
The problem still exists in NetBSD 4.99.72.
sys/dev/pci/if_iwi.c, line 2585:
if (ni->ni_authmode == IEEE80211_AUTH_SHARED)
at this point, ni->ni_authmode is set to IEEE80211_AUTH_OPEN (1),
althought iwi has nwkey set (104-bit encryption) and the driver should
authenticate with a password
when I commend this line out, iwi driver works correctly with my network
Please, advice.
Home |
Main Index |
Thread Index |
Old Index