MSWPCC.inf Driver File Contents (MSWAN_DRV.zip)

;***********************************************************************
;
; MSWPCC.INF
;
;   This installation script supports Windows 98,Me,2000 and XP for the
;   Microsoft Broadband Networking Wireless Networking Adapters.
;
;   Copyright(c) 2002 Microsoft(R) Corporation
;   All Rights Reserved.
;
;***********************************************************************

[Version]
 DriverVer = 07/01/2002, 1.31.7.0
 Signature           = "$Chicago$"
 Compatible          = 1
 Class               = Net
 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider            = %VER_VENDOR_STR%
 CatalogFile         = MSWPCC.cat

[ControlFlags]
;Exclude all PNP adapters from user selection
 ExcludeFromSelect   = PCMCIA\Microsoft-Wireless_Notebook_Adapter_MN-520-2E27

[Manufacturer]
 %VER_VENDOR_NAME_STR% = DeviceList,NTx86.5.1

[DeviceList]
 %PRISM_PCMCIA1_STR% = PRISM_PCMCIA1, PCMCIA\Microsoft-Wireless_Notebook_Adapter_MN-520-2E27

[DeviceList.NTx86.5.1]
 %PRISM_PCMCIA1_STR% = PRISM_PCMCIA_XP1, PCMCIA\Microsoft-Wireless_Notebook_Adapter_MN-520-2E27

;==========================================
[PRISM_PCMCIA1]         ; Win9x
 AddReg         = PRISM_PCMCIA1.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = PRISM_DRIVER.copy

[PRISM_PCMCIA1.NT]      ; Win2k
 AddReg         = PRISM_PCMCIA1.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = PRISM_DRIVER.copy.NT
 BusType        = 8     ; PCMCIA
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[PRISM_PCMCIA1.NT.Services]
 AddService     = "MSW", 2, PRISM_DRIVER.Service, PRISM_DRIVER.EventLog

[PRISM_PCMCIA1.reg]
 HKR,Ndi        ,DeviceID,0,"PCMCIA\Microsoft-Wireless_Notebook_Adapter_MN-520-2E27"

;==========================================
[PRISM_PCMCIA_XP1]      ; WinXP
 AddReg         = PRISM_PCMCIA_XP1.reg, COMMON_PCMCIA_XP1.reg, COMMON_NDIS.reg.NT, COMMON.reg, COMMON_NDIS.reg.XP
 CopyFiles      = PRISM_DRIVER.copy.XP
 BusType        = 8     ; PCMCIA
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[PRISM_PCMCIA_XP1.Services]
 AddService     = "MSW", 2, PRISM_DRIVER_XP1.Service, PRISM_DRIVER.EventLog

[PRISM_PCMCIA_XP1.reg]
 HKR,Ndi        ,DeviceID,0,"PCMCIA\Microsoft-Wireless_Notebook_Adapter_MN-520-2E27"

;###############################################################################

[PRISM_DRIVER.Service]
 DisplayName    = %PRISM_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\MSWNDS50.sys
 LoadOrderGroup = NDIS

[PRISM_DRIVER_XP1.Service]
 DisplayName    = %PRISM_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\MSWNDS51.sys
 LoadOrderGroup = NDIS

[PRISM_DRIVER.EventLog]
 AddReg         = PRISM_DRIVER.EventLog.reg

[PRISM_DRIVER.EventLog.reg]
 HKR,           ,EventMessageFile       ,0x00020000     ,"%%SystemRoot%%\System32\netevent.dll"
 HKR,           ,TypesSupported         ,0x00010001     ,7

;###############################################################################
[COMMON_PCMCIA.reg]
;RegKey,SubKey          ,Name                   ,Type   ,Value
;-------------          -----                   -----   ------
 HKR,NDI                ,Service                ,0      ,"MSW"
 HKR,NDI                ,CardType               ,0      ,"PCMCIA"
 HKR,                   ,BusType                ,0      ,"8"
 HKR,                   ,DeviceVxDs             ,0      ,"MSWNDS50.sys"
 HKR,                   ,EnableIRQSharing       ,1      ,01,00,00,00
 HKR,                   ,IOBaseAddress          ,1      ,02,00,00,00
 HKR,                   ,InterruptNumber        ,1      ,04,00,00,00

[COMMON_PCMCIA_XP1.reg]
;RegKey,SubKey          ,Name                   ,Type   ,Value
;-------------          -----                   -----   ------
 HKR,NDI                ,Service                ,0      ,"MSW"
 HKR,NDI                ,CardType               ,0      ,"PCMCIA"
 HKR,                   ,BusType                ,0      ,"8"
 HKR,                   ,DeviceVxDs             ,0      ,"MSWNDS51.sys"
 HKR,                   ,EnableIRQSharing       ,1      ,01,00,00,00
 HKR,                   ,IOBaseAddress          ,1      ,02,00,00,00
 HKR,                   ,InterruptNumber        ,1      ,04,00,00,00

