NETCW10.INF Driver File Contents (wl11xp2.zip)

;****************************************************************************************
;
;    Copyright (c) 1998-2001 Compex Inc.
;    All Rights Reserved.
;
;    FILE: netcw10.inf
;
;    DESCRIPTION: Compex WavePort/WL11 11Mbps Wireless Adapter inf file.
;  
;    Support: Windows 98,98SE,ME, 2000 and XP
;
;*******************************************************************************************

[version]
DriverVer   = 12/06/2000, 0.30.0
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Provider%
; LayoutFile  = layout.inf
; CatalogFile Directive

[Manufacturer]
%Provider% = Compex

; All enumerated adapters must be excluded from select
[ControlFlags]
 ExcludeFromSelect   = PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-947F
 ExcludeFromSelect   = PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-A89D
 ExcludeFromSelect   = PCI\VEN_1638&DEV_1100&SUBSYS_11001638


[Compex]
; DisplayName                Section                DeviceID
; -----------                -------                --------
%CW10.DeviceDescPRISM1%     = CW10_PRISM1.ndi,     PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-947F
%CW10.DeviceDescPRISM2%     = CW10_PRISM2.ndi,     PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-A89D
%CW10.DeviceDescPCI%        = CW10_PCI.ndi,        PCI\VEN_1638&DEV_1100&SUBSYS_11001638

;----------------------------------------------------------------------------
; Windows 9X specific entries
;
[CW10_PRISM1.ndi]
AddReg      = PRISM1_ID.reg, Common.reg, win9x.reg, Pcmcia9x.reg, Pcmcia.reg
CopyFiles   = win9x.CopyFiles

[CW10_PRISM2.ndi]
AddReg      = PRISM2_ID.reg, Common.reg, win9x.reg, Pcmcia9x.reg, Pcmcia.reg
CopyFiles   = win9x.CopyFiles

[CW10_PCI.ndi]
AddReg      = PCI_ID.reg, Common.reg, win9x.reg, PCI.reg
CopyFiles   = win9x.PCICopyFiles
;----------------------------------------------------------------------------
; NT specific entries
;
[CW10_PRISM1.ndi.NT]
AddReg          = Common.reg, nt.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = NT.CopyFiles

[CW10_PRISM2.ndi.NT]
AddReg          = Common.reg, nt.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = NT.CopyFiles

[CW10_PCI.ndi.NT]
AddReg          = Common.reg, nt.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5
CopyFiles       = NT.CopyFiles


