netr28ux.inf Driver File Contents (AE3000_Win7_3.2.8.0_WHQL_1.zip)

ÿþ;****************************************************************************************

;

; Module Name:

;	AE3000

; Description:

;	Linksys AE3000

;

; (c) 2002-2011 Ralink Technology Corporation.  All rights reserved.

; (c) 2012 Cisco and/or its affiliates.  All rights reserved. 

;

;**************************************************************************************



[Version]

Signature       = "$Windows NT$"

Class           = Net

ClassGUID       = {4d36e972-e325-11ce-bfc1-08002be10318}

Provider        = %Cisco%

CatalogFile     = netr28ux.cat ; For WHQL certification.

DriverVer       = 03/03/2012, 3.02.08.0000



[ControlFlags]

;***********Cisco 802.11n board  ***********

;ExcludeFromSelect = *



[Manufacturer]

%Cisco%         = Cisco, NTAMD64.6.1





;*******************************************************************************************

; Win7 specific entries

;*******************************************************************************************

[Cisco.NTAMD64.6.1]

; DisplayName                   Section                     DeviceID

; -----------                   -------                     --------

%linksys_ae3000_v1.DeviceDesc%  = linksys_ae3000.ndi,       USB\VID_13B1&PID_003B





;*******************************************************************************************

; Win7 specific entries

;*******************************************************************************************

[linksys_ae3000.ndi.NT]

Include=netvwifibus.inf

Needs=VWiFiBus.CopyFiles

AddReg                  = Common.reg, RTUSB_OS61_AE3000.ndi.NT.reg, DefaultBand.reg, AdhocN.reg, RemoveFlag.reg, TxBf.reg, PsControl.reg

DelReg                  = RegRemove.delReg

Characteristics         = 0x84                      ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL

BusType                 = 15                        ; USB

CopyFiles               = NT_AE3000.CopyFiles

*IfType = 71              ; IF_TYPE_IEEE80211

*MediaType = 16           ; NdisMediumNative802_11

*PhysicalMediaType = 9    ; NdisPhysicalMediumNative802_11





;*******************************************************************************************

; Win7 services sections

;*******************************************************************************************

[linksys_ae3000.ndi.NT.Services]

Include=netvwifibus.inf

Needs=VWiFiBus.Services

AddService              = AE3000, 2, AE3000.Service, common.EventLog



[linksys_ae3000.ndi.NT.HW]

Include=netvwifibus.inf

Needs=VWiFiBus.PnPFilterRegistration





;*******************************************************************************************

; NT CoInstallers Sections

;*******************************************************************************************

[linksys_ae3000.ndi.NT.CoInstallers]

CopyFiles = CoInstaller.CopyFiles

AddReg = CoInstaller_AddReg





;*******************************************************************************************

; common regs for NT

;*******************************************************************************************



[Common.reg]

;

; CCX drastic roaming use

;

HKR, ,                            CCXPktLossLimitTime,    0, "30"



;

; CCX Dbm offset

;

HKR, ,                            CCXDbmOffset,    0, "4"



;

; CCX VO/VI Drop Period, 3 or 5 is recommanded

;

HKR, ,                            CACDropPeriod,    0, "0"



;

; CCX VO/VI Drop Criteria

;

HKR, ,                            CACDropCriteria,    0, "1700"



;

; WirelessMode

;

HKR, ,                            WirelessMode,    0, "5"



;

; Enable TX Burst

;

HKR, ,                            TXBurst,         0, "1"



;

; Use Short Slot Time

;

HKR, ,                            ShortSlot,       0, "1"



;

; Use Ofdm rate in adhoc mode

;

HKR, ,                            AdhocOfdm,       0, "1"



;

; Disable 5GHz adhoc mode

;

HKR, ,                            Adhoc5GDisable,  0, "0"



;

; AdhocN40MHzAllowed

;

HKR, ,                            AdhocN40MHzAllowed,      0, "0"



;

; WSC Version2 

HKR, ,                            WSCVersion2,     0x00010001, 0x00000020



;

; WSC 2.0 Testbed for some test items. 

HKR, ,                            WSC20Testbed,     0x00010001, 0x0000000C