[COMMON_NDIS.reg]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,"MSW"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

 HKR,defaults,PSMode,0,1
 HKR,Ndi\params\PSMode,default,0,1
 HKR,NDI\params\PSMode,ParamDesc,,%POWER_SAVE_STR%
 HKR,NDI\params\PSMode,type,,enum
 HKR,NDI\params\PSMode,flag,1,30,00,00,00
 HKR,NDI\params\PSMode\enum,1,,"Disable"
 HKR,NDI\params\PSMode\enum,2,,"Always Enable"

[COMMON_NDIS.reg.NT]
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"

 HKR,defaults,PSMode,0,1
 HKR,Ndi\params\PSMode,default,0,1
 HKR,NDI\params\PSMode,ParamDesc,,%POWER_SAVE_STR%
 HKR,NDI\params\PSMode,type,,enum
 HKR,NDI\params\PSMode,flag,1,30,00,00,00
 HKR,NDI\params\PSMode\enum,1,,"Disable"
 HKR,NDI\params\PSMode\enum,2,,"Always Enable"

[COMMON_NDIS.reg.XP]
 HKR,NDI\params\PSMode\enum,3,,"Auto Enable"

[COMMON.reg]
 HKR,                   ,MSWIOC               ,0      ,"1"
 HKR,                   ,SilentInstall          ,0      ,"1"
;Uncomment the line above to install without user interface prompts

; RTS Threshold
 HKR,defaults,RTSThresh,0,2432
 HKR,Ndi\params\RTSThresh,default,0,2432
 HKR,NDI\params\RTSThresh,ParamDesc,0,%RTSTHRESH_STR%
 HKR,NDI\params\RTSThresh,type,0,int
 HKR,NDI\params\RTSThresh,flag,1,20,00,00,00
 HKR,NDI\params\RTSThresh,min,0,0
 HKR,NDI\params\RTSThresh,max,0,2432
 HKR,NDI\params\RTSThresh,step,0,64

; Fragment Threshold
 HKR,defaults,FragThresh,0,2432
 HKR,Ndi\params\FragThresh,default,0,2432
 HKR,NDI\params\FragThresh,ParamDesc,0,%FRAGTHRESH_STR%
 HKR,NDI\params\FragThresh,type,0,int
 HKR,NDI\params\FragThresh,flag,1,20,00,00,00
 HKR,NDI\params\FragThresh,min,0,256
 HKR,NDI\params\FragThresh,max,0,2432
 HKR,NDI\params\FragThresh,step,0,128

; Preamble Mode
 HKR,defaults,PreambleMode,0,1
 HKR,Ndi\params\PreambleMode,default,0,1
 HKR,NDI\params\PreambleMode,ParamDesc,,%SHORT_PREAM_STR%
 HKR,NDI\params\PreambleMode,type,,enum
 HKR,NDI\params\PreambleMode,flag,1,30,00,00,00
 HKR,NDI\params\PreambleMode\enum,1,,"Long Tx Preamble"
 HKR,NDI\params\PreambleMode\enum,2,,"Short Tx Preamble"
 HKR,NDI\params\PreambleMode\enum,3,,"Auto Tx Preamble"

; Channel
 HKR,defaults,DSChannel,0,6
 HKR,NDI\params\DSChannel,default,0,6
 HKR,NDI\params\DSChannel,ParamDesc,0,%DSCHANNEL_STR%
 HKR,NDI\params\DSChannel,type,0,"enum"
 HKR,NDI\params\DSChannel\enum,1,0,"1"
 HKR,NDI\params\DSChannel\enum,2,0,"2"
 HKR,NDI\params\DSChannel\enum,3,0,"3"
 HKR,NDI\params\DSChannel\enum,4,0,"4"
 HKR,NDI\params\DSChannel\enum,5,0,"5"
 HKR,NDI\params\DSChannel\enum,6,0,"6"
 HKR,NDI\params\DSChannel\enum,7,0,"7"
 HKR,NDI\params\DSChannel\enum,8,0,"8"
 HKR,NDI\params\DSChannel\enum,9,0,"9"
 HKR,NDI\params\DSChannel\enum,10,0,"10"
 HKR,NDI\params\DSChannel\enum,11,0,"11"

; Network Type
 HKR,defaults,NetworkType,0,1
 HKR,NDI\params\NetworkType,default,0,1
 HKR,NDI\params\NetworkType,ParamDesc,0,%NETWORKTYPE_STR%
 HKR,NDI\params\NetworkType,type,0,"enum"
 HKR,NDI\params\NetworkType\enum,0,0,%NETWORKTYPE_P0_STR%
 HKR,NDI\params\NetworkType\enum,1,0,%NETWORKTYPE_P1_STR%

; SSID
 HKR,defaults,SSID,0,%DEFAULT_SSID_STR%
 HKR,NDI\params\SSID,default,0,%DEFAULT_SSID_STR%
 HKR,NDI\params\SSID,ParamDesc,0,%SSID_STR%
 HKR,NDI\params\SSID,type,0,"edit"
 HKR,NDI\params\SSID,limitText,0,"32"
 HKR,NDI\params\SSID,flag,1,"30","00","00","00"
 
