netndc2k.inf Driver File Contents (ZoomAP11Mbpsv1.22Disk1.exe)

; FILE: netndc2k.inf   Zoom Version
; Neesus Datacom PC-AP install information file (Windows 2000).
;
;		This is the installer file for the Neesus Datacom
:		NDC2MB 802.11 NDIS Adapter driver.
;
;		This version combines both the Client and Access Point and Bridge
;		initialization.
;
;       Version 1.03 - Jun. 7, 2000 
;			- Add missing ALLOWOPENWITHWEP_STR definition.
;       Version 1.02 - May 15, 2000 
;			- modified for Zoom
;       Version 1.01 - April 15, 2000 
;			- changed service name to NDC2MB
;			- changed driver name to pcapcw10
;       Version 1.00 - March 5, 2000 initial release
; 
[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Provider%
DriverVer   = 3/05/00

[Manufacturer]
%Provider%=NDC

; All enumerated adapters must be excluded from select
[ControlFlags]

[NDC]
;
;DisplayName            Section         DeviceID
;-----------            -------         --------
%NDC.DeviceDescPRISM1%	= NDC.Install, 	PCMCIA\INTERSIL-HFA384X/IEEE-CA62
%NDC.DeviceDescPRISM2%	= NDC.Install,  PCMCIA\INTERSIL-HFA384X/IEEE-CC3C
%NDC.DeviceDescCHOICE%	= NDC.Install,  PCMCIA\CHOICE_Microsystems-CW10/IEEE-4AE8    
%NDC.DeviceDescZOOM%	= NDC.Install,  PCMCIA\ZoomAir_11Mbps_High-Rate_wireless_Networking-C710

;****************************************************************************
; NDC2MB
;****************************************************************************

[NDC.Install]
AddReg          = NDC.ndi.reg, NDC.params.reg, NDC.irq
CopyFiles       = NDC.CopyDrivers, NDC.CopyInfs
Characteristics = 0x84   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8

[NDC_PCI.Install]
AddReg          = NDC.ndi.reg, NDC.params.reg, NDC_PCI.irq
CopyFiles       = NDC.CopyDrivers, NDC.CopyInfs
Characteristics = 0x84   ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8


;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------

[NDC.Install.Services]
AddService  = NDC2MB, 2, NDC.Service, common.EventLog

[NDC_PCI.Install.Services]
AddService  = NDC2MB, 2, NDC.Service, common.EventLog

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

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

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

;-------------------------------------------------------------------------
; Copyfiles and Directory specification 
;-------------------------------------------------------------------------

; Force the copying of the AP protocol for this AP only install.
; Protocol should be added due to the "Needs" command above.
;
[DestinationDirs]
NDC.CopyDrivers = 12 ; system32\drivers subdirectory on NT
NDC.CopyInfs 	= 17 ; Inf subdirectory 

[NDC.CopyDrivers]
pcapcw10.sys,,,2        
;ndcprtnt.sys,,,2

[NDC.CopyInfs]
;netndc2k.inf,,,2        
;netapp2k.inf,,,2

[SourceDiskNames]
1 = %ROM_Description%,,,

;-------------------------------------------------------------------------
; Registry setting section
;-------------------------------------------------------------------------

[NDC.ndi.reg]
HKR, ,               BusType,    0, "8"         ; PCMCIA
HKR, Ndi,            Service,    0, "NDC2MB"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

;----------------------------------------------------------------------------
; Registry entries for operating parameters.
;----------------------------------------------------------------------------

[NDC.params.reg]

HKR,,AssocTimeout,0,30
HKR,defaults,AssocTimeout,0,30

HKR,,ATIMWindow,0,0
HKR,defaults,ATIMWindow,0,0
;HKR,NDI\params\ATIMWindow,,0,0
;HKR,NDI\params\ATIMWindow,ParamDesc,,%ATIMWINDOW_STR%
;HKR,NDI\params\ATIMWindow,flag,1,30,00,00,00
;HKR,NDI\params\ATIMWindow,type,,int
;HKR,Ndi\params\ATIMWindow,default,,0
;HKR,NDI\params\ATIMWindow,optional,0,0

HKR,,AuthTimeout,0,60
HKR,defaults,AuthTimeout,0,60

HKR,,BeaconPeriod,0,80
HKR,defaults,BeaconPeriod,0,80

HKR,,CfpMaxDuration,0,80
HKR,defaults,CfpMaxDuration,0,80

HKR,,CFMode,0,0
HKR,defaults,CFMode,0,0

HKR,,CFPPeriod,0,1
HKR,defaults,CFPPeriod,0,1

HKR,,DisassocThresh,0,5
HKR,defaults,DisassocThresh,0,5

HKR,,DSChannel,0,10
HKR,defaults,DSChannel,0,10

HKR,,DTIMPeriod,0,1
HKR,defaults,DTIMPeriod,0,1
HKR,NDI\params\DTIMPeriod,ParamDesc,,%DTIMPERIOD_STR%
HKR,NDI\params\DTIMPeriod,flag,1,30,00,00,00
HKR,NDI\params\DTIMPeriod,type,,int
HKR,Ndi\params\DTIMPeriod,default,,1
HKR,NDI\params\DTIMPeriod,min,0,1
HKR,NDI\params\DTIMPeriod,max,0,128
HKR,NDI\params\DTIMPeriod,step,0,1
HKR,NDI\params\DTIMPeriod,optional,0,0

HKR,,Encapsulation,0,1
HKR,defaults,Encapsulation,0,1

HKR,,FragThresh,0,2024
HKR,defaults,FragThresh,0,2024
HKR,NDI\params\FragThresh,,0,2024
HKR,NDI\params\FragThresh,ParamDesc,0,%FRAGTHRESH_STR%
HKR,NDI\params\FragThresh,type,0,int
HKR,Ndi\params\FragThresh,default,0,2024
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

HKR,,InitAuthentAlgorithm,0,0
HKR,defaults,InitAuthentAlgorithm,0,0
HKR,NDI\params\InitAuthentAlgorithm,,0,0
HKR,NDI\params\InitAuthentAlgorithm,ParamDesc,,%INITAUTH_STR%
HKR,NDI\params\InitAuthentAlgorithm,flag,1,30,00,00,00
HKR,NDI\params\InitAuthentAlgorithm,type,,enum
HKR,Ndi\params\InitAuthentAlgorithm,default,,0
HKR,NDI\params\InitAuthentAlgorithm\enum,0,,"Open System"
HKR,NDI\params\InitAuthentAlgorithm\enum,1,,"Shared Key"
HKR,NDI\params\InitAuthentAlgorithm,optional,0,0

HKR,,LinkQualThresh,0,3
HKR,defaults,LinkQualThresh,0,3
;HKR,NDI\params\LinkQualThresh,,0,3
;HKR,NDI\params\LinkQualThresh,ParamDesc,,%LINKQUALTHRESH_STR%
;HKR,NDI\params\LinkQualThresh,flag,1,30,00,00,00
;HKR,NDI\params\LinkQualThresh,type,,int
;HKR,Ndi\params\LinkQualThresh,default,,3
;HKR,NDI\params\LinkQualThresh,min,0,1
;HKR,NDI\params\LinkQualThresh,max,0,10
;HKR,NDI\params\LinkQualThresh,step,0,1
;HKR,NDI\params\LinkQualThresh,optional,0,0

HKR,,ListenInterval,0,3
HKR,defaults,ListenInterval,0,3
;HKR,NDI\params\ListenInterval,,0,3
;HKR,NDI\params\ListenInterval,ParamDesc,,%LISTENINTERVAL_STR%
;HKR,NDI\params\ListenInterval,flag,1,30,00,00,00
;HKR,NDI\params\ListenInterval,type,,int
;HKR,Ndi\params\ListenInterval,default,,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

HKR,,MajorVersion,0,2

HKR,,MinorVersion,0,2

HKR,,NetworkType,0,2
HKR,defaults,NetworkType,0,2

HKR,,NumOfNodes,0,16
HKR,defaults,NumOfNodes,0,16

HKR,,PSLevel,0,0
HKR,defaults,PSLevel,0,0
;HKR,NDI\params\PSLevel,ParamDesc,,%PSLEVEL_STR%
;HKR,NDI\params\PSLevel,flag,1,30,00,00,00
;HKR,NDI\params\PSLevel,type,,int
;HKR,Ndi\params\PSLevel,default,,0
;HKR,NDI\params\PSLevel,min,0,0
;HKR,NDI\params\PSLevel,max,0,7
;HKR,NDI\params\PSLevel,step,0,1
;HKR,NDI\params\PSLevel,optional,0,0

HKR,,PSMode,,0
HKR,defaults,PSMode,0,0

HKR,,RTSThresh,0,2432
HKR,defaults,RTSThresh,0,2432
HKR,NDI\params\RTSThresh,,0,2432
HKR,NDI\params\RTSThresh,ParamDesc,0,%RTSTHRESH_STR%
HKR,NDI\params\RTSThresh,type,0,int
HKR,Ndi\params\RTSThresh,default,0,2432
HKR,NDI\params\RTSThresh,min,0,128
HKR,NDI\params\RTSThresh,max,0,2432
HKR,NDI\params\RTSThresh,step,0,128
HKR,NDI\params\RTSThresh,flag,1,20,00,00,00
HKR,NDI\params\RTSThresh,optional,0,0

HKR,,ScanMode,0,1
HKR,defaults,ScanMode,0,1
;HKR,NDI\params\ScanMode,,0,1
;HKR,NDI\params\ScanMode,ParamDesc,,%SCANMODE_STR%
;HKR,NDI\params\ScanMode,flag,1,30,00,00,00
;HKR,NDI\params\ScanMode,type,,enum
;HKR,Ndi\params\ScanMode,default,,1
;HKR,NDI\params\ScanMode\enum,1,,Active
;HKR,NDI\params\ScanMode\enum,0,,Passive
;HKR,NDI\params\ScanMode,optional,0,0

HKR,,SerialNum,0,%SERNUM_DEF_STR%
HKR,defaults,SerialNum,0,%SERNUM_DEF_STR%
HKR,NDI\params\SerialNum,,0,%SERNUM_DEF_STR%
HKR,NDI\params\SerialNum,ParamDesc,0,%SERNUM_STR%
HKR,NDI\params\SerialNum,type,0,edit
HKR,NDI\params\SerialNum,LimitText,0,32
HKR,NDI\params\SerialNum,UpperCase,0,0
HKR,NDI\params\SerialNum,default,0,%SERNUM_DEF_STR%
HKR,NDI\params\SerialNum,flag,1,20,00,00,00
HKR,NDI\params\SerialNum,optional,0,0

HKR,,SIFS,0,0
HKR,defaults,SIFS,0,0
;HKR,NDI\params\SIFS,,0,0
;HKR,NDI\params\SIFS,ParamDesc,0,%SIFS_STR%
;HKR,NDI\params\SIFS,type,0,int
;HKR,Ndi\params\SIFS,default,0,0
;HKR,NDI\params\SIFS,min,0,20
;HKR,NDI\params\SIFS,max,0,255
;HKR,NDI\params\SIFS,step,0,1
;HKR,NDI\params\SIFS,flag,1,20,00,00,00
;HKR,NDI\params\SIFS,optional,0,0

HKR,,SlotTime,0,0
HKR,defaults,SlotTime,0,0
;HKR,NDI\params\SlotTime,,0,0
;HKR,NDI\params\SlotTime,ParamDesc,0,%SLOTTIME_STR%
;HKR,NDI\params\SlotTime,type,0,int
;HKR,Ndi\params\SlotTime,default,0,0
;HKR,NDI\params\SlotTime,min,0,10
;HKR,NDI\params\SlotTime,max,0,255
;HKR,NDI\params\SlotTime,step,0,1
;HKR,NDI\params\SlotTime,flag,1,20,00,00,00
;HKR,NDI\params\SlotTime,optional,0,0

HKR,,SSID,0,%SSID_DEF_STR%
HKR,defaults,SSID,0,%SSID_DEF_STR%
HKR,NDI\params\SSID,ParamDesc,,"SSID"
HKR,NDI\params\SSID,type,,edit
HKR,NDI\params\SSID,limitText,,32
HKR,NDI\params\SSID,default,,%SSID_DEF_STR%
HKR,NDI\params\SSID,flag,1,28,00,00,00

HKR,,StnBasicRate,0,20
HKR,defaults,StnBasicRate,0,20

HKR,,VendorDesc,0,"PRISM IEEE 802.11 Adapter"

HKR,,WepDynState,0,1
HKR,defaults,WepDynState,0,1
;HKR,NDI\params\WepDynState,,0,1
;HKR,NDI\params\WepDynState,ParamDesc,,%WEPDYNSTATE_STR%
;HKR,NDI\params\WepDynState,flag,1,30,00,00,00
;HKR,NDI\params\WepDynState,type,,enum
;HKR,Ndi\params\WepDynState,default,,1
;HKR,NDI\params\WepDynState\enum,1,,"Any"
;HKR,NDI\params\WepDynState\enum,17,,"Preferred"
;HKR,NDI\params\WepDynState\enum,33,,"Required"
;HKR,NDI\params\WepDynState,optional,0,0

HKR,,WepReq,0,0
HKR,defaults,WepReq,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
;
;
; Authentication Type
;
HKR,,AllowOpenWithWEP,,%ALLOWOPENWITHWEP_STR%
HKR,defaults,AllowOpenWithWEP,,%ALLOWOPENWITHWEP_STR%
HKR,NDI\params\AllowOpenWithWEP,ParamDesc,,"Authentication Algorithm"
HKR,NDI\params\AllowOpenWithWEP,type,,enum
HKR,NDI\params\AllowOpenWithWEP,default,,%ALLOWOPENWITHWEP_STR%
HKR,NDI\params\AllowOpenWithWEP,flag,1,30,00,00,00
HKR,NDI\params\AllowOpenWithWEP\enum,0,,"Must use Shared with WEP"
HKR,NDI\params\AllowOpenWithWEP\enum,1,,"Allow All Types"
HKR,NDI\params\AllowOpenWithWEP,optional,0,0


[NDC.irq]
;
;	Poll In Driver flag
;
HKR,,PollInDriver,0,0

[NDC_PCI.irq]
;
;	Poll In Driver flag
;
HKR,,PollInDriver,0,1

;----------------------------------------------------------------------------
; DestinationDirs
;
[Strings]
Provider				= "Zoom Telephonics" 
NDC	        			= "NDC2MB"

NDC.DeviceDescPRISM1	= "PRISM1 IEEE 802.11 PC CARD Adapter"
NDC.DeviceDescPRISM2	= "PRISM2 IEEE 802.11 PC CARD Adapter"
NDC.DeviceDescCHOICE    = "Choice 802.11"
NDC.DeviceDescZOOM   	= "ZoomAir 802.11B high rate Wireless LAN PC-card"
NDC.Service.DispName	= "ZoomAir Wireless LAN Win2000 Driver"

ROM_Description        = ""

SERNUM_STR="Serial Number"
ATIMWINDOW_STR="Adhoc STA - Atim Window"
DTIMPERIOD_STR="DTIM Period"
FRAGTHRESH_STR="Fragmentation Threshold"
INITAUTH_STR="Initial Authentication Algorithm"
LISTENINTERVAL_STR="Listen Interval"
LINKQUALTHRESH_STR="Link Quality Scan Threshold" 
PSLEVEL_STR="Power Savings Level"
RTSTHRESH_STR="RTS Threshold"
SIFS_STR="Sifs"
SLOTTIME_STR="Slot Time"
SCANMODE_STR="Scan Mode"
STNBASICRATE_STR="Station Basic Rate"
WEPDYNSTATE_STR="Wep Dynamic Mode"
ALLOWOPENWITHWEP_STR=1

SSID_DEF_STR="Zoom 802.11 LAN"

SERNUM_DEF_STR="BAV-caNA-Le#VwsHR-PFbUQve+"

; Registry Types
REG_DWORD = 0x10001
REG_MULTI_SZ = 0x10000
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.15