ndiswrapper hosts its code at .

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:ndiswrapper

See all merge proposals.

ndiswrapper has 2 active branches owned by 1 person and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:ndiswrapper
Series: main
1 Development 2005-12-31 23:53:51 UTC
1556. As mentioned in previous commit, TI A...

Author: pgiri
Revision Date: 2006-03-30 00:12:33 UTC

As mentioned in previous commit, TI ACX100 doesn't include IEs in scan
normally, but works if proper parameters are set. I noticed that once
associated with WPA, scan does include IEs. Further experimenting reveals
that if privacy filter, authentication mode, encryption mode and ssid
are set, it includes IEs in scan. So added private ioctls for setting these.
With this, one can use ACX100 with ap_scan=1 by first running following
commands in order:

iwpriv wlan0 set_priv_filter 1
iwpriv wlan0 auth_mode 4
iwpriv wlan0 encr_mode 4
iwconfig wlan0 essid <ssid>

and then proceed with wpa_supplicant. The above setup is for WPA-PSK with
TKIP (driver supports TKIP only).

Note that there is auth_alg private ioctl, but that was for different
use - for wpa_supplicant only.

lp:~crass/ndiswrapper/ndiswrapper-svn 1 Development 2017-11-05 20:58:49 UTC
2624. little changes to get ndiswrapper com...

Author: schwende
Revision Date: 2017-11-05 20:58:49 UTC

little changes to get ndiswrapper compiling on kernel versions >= 4.0.0.0

12 of 2 results
You can't create new branches for ndiswrapper.