; Transmit Rate
 HKR,defaults,TxRate,0,15
 HKR,NDI\params\TxRate,default,0,15
 HKR,NDI\params\TxRate,ParamDesc,0,%TXRATE_STR%
 HKR,NDI\params\TxRate,type,0,"enum"
 HKR,NDI\params\TxRate\enum,3,0,%TXRATE_P3_STR%
 HKR,NDI\params\TxRate\enum,4,0,%TXRATE_P4_STR%
 HKR,NDI\params\TxRate\enum,8,0,%TXRATE_P8_STR%
 HKR,NDI\params\TxRate\enum,15,0,%TXRATE_P15_STR%

; DecryptInDriver
 HKR,defaults,DecryptInDriver,0,1
 HKR, ,DecryptInDriver,    0, "1"   ;1:Enable 0:Disable

; EncryptInDriver
 HKR,defaults,EncryptInDriver,0,1
 HKR, ,EncryptInDriver,    0, "1"   ;1:Enable 0:Disable

; WEPFactor for WEPIVReuse
 HKR,defaults,WEPFactor,0,0
 HKR, ,WEPFactor,    0, "0"   ;Range:0~3

; Enable Radio
 HKR,defaults,EnableRadio,0,1
 HKR,NDI\params\EnableRadio,,0,1
 HKR,NDI\params\EnableRadio,default,0,1
 HKR,NDI\params\EnableRadio,ParamDesc,0,%ENABLERADIO_STR%
 HKR,NDI\params\EnableRadio,type,0,"enum"
 HKR,NDI\params\EnableRadio\enum,0,0,%ENABLERADIO_P0_STR%
 HKR,NDI\params\EnableRadio\enum,1,0,%ENABLERADIO_P1_STR%

; IBSSInDriver
 HKR,defaults,IBSSInDriver,0,0
 HKR, ,IBSSInDriver,    0, "0"     ;1:Enable 0:Disable

; BeaconPeriod
 HKR,defaults,BeaconPeriod,0,100
 HKR, ,BeaconPeriod,    0, "100"   ;Range:100~1000

; BasicRates
 HKR,defaults,BasicRates,0,15
 HKR, ,BasicRates,    0, "15"     ;bit0:1Mbps, bit1:2Mbps, bit2:5.5Mbps bit3:11Mbps


;###############################################################################
[DestinationDirs]
;CopyFiles Section      = Destination Directory ID -- see layout.inf
;-----------------        ------------------------
 DefaultDestDir         = 11 ; Win9x=%windir%\system Win2k=%windir%\system32 WinXP=%windir%\system32
 PRISM_DRIVER.copy      = 11 ; Win9x=%windir%\system
 PRISM_DRIVER.copy.NT   = 12 ; Win2k=%windir%\system32\drivers
 PRISM_DRIVER.copy.XP   = 12 ; WinXP=%windir%\system32\drivers

[PRISM_DRIVER.copy]
 MSWNDS50.sys,MSWNDS50.sys,,
 MSWIOC.vxd           ; Win9x Ioctl interface

[PRISM_DRIVER.copy.NT]
 MSWNDS50.sys,MSWNDS50.sys,,

[PRISM_DRIVER.copy.XP]
 MSWNDS51.sys,MSWNDS51.sys,,

[SourceDisksNames]
;Source Disk ID         = Disk Name
;--------------           ---------
 1                      = %INSTALL_DISK_STR%,,,

[SourceDisksFiles]
;File Name              = Source Disk ID
;---------                --------------
 MSWIOC.vxd           = 1,Drivers
 MSWNDS50.sys         = 1,Drivers
 MSWNDS51.sys         = 1,Drivers

;###############################################################################
[Strings]
;String ID              = String Text
;---------                -----------
 VER_VENDOR_STR         = "Microsoft(R)"
 VER_VENDOR_NAME_STR    = "Microsoft(R) Corporation"

 PRISM_PCMCIA1_STR      = "Microsoft Broadband Networking Wireless Notebook Adapter"

 PRISM_SERVICE_DISPLAY  = "Microsoft Broadband Networking Driver"
 INSTALL_DISK_STR       = "Microsoft Broadband Networking Install Disk"

 SHORT_PREAM_STR        = "Preamble Mode"
 RTSTHRESH_STR          = "RTS Threshold"
 FRAGTHRESH_STR         = "Fragmentation Threshold"
 POWER_SAVE_STR         = "Power Save Mode"
 DSCHANNEL_STR          = "Channel"
 NETWORKTYPE_STR        = "Network Type"
 NETWORKTYPE_P0_STR     = "Peer to Peer"
 NETWORKTYPE_P1_STR     = "Access Point"
 SSID_STR               = "SSID"
 DEFAULT_SSID_STR       = "MSHOME"
 TXRATE_STR             = "Transmit Rate"
 TXRATE_P3_STR          = "Auto 1 or 2 Mb"
 TXRATE_P4_STR          = "5.5 Mb"
 TXRATE_P8_STR          = "11 Mb"
 TXRATE_P15_STR         = "Fully Automatic"
 ENABLERADIO_STR        = "Enable Radio"
 ENABLERADIO_P0_STR     = "Radio Off"
 ENABLERADIO_P1_STR     = "Radio On"
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: web5, load: 1.26