; NT services sections
[CW10_PRISM1.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_PRISM2.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_PCI.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

;----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
NT.CopyFiles           = 12    ; system32\drivers subdirectory on NT
NT.PCICopyFiles        = 12    ; system32\drivers subdirectory on NT
win9x.CopyFiles        = 11    ; system32 subdirectory on win9x
win9x.PCICopyFiles     = 11    ; system32 subdirectory on win9x

[NT.CopyFiles]
CW10.sys,CW10NT.sys,,2         ; NT Installation
NDCPRTNS.sys,,,2

[NT.PCICopyFiles]
CW10.sys,CW10NT.sys,,2         ; NT Installation
NDCPRTNS.sys,,,2

[win9x.CopyFiles]
CW10.sys,CW109x.sys,,2         ; win9x Installation

[win9x.PCICopyFiles]
CW10.sys,CW109x.sys,,2         ; win9x Installation


[SourceDisksNames]
1                      = %INSTALL_DISK_STR%,,,

[SourceDisksFiles] 
cw109x.sys               = 1
cw10nt.sys               = 1


;----------------------------------------------------------------------------
; common regs for NT and W9x
;
[Common.reg]
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "Compex WavePort/WL11 Wireless Adapter"

;
; AP Density
;
HKR, ,                            APDensity,       0, 1
HKR, defaults,                    APDensity,       0, 1
;
; SSID
;
HKR, ,                            SSID,            0, %SSID_DEF_STR%
HKR, defaults,                    SSID,            0, %SSID_DEF_STR%
HKR, NDI\params\SSID,             ParamDesc,       0, "SSID"
HKR, NDI\params\SSID,             type,            0, edit
HKR, NDI\params\SSID,             limitText,       0, 32
HKR, NDI\params\SSID,             default,         0, %SSID_DEF_STR%
HKR, NDI\params\SSID,             flag,            1, 30,00,00,00
;
; StationName
;
HKR, ,                            StationName,     0, "Client"
HKR, defaults,                    StationName,     0, "Client"
;
; Listen Interval
;
HKR, ,                            ListenInterval,  0, 3
HKR, defaults,                    ListenInterval,  0, 3
HKR, NDI\params\ListenInterval,   ,                0, 3
HKR, NDI\params\ListenInterval,   ParamDesc,       0, "Maximum Listen Interval"
HKR, NDI\params\ListenInterval,   flag,            1, 30,00,00,00
HKR, NDI\params\ListenInterval,   type,            0, int
HKR, Ndi\params\ListenInterval,   default,         0, 3
HKR, NDI\params\ListenInterval,   min,             0, 0
HKR, NDI\params\ListenInterval,   max,             0, 77
HKR, NDI\params\ListenInterval,   step,            0, 1
HKR, NDI\params\ListenInterval,   optional,        0, 0

;
; Channel
;
HKR, ,                            DSChannel,       0, 10
HKR, defaults,                    DSChannel,       0, 10

;
; Encapsultion (i.e. Ethernet Translation)
;
HKR, ,                            Encapsulation,   0, 1
HKR, defaults,                    Encapsulation,   0, 1

;
; TxRate
;
HKR, ,                            TxRate,          0, 15
HKR, defaults,                    TxRate,          0, 15
HKR, NDI\params\TxRate,           ParamDesc,       0, "Transmit Rate"
HKR, NDI\params\TxRate,           type,            0, enum
HKR, NDI\params\TxRate,           default,         0, 15
HKR, NDI\params\TxRate,           flag,            1, 30,00,00,00
HKR, NDI\params\TxRate\enum,      1,               0, "Fixed 1 Mb/s"
HKR, NDI\params\TxRate\enum,      2,               0, "Fixed 2 Mb/s"
HKR, NDI\params\TxRate\enum,      3,               0, "Auto Select 1 or 2"
HKR, NDI\params\TxRate\enum,      4,               0, "Fixed 5.5 Mb/s"
HKR, NDI\params\TxRate\enum,      8,               0, "Fixed 11 Mb/s"
HKR, NDI\params\TxRate\enum,      15,              0, "Fully Auto"

;
; RTS Threshold
;
HKR, ,                            RTSThresh,       0, 2432
HKR, defaults,                    RTSThresh,       0, 2432
HKR, NDI\params\RTSThresh,        ParamDesc,       0, "Medium Reservation"
HKR, NDI\params\RTSThresh,        type,            0, enum
HKR, NDI\params\RTSThresh,        default,         0, 2432
HKR, NDI\params\RTSThresh,        flag,            1, 30, 00, 00, 00
HKR, NDI\params\RTSThresh\enum,   2432,            0, "Off"
HKR, NDI\params\RTSThresh\enum,   500,             0, "Hidden Stations"
;
; Frag Threshold
;
HKR, ,                            FragThresh,      0, 2432
HKR, defaults,                    FragThresh,      0, 2432
HKR, NDI\params\FragThresh,       ,                0, 2432
HKR, NDI\params\FragThresh,       ParamDesc,       0, "Fragmentation Threshold"
HKR, NDI\params\FragThresh,       type,            0, int
HKR, Ndi\params\FragThresh,       default,         0, 2432
HKR, NDI\params\FragThresh,       min,             0, 256
HKR, NDI\params\FragThresh,       max,             0, 2432
HKR, NDI\params\FragThresh,       step,            0, 128
HKR, NDI\params\FragThresh,       flag,            1, 20,00,00,00
HKR, NDI\params\FragThresh,       optional,        0, 0

;
; Network Type
;
HKR, ,                            NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, defaults,                    NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType,      ParamDesc,       0, "Network Type"
HKR, NDI\params\NetworkType,      type,            0, enum
HKR, NDI\params\NetworkType,      default,         0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType,      flag,            1, 30,00,00,00
HKR, NDI\params\NetworkType\enum, 0,               0, "802.11 Ad Hoc"
HKR, NDI\params\NetworkType\enum, 1,               0, "Infrastructure"
HKR, NDI\params\NetworkType\enum, 3,               0, "Ad Hoc"

;
; PS Mode
;
HKR, ,                            PSMode,          0, 1
HKR, defaults,                    PSMode,          0, 1
HKR, NDI\params\PSMode,           ParamDesc,       0, "Power Save Mode"
HKR, NDI\params\PSMode,           type,            0, enum
HKR, NDI\params\PSMode,           default,         0, 1
HKR, NDI\params\PSMode,           flag,            1, 30,00,00,00
HKR, NDI\params\PSMode\enum,      1,               0, "Disabled"
HKR, NDI\params\PSMode\enum,      2,               0, "Enabled"

;
;    Wep Required
;
HKR, ,                            WepReq,          0, %WEP_REQUIRED_DEF_STR%
HKR, defaults,                    WepReq,          0, %WEP_REQUIRED_DEF_STR%
HKR, NDI\params\WepReq,           ,                0, %WEP_REQUIRED_DEF_STR%
HKR, NDI\params\WepReq,           ParamDesc,       0, "Encryption"
HKR, NDI\params\WepReq,           flag,            1, 30,00,00,00
HKR, NDI\params\WepReq,           type,            0, enum
HKR, Ndi\params\WepReq,           default,         0, %WEP_REQUIRED_DEF_STR%
HKR, NDI\params\WepReq\enum,      0,               0, "Disabled"
HKR, NDI\params\WepReq\enum,      2,               0, "64 bit"
HKR, NDI\params\WepReq\enum,      6,               0, "128 bit"
HKR, NDI\params\WepReq,           optional,        0, 0

;
;    Wep Encrypt in Driver
;
HKR, ,                            EncryptInDriver, 0, 1
HKR, defaults,                    EncryptInDriver, 0, 1

;
;    Wep Decrypt in Driver
;
HKR, ,                            DecryptInDriver, 0, 1
HKR, defaults,                    DecryptInDriver, 0, 1

;
;    WEP Factor
;
HKR, ,                            WEPFactor,       0, 3
HKR, defaults,                    WEPFactor,       0, 3

;
;    Esarhpssap
;
HKR, ,                            Esarhpssap,      0, %PASSPHRASE_DEF_STR%
HKR, defaults,                    Esarhpssap,      0, %PASSPHRASE_DEF_STR%
HKR, NDI\params\Esarhpssap,       ParamDesc,       0, "WEP Passphrase"
HKR, NDI\params\Esarhpssap,       type,            0, edit
HKR, NDI\params\Esarhpssap,       limitText,       0, 64
HKR, NDI\params\Esarhpssap,       default,         0, %PASSPHRASE_DEF_STR%
HKR, NDI\params\Esarhpssap,       flag,            1, 30,00,00,00

;
;    Short Preamble
;
HKR, ,                            PreambleMode,    0, 1
HKR, defaults,                    PreambleMode,    0, 1
HKR, NDI\params\PreambleMode,     ,                0, 1
HKR, NDI\params\PreambleMode,     ParamDesc,       0, %SHORT_PREAM_STR%
HKR, NDI\params\PreambleMode,     flag,            1, 30,00,00,00
HKR, NDI\params\PreambleMode,     type,            0, enum
HKR, Ndi\params\PreambleMode,     default,         0, 1
HKR, NDI\params\PreambleMode\enum,1,               0, "Long Tx Preamble"
HKR, NDI\params\PreambleMode\enum,2,               0, "Short Tx Preamble"
HKR, NDI\params\PreambleMode\enum,3,               0, "Auto"
HKR, NDI\params\PreambleMode,     optional,        0, 0
 
;
;
; Authentication Type
;
HKR, ,                            AuthentAlg,      0, %AUTHENT_TYPE_DEF_STR%
HKR, defaults,                    AuthentAlg,      0, %AUTHENT_TYPE_DEF_STR%
HKR, NDI\params\AuthentAlg,       ParamDesc,       0, "Authentication Algorithm"
HKR, NDI\params\AuthentAlg,       type,            0, enum
HKR, NDI\params\AuthentAlg,       default,         0, %AUTHENT_TYPE_DEF_STR%
HKR, NDI\params\AuthentAlg,       flag,            1, 30,00,00,00
HKR, NDI\params\AuthentAlg\enum,  1,               0, "WECA Compliant (always use Open)"
HKR, NDI\params\AuthentAlg\enum,  2,               0, "Must use Shared with WEP"

;
;    IBSS in Driver mode control
;
HKR, ,                            IBSSInDriver,    0, 1
HKR, defaults,                    IBSSInDriver,    0, 1
HKR, NDI\params\IBSSInDriver,     ,                0, 1
HKR, NDI\params\IBSSInDriver,     ParamDesc,       0, "Driver based IBSS"
HKR, NDI\params\IBSSInDriver,     type,            0, enum
HKR, NDI\params\IBSSInDriver,     default,         0, 1
HKR, NDI\params\IBSSInDriver,     flag,            1, 30,00,00,00
HKR, NDI\params\IBSSInDriver\enum,0,               0, "Disabled"
HKR, NDI\params\IBSSInDriver\enum,1,               0, "Enabled"


;----------------------------------------------------------------------------
; PCMCIA specific
;
[Pcmcia9x.reg]
;
; All resources are dynamically configured
;
HKR, ,                            IOBaseAddress,   1, 02,00,00,00
HKR, ,                            InterruptNumber, 1, 04,00,00,00
HKR, ,                            EnableIRQSharing,1, 01,00,00,00

[Pcmcia.reg]
HKR, ,                            BusType,         0, 8
HKR, NDI,                         CardType,        0, "PCMCIA"


;----------------------------------------------------------------------------
; PCI specific
;
;
[MiniPCM2k.reg]
; Add registry entry to allow interrupt to be routed to PCI bus.
HKLM, System\CurrentControlSet\Services\Pcmcia\Parameters, DisableIsaToPciRouting, 0x00010001, 0

[PCI.reg]

HKR, ,	                          BusType,         0, 5
HKR, NDI,                         CardType,        0, "PCI"
HKR, ,                            IOBaseAddress,   1, 02,00,00,00
HKR, ,                            InterruptNumber, 1, 04,00,00,00

;----------------------------------------------------------------------------
; 9X specific
;

[win9x.reg]
HKR, ,                            DevLoader,       0, "*ndis,*ntkern,*ndis"
HKR, ,                            EnumPropPages,   0, "netdi.dll,EnumPropPages"
;
; NDIS Info
;
HKR, NDIS,                        LogDriverName,   0, "cw10"
HKR, NDIS,                        MajorNdisVersion,1, 03
HKR, NDIS,                        MinorNdisVersion,1, 0A
;
; Interfaces
;
HKR, Ndi\Interfaces,              DefUpper,        0, "ndis3"
HKR, Ndi\Interfaces,              DefLower,        0, "ethernet"
HKR, Ndi\Interfaces,              UpperRange,      0, "ndis3"
HKR, Ndi\Interfaces,              LowerRange,      0, "ethernet"
;
; Install sections
;
;HKR, Ndi\Install,ndis3,, "cw10.install"


;[cw10.install]
;CopyFiles = win9x.CopyFiles

;----------------------------------------------------------------------------
; 9x ID sections
;
[PRISM1_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-947F"

[PRISM2_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-A89D"
 

[PCI_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCI\VEN_1638&DEV_1100&SUBSYS_11001638"
;----------------------------------------------------------------------------
; NT specific
;

[nt.reg]
HKR, Ndi,                         Service,         0, "CW10"
HKR, Ndi\Interfaces,              UpperRange,      0, "ndis4"
HKR, Ndi\Interfaces,              LowerRange,      0, "ethernet"

[CW10.Service]
DisplayName     = %CW10.Service.DispName%
ServiceType     = 1                ;%SERVICE_KERNEL_DRIVER%
StartType       = 3                ;%SERVICE_AUTO_START%
ErrorControl    = 1                ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\CW10.sys
LoadOrderGroup  = NDIS

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\CW10.sys"
HKR, , TypesSupported,   0x00010001, 7


;----------------------------------------------------------------------------
; Strings
;
[Strings]
Provider                   = "Compex"
CW10                       = "CW10"

CW10.DeviceDescPRISM1      = "Compex WavePort/WL11 11Mbps PC-Card Adapter(3.3V)"
CW10.DeviceDescPRISM2      = "Compex WavePort/WL11 11Mbps PC-Card Adapter(5V)"
CW10.DeviceDescPCI         = "Compex RE11WL-PCI Wireless LAN PCI Adapter"


CW10.Service.DispName      = "Compex WavePort/WL11 Wireless LAN Driver"

SHORT_PREAM_STR            = "Preamble Mode"

INSTALL_DISK_STR           = "Compex WavePort/WL11 Driver Disk"

;
; Don't put spaces around = sign otherwise installer will not be able to
; find these lines.
SSID_DEF_STR="ANY"
NETWORK_TYPE_DEF_STR="1"
AUTHENT_TYPE_DEF_STR="2"
PASSPHRASE_DEF_STR="default"
WEP_REQUIRED_DEF_STR="0"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.52