~vcs-imports/ndiswrapper/main

  • Committer: pgiri
  • Date: 2006-03-30 00:12:33 UTC
  • Revision ID: vcs-imports@canonical.com-20060330001233-2b5a07b5ab20803b
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.
Filename Latest Rev Last Changed Committer Comment Size
..
debian 476 19 years ago pgiri Debian package building support added. Right now, Diff
driver 1 20 years ago pof Initial revision Diff
utils 1 20 years ago pof Initial revision Diff
AUTHORS 333 20 years ago pof Update AUTHORS 116 bytes Diff Download File
ChangeLog 1539 18 years ago pgiri Mark 1.11-rc3. 12.8 KB Diff Download File
INSTALL 1366 18 years ago pgiri Add a short version of installation instructions s 2.6 KB Diff Download File
Makefile 1200 18 years ago pgiri Use DRIVER_VERSION and UTILS_VERSION in place of N 2.5 KB Diff Download File
ndiswrapper.8 556 19 years ago pgiri Moved ndiswrapper man page from debian to top-leve 3.3 KB Diff Download File
ndiswrapper.spec 902 19 years ago pgiri Patch from David Kaplan for making RPM by non-root 2.8 KB Diff Download File
README 1371 18 years ago pgiri Point out installation instructions in INSTALL ins 1.3 KB Diff Download File
version 1548 18 years ago pgiri Mark 1.11. 38 bytes Diff Download File