;

; Enabled power table testing

HKR, ,                            CountryTargetTxPowerMode,0, "1"



;

; Radio On/Off

;

HKR, ,                            Radio,           0, "0"

HKR, NDI\params\Radio,            ParamDesc,       0, %RadioOnOff%

HKR, NDI\params\Radio,            type,            0, "enum"

HKR, NDI\params\Radio,            default,         0, "0"

HKR, NDI\params\Radio\enum,       1,               0, %Disable%

HKR, NDI\params\Radio\enum,       0,               0, %Enable%



;

; Channel

;

HKR, ,                            Channel,         0, %CHANNEL%

HKR, Default,                     Channel,         0, %CHANNEL%



;

; RDG

;

HKR, ,                            RDG,      0, "1"



;

; WMMCapable

;

HKR, ,                            WMMCapable,      0, "1"

HKR, NDI\params\WMMCapable,       ParamDesc,       0, %WMM_Capable%

HKR, NDI\params\WMMCapable,       type,            0, "enum"

HKR, NDI\params\WMMCapable,       default,         0, "1"

HKR, NDI\params\WMMCapable\enum,  0,               0, %Disable%

HKR, NDI\params\WMMCapable\enum,  1,               0, %Enable%



;

; IEEE80211H

;

HKR, ,                            IEEE80211H,      0, "1"

HKR, NDI\params\IEEE80211H,       ParamDesc,       0, %IEEE802_11h%

HKR, NDI\params\IEEE80211H,       type,            0, "enum"

HKR, NDI\params\IEEE80211H,       default,         0, "1"

HKR, NDI\params\IEEE80211H\enum,  0,               0, %Disable%

HKR, NDI\params\IEEE80211H\enum,  1,               0, %Enable%



;

; CarrierDetect

;

HKR, ,                            CarrierDetect,   0, "0"



;

; SmartScan

;

HKR, ,                            SmartScan,       0, "0"

HKR, NDI\params\SmartScan,        ParamDesc,       0, %SmartScan%

HKR, NDI\params\SmartScan,        type,            0, "enum"

HKR, NDI\params\SmartScan,        default,         0, "0"

HKR, NDI\params\SmartScan\enum,   0,               0, %Disable%

HKR, NDI\params\SmartScan\enum,   1,               0, %Enable%



;

; Block ACK settings

;

HKR, ,                            BACapability,    0x10001, "0x0b034040"

HKR, Default,                     BACapability,    0x10001, "0x0b034040"



;

; Wifi Direct settings

;

HKR, ,                            WifiDirectControl,    0x10001, "0x84308078"

HKR, Default,                     WifiDirectControl,    0x10001, "0x84308078"



;

; P2P Reinforced ACK check

;

HKR, ,                            P2PAckCheck,    0, "1"

HKR, Default,                     P2PAckCheck,    0, "1"



;

; Enable P2P Video Boost within P2P Group

;

HKR, ,                            P2PVideoBoost,      0, "0"



;

; Transmit Rate setting

;

HKR, ,                            TransmitSetting, 0x10001, "0x2ba15"

HKR, Default,                     TransmitSetting, 0x10001, "0x2ba15"



;

; WPS Device Name

;

HKR, ,                            WPSDevName,      0, %WPS_DEVNAME_DEF_STR%

HKR, Default,                     WPSDevName,      0, %WPS_DEVNAME_DEF_STR%



;

; ProhibitTKIPonHT

;

HKR, ,                            ProhibitTKIPonHT,0, "1"



;

; Link Speed Status

;

HKR, ,                            LinkSpeedStatus, 0, "0"



[RemoveFlag.reg]

HKR, ,                            SafelyRemoveOff, 0, "1"



[AdhocN.reg]

;

; AdhocNMode

;

HKR, ,                            AdhocNMode,      0, "0"



[PsControl.reg]

;

; Power Saving Control

;

HKR, ,                            PSControl,       0x00010001, 0x00000001



[DefaultBand.reg]

;

; 2.4G Band

;

HKR, ,                                   CountryRegion,      0, "0"



;

; 5G Band

;

HKR, ,                                   CountryRegionABand, 0, "7"





[TxBf.reg]

;

; ETxBfEn

;

HKR, ,                            ETxBfEn,		0,	"1"



;

; ETxBfTimeout

;

HKR, ,                            ETxBfTimeout,	0,	"40000"



;

; ETxBfNonCompressedFeedback

;

HKR, ,                            ETxBfNonCompressedFeedback,	0,	"0"



[CoInstaller_AddReg]

;HKR,,CoInstallers32,0x00010000, "RaCoInstx.dll,ClassCoInstaller"



;

; Remove registry

;

[RegRemove.delReg]

; Remove CountryRegion

HKR, NDI\params\CountryRegion

HKR, NDI\params\CountryRegionABand



; Remove IEEE80211H

HKR, NDI\params\IEEE80211H





;*******************************************************************************************

; DestinationDirs

;*******************************************************************************************

[NT_AE3000.CopyFiles]

AE3000w764.sys,AE3000w764.sys,,2



[CoInstaller.CopyFiles]

RaCoInstx.dll,,,2

RaCoInst.dat,,,2



[SourceDisksNames]

1 = %INSTALL_DISK_STR%,,,



[SourceDisksFiles]

AE3000w764.sys                = 1,,

RaCoInstx.dll               = 1,,

RaCoInst.dat                = 1,,



[DestinationDirs]

NT_AE3000.CopyFiles            = 12     ; system32\drivers subdirectory on NT

DefaultDestDir          = 11

CoInstaller.CopyFiles	= 11





;*******************************************************************************************

; NT specific

;*******************************************************************************************

[RTUSB_OS61_AE3000.ndi.NT.reg]

HKR, Ndi,                   Service,            0, "AE3000"

HKR, Ndi\Interfaces,        UpperRange,         0, "ndis5"

HKR, Ndi\Interfaces,        LowerRange,         0, "wlan,ethernet,vwifi"



[AE3000.Service]

DisplayName                 = %AE3000.Service.DispName%

ServiceType                 = 1                             ;%SERVICE_KERNEL_DRIVER%

StartType                   = 3                             ;%SERVICE_AUTO_START%

ErrorControl                = 1                             ;%SERVICE_ERROR_NORMAL%

ServiceBinary               = %12%\AE3000w764.sys

LoadOrderGroup              = NDIS



[common.EventLog]

AddReg=common.AddEventLog.reg



[common.AddEventLog.reg]

HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\AE3000w764.sys"

HKR, , TypesSupported,   0x00010001, 7





;*******************************************************************************************

; Strings

;*******************************************************************************************

[strings]

Cisco                       = "Cisco Consumer Products LLC"

linksys_ae3000_v1.DeviceDesc = "Linksys AE3000"

INSTALL_DISK_STR            = "802.11n USB Wireless Network Adapter"

AE3000.Service.DispName     = "Linksys AE3000 Driver"


;

; Parameters

;

RadioOnOff                  = "Radio On/Off"

Disable                     = "Disable"

Enable                      = "Enable"

WMM_Capable		    = "WMM Capable"

IEEE802_11h                 = "IEEE802.11h"

SmartScan                   = "Multimedia/Gaming Environment"

CHANNEL                     = "1"

WPS_DEVNAME_DEF_STR         = "Cisco Client"



;*******************************************************************************************

; Strings for FR-CA

;*******************************************************************************************

[strings.0c0c]

Cisco                       = "Cisco Consumer Products LLC"

linksys_ae3000_v1.DeviceDesc = "Linksys AE3000"

INSTALL_DISK_STR            = "Carte réseau sans fil USB 802.11n"

AE3000.Service.DispName     = "Pilote Linksys AE3000"



;

; Parameters

;

RadioOnOff                  = "Radio"

Disable                     = "Désactivé(e)"

Enable                      = "Activé(e)"

WMM_Capable		    = "Support WMM"

IEEE802_11h                 = "IEEE802.11h"

SmartScan                   = "Multimédia et Jeux"

CHANNEL                     = "1"

WPS_DEVNAME_DEF_STR         = "Client Cisco"



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: web4, load: 1.01