Windows 8 DLL File Information - wlancfg.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 8, extracted the information from them, and then saved it into HTML reports. If you want to view a report of another DLL, go to the main page of this Web site.
General Information
File Description: | Wlan Netsh Helper DLL |
File Version: | 6.2.9200.16384 (win8_rtm.120725-1247) |
Company: | Microsoft Corporation |
Product Name: | Microsoft® Windows® Operating System |
DLL popularity | Very Low - There is no any other DLL in system32 directory that is statically linked to this file. |
File Size: | 145 KB |
Total Number of Exported Functions: | 2 |
Total Number of Exported Functions With Names: | 2 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 129,536 Bytes | 86.9% | Read, Execute | Code |
.data | 0x00021000 | 1,536 Bytes | 1.0% | Write, Read | Initialized Data |
.idata | 0x00022000 | 6,656 Bytes | 4.5% | Read | Initialized Data |
.rsrc | 0x00024000 | 1,536 Bytes | 1.0% | Read | Initialized Data |
.reloc | 0x00025000 | 8,704 Bytes | 5.8% | Read, Discardable | Initialized Data |
Static Linking
wlancfg.dll is statically linked to the following files:msvcrt.dll
api-ms-win-core-libraryloader-l1-1-1.dll
api-ms-win-core-errorhandling-l1-1-1.dll
api-ms-win-core-heap-l1-2-0.dll
api-ms-win-core-file-l1-2-0.dll
RPCRT4.dll
IPHLPAPI.DLL
api-ms-win-core-string-l1-1-0.dll
api-ms-win-core-datetime-l1-1-1.dll
api-ms-win-core-processthreads-l1-1-1.dll
api-ms-win-core-synch-l1-2-0.dll
api-ms-win-core-timezone-l1-1-0.dll
api-ms-win-core-sysinfo-l1-2-0.dll
api-ms-win-core-handle-l1-1-0.dll
api-ms-win-security-sddl-l1-1-0.dll
api-ms-win-core-processenvironment-l1-2-0.dll
api-ms-win-security-base-l1-2-0.dll
api-ms-win-core-file-l2-1-0.dll
api-ms-win-core-interlocked-l1-2-0.dll
api-ms-win-core-profile-l1-1-0.dll
api-ms-win-core-heap-obsolete-l1-1-0.dll
api-ms-win-core-string-obsolete-l1-1-0.dll
api-ms-win-core-kernel32-legacy-l1-1-0.dll
api-ms-win-core-shlwapi-legacy-l1-1-0.dll
NETSH.EXE
wlanapi.dll
ntdll.dll
api-ms-win-eventing-classicprovider-l1-1-0.dll
api-ms-win-core-registry-l1-1-0.dll
api-ms-win-core-io-l1-1-1.dll
api-ms-win-core-delayload-l1-1-1.dll
This means that when wlancfg.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, wlancfg.dll won't be loaded.
General Resources Information
Resource Type | Number of Items | Total Size | % of File |
---|---|---|---|
Icons | 0 | 0 Bytes | 0.0% |
Animated Icons | 0 | 0 Bytes | 0.0% |
Cursors | 0 | 0 Bytes | 0.0% |
Animated Cursors | 0 | 0 Bytes | 0.0% |
Bitmaps | 0 | 0 Bytes | 0.0% |
AVI Files | 0 | 0 Bytes | 0.0% |
Dialog-Boxes | 0 | 0 Bytes | 0.0% |
HTML Related Files | 0 | 0 Bytes | 0.0% |
Menus | 0 | 0 Bytes | 0.0% |
Strings | 491 | 92,026 Bytes | 61.8% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 2 | 1,112 Bytes | 0.7% |
Total | 493 | 93,138 Bytes | 62.5% |
Icons in this file
No icons found in this file
Cursors in this file
No cursors found in this file
Dialog-boxes list (up to 200 dialogs)
No dialog resources in this file.
String resources in this dll (up to 200 strings)
String ID | String Text |
---|---|
56001 | not ready |
56002 | connected |
56003 | ad hoc network formed |
56004 | disconnecting |
56005 | disconnected |
56006 | associating |
56007 | discovering |
56008 | authenticating |
56999 | unknown state |
57001 | Adds a configuration entry to a table. |
57002 | Deletes a configuration entry from a table. |
57003 | Sets configuration information. |
57004 | Displays information. |
57005 | Saves WLAN profiles to XML files. |
57006 | Start hosted network. |
57007 | Stop hosted network. |
57008 | Refresh hosted network settings. |
57051 | Connects to a wireless network. |
57052 | Usage: %1!s! [name=]<string> [[ssid=]<string>] [[interface=]<string>] Parameters: Tag Value ssid - SSID of the wireless network. name - Name of the profile to be used in connection attempt. interface - Name of the interface from which connection is attempted. Remarks: Connect to the wireless network given by ssid using the specified profile. Connection is attempted from the specified interface unless there is only one available interface on the system, in which case, the interface parameter can be omitted. Parameter profile name is required but ssid is optional. If only one SSID exists in the profile, then this SSID is used to connect. If there are multiple SSIDs in the profile, then parameter ssid is required. Parameter interface is required if there are two or more available interfaces on the system. When interface is specified, it cannot be a wildcard name. If the specified interface is already connected to a wireless network, this command will first disconnect from the currently connected network, then attempt to connect to the new network. However, if these two networks are the same this command simply returns success and does nothing. Examples: %1!s! name=Profile1 ssid=SSID1 %1!s! name=Profile2 ssid=SSID2 interface="Wireless Network Connection" |
57053 | Disconnects from a wireless network. |
57054 | Usage: %1!s! [[interface=]<string>] Parameters: Tag Value interface - Name of the interface from which disconnection is attempted. Remarks: Disconnect from the wireless network on the specified interface. Parameter interface is required if there are two or more available interfaces on the system. Wildcard characters can be used in the interface name to specify multiple interfaces. Examples: %1!s! %1!s! interface="Wireless Network Connection" |
58001 | Add a wireless network into the wireless allowed or blocked list. |
58002 | Usage: %1!s! [permission=]allow|block|denyall [[ssid=]<string>] [networktype=]infrastructure|adhoc Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Adds a wireless network into the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure %1!s! permission=block ssid=ssid2 networktype=adhoc %1!s! permission=denyall networktype=adhoc |
58003 | Add a WLAN profile to specified interface on the system. |
58004 | Usage: %1!s! [filename=]<string> [[interface=]<string>] [[user=]all|current] Parameters: Tag Value filename - Name of the profile XML file. interface - Interface name. user - User scope, all users or only current user. Remarks: Add a wireless network profile on an interface for all or current users. Parameter filename is required. It is the name of the XML file containing the profile data. Parameter interface is optional. It is one of the interface name shown by "netsh wlan show interface" command. If interface name is given, the profile will be added to the specified interface, otherwise the profile will be added on all wireless interfaces. Parameter user is optional. It specifies whether this profile is applied to all users or current user only. By default it is applied to all users. Examples: %1!s! filename="Profile1.xml" interface="Wireless Network Connection" user=current |
58005 | Usage: %1!s! [permission=]allow|block|denyall [[ssid=]<string>] [networktype=]infrastructure Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Adds a wireless network into the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure |
58011 | Remove a wireless network from the wireless allowed or blocked list. |
58012 | Usage: %1!s! [permission=]allow|block|denyall [[ssid=]<string>] [networktype=]infrastructure|adhoc Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Removes a wireless network from the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure %1!s! permission=block ssid=ssid2 networktype=adhoc %1!s! permission=denyall networktype=adhoc |
58013 | Delete a WLAN profile from one or multiple interfaces. |
58014 | Usage: %1!s! [name=]<string> [[interface=]<string>] Parameters: Tag Value name - Name of the profile to delete. interface - Interface name. Remarks: Remove a wireless network profile from an interface or all interfaces. Parameter name is required. It is the name of the profile to be deleted. Parameter interface is optional. If it is given then the profile will be deleted from specified interface only. If it is omitted then the profile will be deleted from all the interfaces that have such a profile. Profile name can have wildcard characters and multiple profiles with matching name will be removed. Examples: %1!s! name="Profile 1" interface="Wireless Network Connection" %1!s! name="Profile 1" i=* |
58015 | Usage: %1!s! [permission=]allow|block|denyall [[ssid=]<string>] [networktype=]infrastructure Parameters: Tag Value permission - Permission type of the filter. ssid - SSID of the wireless network. networktype - Network type of the wireless network. Remarks: Removes a wireless network from the allowed and blocked network list configured on the system. Parameter ssid is required if permission is allow or block. If permission is denyall then parameter ssid should not be given. Examples: %1!s! permission=allow ssid=ssid1 networktype=infrastructure |
58021 | Export specified profiles to XML files. |
58022 | Usage: %1!s! [name=]<string> [folder=]<string> [[interface=]<string>] [key=<string>] Parameters: Tag Value name - Name of the profile to export. folder - Name of the folder in which the profile XML files will be saved. interface - Name of the interface which has this profile configured. key - To display the key in plain text, set key=clear. Remarks: Saves the selected profiles into XML files in the specified folder. For each exported profile, the output file will be named as "Interface Name-Profile Name.xml". Parameters folder, name and interface are all optional. If profile name is given then the specified profile will be saved. Otherwise profiles on any interface will be saved. If the folder parameter is provided it must specify an existing folder accessible from the local computer. It can either be an absolute path, or a relative path to the current working directory. In addition, "." refers to the current working directory, and ".." refers to the parent directory of the current working directory. The folder name cannot be a UNC (Universal Naming Convention) path. By default profiles will be saved in the current working directory. If interface name is given, only the specified profile on the given interface will be saved. Otherwise all profiles with the given name on the system will be saved. If a key in plain text is required and the caller is local administrator, output XML file will include the key in plain text. Otherwise, the output XML file will include encrypted key. Examples: %1!s! name="profile 1" folder=c:\profiles interface="Wireless Network Connection" %1!s! name="profile 2" folder=. %1!s! name="profile 3" folder=. key=clear |
58031 | Enable or disable auto configuration logic on interface. |
58032 | Usage: %1!s! [enabled=]yes|no [interface=]<string> Parameters: Tag Value enabled - Set auto configuration logic to enabled or disabled. interface - Name of the interface for which the setting has to be changed. Remarks: Enable or disable the auto configuration logic on an interface. If it is, disabled then Windows will not connect to any wireless network automatically from the specified interface. Both parameters are required. Examples: %1!s! enabled=yes interface="Wireless Network Connection" |
58033 | Set the preference order of a wireless network profile. |
58034 | Usage: %1!s! [name=]<string> [interface=]<string> [priority=]<integer> Parameters: Tag Value name - Name of the User profile whose priority is to be changed. interface - Name of the interface which has this profile configured. priority - The new priority of the User profile. Remarks: Set the preference order of a wireless network profile on an interface. All three parameters are required. Only the order of User profiles can be changed. Group policy profiles are read only. Group policy profiles always have higher precedence over User profiles. Parameter priority specifies the new position of the profile in the preferred profile list. If it is 1, the profile will be moved to the first position in the User profile list. Examples: %1!s! name="profile1" interface="Wireless Network Connection" priority=1 |
58035 | Show or hide the blocked networks in visible network list. |
58036 | Usage: %1!s! [display=]show|hide Parameters: Tag Value display - Show or hide blocked networks in the visible network list. Remarks: Specify whether to show or hide blocked networks in the visible network list. If disabled then the blocked networks will not be displayed in the visible wireless network list. The parameter display is required. Examples: %1!s! display=show |
58037 | Enable or disable tracing. |
58038 | Usage: %1!s! [mode=]yes|no|persistent] Parameters: Tag Value mode - Enable, make it persistent or disable tracing. Remarks: Enabled or disable tracing, with the option to make tracing persistent. If enabled then the trace logs for wireless LAN will be collected and saved to the trace files. The parameter mode is required. Under persistent mode the tracing will still be effective after system reboot. If mode is set to disable, then both persistent and nonpersistent tracing will be stopped. Examples: %1!s! mode=yes |
58039 | Allow or disallow everyone to create all user profiles. |
58040 | Usage: %1!s! [[enabled=]yes|no] Parameters: Tag Value enabled - Allow or disallow everyone to create all user profiles. Remarks: If enabled is yes then everyone is allowed to create all user profiles. The enabled parameter is required. Examples: %1!s! enabled=yes |
58051 | Shows whether the auto configuration logic is enabled or disabled. |
58052 | Usage: %1!s! Remarks: Shows the global setting whether auto configuration logic is enabled or not on each interface. Examples: %1!s! |
58053 | Shows the blocked network display settings. |
58054 | Usage: %1!s! Remarks: Shows the global setting whether to display the blocked networks in visible network list or not. Examples: %1!s! |
58055 | Shows properties of the wireless LAN drivers on the system. |
58056 | Usage: %1!s! [[interface=]<string>] Parameters: Tag Value interface - Name of the interface for which to show driver information. Remarks: Shows the 802.11 wireless LAN interface and driver information on the system. Examples: %1!s! |
58057 | Shows the allowed and blocked network list. |
58058 | Usage: %1!s! [permission=]allow|block Parameters: Tag Value permission - Select allow or block network list. Remarks: Shows the allowed and blocked network list configured on the system. Examples: %1!s! %1!s! permission=allow %1!s! permission=block |
58059 | Shows a list of the wireless LAN interfaces on the system. |
58060 | Usage: %1!s! Remarks: Shows the wireless LAN interfaces configured on the system. There are no parameters for this command. Examples: %1!s! |
58061 | Shows a list of networks visible on the system. |
58062 | Usage: %1!s! [[interface=]<string>] [[mode=]ssid/bssid] Parameters: Tag Value interface - Name of the interface which has this profile configured. mode - Get detailed bssid information. Remarks: Shows the networks available to the system. Parameter interface and bssid are both optional. If interface name is given, only the networks on the given interface will be listed. Otherwise, all networks visible to the system will be listed. If mode=bssid is given then the visible bssids for each ssid will also be listed. Otherwise only ssids will be listed. Examples: %1!s! interface="Wireless Network Connection" %1!s! mode=Bssid %1!s! |
58063 | Shows a list of profiles configured on the system. |
58064 | Usage: %1!s! [[name=]<string>] [interface=<string>] [key=<string>] Parameters: Tag Value name - Name of the profile to display. interface - Name of the interface which has this profile configured. key - To display the key in plain text, set key=clear. Remarks: Shows the profile data or lists the profiles on the system. Parameter name and interface are both optional. If profile name is given then the content of the profile will be displayed. Otherwise only profile name and description will be listed. If interface name is given, only the specified profile on the given interface will be listed. Otherwise, all profiles with the given name on the system will be listed. If key is set to "clear" and the caller is local administrator, the key will be shown in plain text. Group Policy Profiles are read only. User Profiles are readable and writeable, and the preference order can be changed. Examples: %1!s! name="profile 1" interface="Wireless Network Connection" %1!s! name="profile 2" %1!s! name="profile 3" key=clear %1!s! |
58065 | Shows the global settings of wireless LAN. |
58066 | Usage: %1!s! Remarks: Shows the global settings for the Wireless AutoConfig service, including whether the auto configuration logic is enabled or disabled on each interface, and whether to show blocked networks in the visible network list. Allow and block filter lists are available by "show filters" command. Examples: %1!s! |
58067 | Shows whether wireless LAN tracing is enabled or disabled. |
58068 | Usage: %1!s! Remarks: Shows whether wireless LAN tracing is enabled or disabled. Examples: %1!s! |
58069 | Shows complete wireless device and networks information. |
58070 | Usage: %1!s! Remarks: Shows the complete 802.11 wireless interface information, networks, and wireless settings on the system, including: - Wireless driver information - Wireless interface status - Wireless configuration settings - Wireless network filters - Wireless network profiles list and details - Visible wireless networks Examples: %1!s! |
58071 | Shows whether everyone is allowed to create all user profiles. |
58072 | Usage: %1!s! Remarks: Shows the global setting whether creating all user profiles is allowed or disallowed for everyone. Examples: %1!s! |
58081 | Usage: %1!s! Remarks: Shows the global settings for the Wireless AutoConfig service, including whether the auto configuration logic is enabled or disabled on each interface, whether to show blocked networks in the visible network list, and whether to only use GP profiles on GP-configured networks. Allow and block filter lists are available by "show filters" command. Examples: %1!s! |
58082 | Shows the only use GP profiles on GP configured networks setting. |
58083 | Usage: %1!s! Remarks: Shows the global setting whether to only use GP profiles on GP configured networks or not. Examples: %1!s! |
58101 | Set parameters in a wireless network profile. |
58102 | Usage: %1!s! [name=]<string> [[interface=]<string>] [SSIDname=<string>] [ConnectionType=ESS|IBSS] [autoSwitch=yes|no] [ConnectionMode=auto|manual] [nonBroadcast=yes|no] [authentication=open|shared|WPA|WPA2|WPAPSK|WPA2PSK] [encryption=none|WEP|TKIP|AES] [keyType=networkKey|passphrase] [keyIndex=1-4] [keyMaterial=<string>] [PMKCacheMode=yes|no] [PMKCacheSize=1-255] [PMKCacheTTL=300-86400] [preAuthMode=yes|no] [preAuthThrottle=1-16 [FIPS=yes|no] [useOneX=yes|no] [authMode=machineOrUser|machineOnly|userOnly|guest] [ssoMode=preLogon|postLogon|none] [maxDelay=1-120] [allowDialog=yes|no] [userVLAN=yes|no] [heldPeriod=1-3600] [AuthPeriod=1-3600] [StartPeriod=1-3600] [maxStart=1-100] [maxAuthFailures=1-100] [cacheUserData = yes|no] [cost=default|unrestricted|fixed|variable] Parameters: Tag Value name - Name of the profile to be modified. interface - Name of the interface on which the profile is set. SSIDname - SSID of the wireless LAN, maximum length is 32. ConnectionType - Specify the network is infrastructure (ESS) or ad-hoc (IBSS). ConnectionMode - Connecting to network automatic or manually. Must be manual if connection type is IBSS. autoSwitch - The roaming behavior of an auto-connected network when a more preferred network is in range. nonBroadcast - Whether to connect to a hidden network. authentication - The authentication type to be used. encryption - The encryption method to be used. keyType - Whether the shared key is a network key or a passphrase. keyIndex - The key index should be used to encrypt wireless traffic. keyMaterial - The network key or pasphrase. PMKCacheMode - Whether PMK caching will be used. Only valid for WPA2 networks. PMKCacheSize - The number of entries in the PMK cache on the client. PMKCacheTTL - The length of time in seconds, that a PMK cache will be kept. preAuthMode - Whether preauthentication will be used. Only valid for WPA2 networks. preAuthThrottle - The number of reauthentication attempts to try on neighboring APs. FIPS - Enable or Disable FIPS mode. useOneX - Whether 802.1X authentication is used. authMode - Type of credentials to be used for authentication. ssoMode - Type of single sign on to be attempted if any. maxDelay - Timeout value to establish single sign on connection. allowDialog - Allow or Disallow a dialog to be shown for preLogon. userVLAN - Specify if the network switches to a different VLAN on user authentication. heldPeriod - The interval time between two attempt authentications, in seconds. AuthPeriod - The maximum time, in seconds, a client waits for a response from the authenticator. StartPeriod - The length of time, in seconds, to wait before an EAPOL-Start maxStart - The maximum number of EAPOL-Start messages sent. maxAuthFailures - The maximum number of authentication failures allowed for a set of credentials. cacheUserData - Whether the user credentials are cached for subsequent use. cost - The cost associated with the profile. Remarks: Modifies the specified profile. If the interface is specified then only the profile on that interface is modified. The name parameter is required. At least one other parameter besides profile name and interface must also be specified. Examples: %1!s! name=Profile1 authMode=userOnly ssoMode=preLogon %1!s! name=Profile2 ssoMode=none fips=yes |
58209 | Set hosted network properties. |
58210 | Usage: %1!s! [mode=]allow|disallow [ssid=]<ssid> [key=]<passphrase> [keyUsage=]persistent|temporary Parameters: Tag Value mode Specifies whether to allow or disallow the hosted network. ssid SSID of the hosted network. key The user security key used by the hosted network. keyUsage Specifies whether the user security key is persistent or temporary. Remarks: This command changes the properties of hosted network, including: SSID of the hosted network, allow or disallow the hosted network in the system, and a user security key that is used by the hosted network. The user security key should be a string with 8 to 63 ASCII characters, eg. a passphrase, or 64 hexadecimal digits which represent 32 binary bytes. If keyUsage is specified as persistent, the security key will be saved and used when the hosted network is started again in future. Otherwise it will be used only when the current or next time the hosted network is started. Once the hosted network is stopped, the temporary security key will be deleted from the system. If keyUsage is not specified, it is persistent by default. This command requires administrator privileges to allow or disallow the hosted network. Examples: %1!s! mode=allow %1!s! ssid=ssid1 %1!s! key=passphrase keyUsage=persistent |
58211 | Show hosted network properties and status. |
58212 | Usage: %1!s! [[setting=]security] Parameters: Tag Value setting Specifies hosted network settings to display. Remarks: This command shows the properties of the hosted network and its status if it has been started. If the setting parameter is specified, it will display the security algorithms and the key of the hosted network. Examples: %1!s! %1!s! setting=security |
58213 | Start hosted network. |
58214 | Usage: %1!s! Remarks: This command requests the WLAN service to start the hosted network. This command requires administrator privileges. Examples: %1!s! |
58215 | Stop hosted network. |
58216 | Usage: %1!s! Remarks: This command requests the WLAN service to stop the hosted network. Examples: %1!s! |
58217 | Refresh hosted network settings. |
58218 | Usage: %1!s! [data=]key Parameters: Tag Value data Specifies the hosted network data to refresh. Remarks: This command requests the WLAN service to use a new security key for the hosted network. Examples: %1!s! key |
58219 | Shows the allow shared user credentials settings. |
58220 | Usage: %1!s! Remarks: Shows the global setting whether to allow shared user credentials for authenticating to 802.1x networks. Examples: %1!s! |
58221 | Allow or disallow the user to use shared user credentials for network authentication. |
58222 | Usage: %1!s! [allow=]yes|no Parameters: Tag Value allow - Allow or disallow shared user credentials. Remarks: Specify whether to allow or disallow shared user credentials on the client for network authentication. The parameter allow is required. Examples: %1!s! allow=yes |
58223 | Set profile type to alluser or peruser. |
58224 | Usage: %1!s! [name=]<string> [profiletype=]all|current [[interface=]<string>] Parameters: Tag Value name - Name of the profile to be changed. profiletype - The desired profile type [all-user/per-user]. interface - Name of the interface on which the profile is set. Remarks: Changes the profile type for the specified profile. If the interface is specified, then only the profile on that interface is changed. The name and profile type parameters are required. Examples: %1!s! name=Profile1 profiletype=all |
58225 | Export the hosted network profile to XML file. |
58226 | Usage: %1!s! Remarks: This command saves the hosted network client profile to a XML file. It can be added to other windows wireless clients to connect to this hosted network. Examples: %1!s! |
58227 | Generate WLAN smart trace report. |
58228 | Usage: %1!s! Remarks: This command generates WLAN smart trace report and makes it ready for reporting WLAN issues. Examples: %1!s! |
58229 | Set the block period. |
58230 | Usage: %1!s! [value=]0-60 Parameters: Tag Value value - Specifies the length in time, in minutes, during which auto connect attempts to this network will be suspended. Remarks: Modifies the specified timer. The value is specified in minutes. The blocked state is reset upon a manual connection attempt, a session change or a media connect. Examples: %1!s! value=2 %1!s! 25 |
59011 | Function %1!s! returns error %2!u!: |
59013 | Invalid value "%2!s!" for command option "%1!s!". |
59014 | One or more parameters for the command are not correct or missing. |
59015 | The value for option "%1!s!" is invalid. It should be 8 to 63 characters. |
59025 | Invalid value "%2!s!" for command option "%1!s!". |
59502 | There is no such wireless interface on the system. |
59503 | There is no wireless interface on the system. |
59504 | The Wireless AutoConfig Service (wlansvc) is not running. |
59505 | Error connecting to Wireless AutoConfig Service (wlansvc): error %1!lu!. |
60001 | There are %1!d! interfaces on the system: |
60002 | There is %1!d! interface on the system: |
60003 | Name : %1!s! Description : %2!s! GUID : %3!s! Physical address : %4!02x!:%5!02x!:%6!02x!:%7!02x!:%8!02x!:%9!02x! State : %10!s! |
60005 | Profile : %1!s! |
60006 | SSID : %1!s! BSSID : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x! |
60007 | Network type : %1!s! Radio type : %2!s! Authentication : %3!s! |
60008 | Cipher : %1!s! Connection mode : %2!s! Channel : %3!d! |
60009 | Receive rate (Mbps) : %1!s! Transmit rate (Mbps) : %2!s! Signal : %3!d!%% |
60010 | Profile |
60011 | Temporary Profile |
60012 | Discovery (secured) |
60013 | Discovery (unsecured) |
60014 | Auto Connect |
60015 | Invalid |
60017 | Hosted network clients : %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
60018 | %1!02x!:%2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x! |
60019 | Hosted network status : %1!s! |
60101 | Profile %1!s! is added on interface %2!s!. |
60102 | Profile format error 0x%1!X!: %2!s! |
60103 | Failed to add the profile. Error %x%1!X!: %2!s! |
60104 | Failed to add profile "%1!s!". A profile with this name already exists in group policy or different user scope and cannot be overwritten. |
60105 | You do not have the permission to add profile "%1!s!" for current user. |
60106 | You do not have the permission to add profile "%1!s!" for all users. |
60107 | The security or connectivity setting in profile "%1!s!" is not supported by wireless adapter "%2!s!". |
60113 | Failed to add the profile on interface "%3!s!". Error 0x%1!X!: %2!s! |
60201 | Profile "%1!s!" is not found on any interface. |
60202 | Profile "%1!s!" is deleted from interface "%2!s!". |
60203 | You do not have sufficient privileges or the profile "%1!s!" on interface "%2!s!" is a group policy profile. |
60301 | Priority order of profile "%1!s!" is updated successfully. |
60302 | Priority order for profile "%1!s!" is not changed for "%2!s!". |
60303 | Profile "%1!s!" does not exist on any available interfaces. |
60304 | Profile preference order starts with 1. |
60305 | Priority order of Group Policy profile "%1!s!" cannot be changed. |
60401 | Interface profile "%1!s!" is saved in file "%2!s!" successfully. |
60402 | Profile "%1!s!" is not found on any interface. |
60403 | Profile "%1!s!" is not found on interface "%2!s!". |
60404 | There is no profile on the system. |
60405 | Group policy profile "%1!s!" is saved in file "%2!s!" successfully. |
60406 | Specified folder "%1!s!" is invalid. |
60501 | Profile "%1!s!" is not found on the system. |
60502 | Profile "%1!s!" does not exist on interface "%2!s!". |
60503 | There is no profile on the system. |
60504 | The profile is not a wireless LAN profile. |
60505 | Profile %2!s! on interface %1!s!: ======================================================================= |
60506 | Profiles on interface %1!s!: |
60507 | %1!s! : %2!s! |
60508 | <None> |
60509 | Group policy profiles (read only) --------------------------------- |
60510 | User profiles ------------- |
60511 | %1!s! |
60512 | The EAP method configured in this profile does not exist. |
60513 | The EAP method configuration included in the profile is invalid. |
60514 | The requested operation requires elevation. |
60601 | Allow list on the system (user) ------------------------------- |
60602 | Block list on the system (user) ------------------------------- |
60603 | <None> |
60604 | SSID: "%1!s!", Type: %2!s! |
60605 | Allow list on the system (group policy) --------------------------------------- |
60606 | Block list on the system (group policy) --------------------------------------- |
60701 | Wireless LAN settings --------------------- |
60703 | Auto configuration logic is enabled on interface "%2!s!" |
60704 | Auto configuration logic is disabled on interface "%2!s!" |
60705 | Show blocked networks in visible network list: %1!s! |
60706 | Yes |
60707 | No |
60721 | Only use GP profiles on GP-configured networks: %1!s! |
60722 | Yes |
60723 | No |
60801 | Interface name : %1!s! |
60802 | There are %1!d! networks currently visible. |
60803 | SSID %1!d! : %2!s! Network type : %3!s! Authentication : %4!s! Encryption : %5!s! |
60804 | BSSID %1!d! : %2!02x!:%3!02x!:%4!02x!:%5!02x!:%6!02x!:%7!02x! Signal : %8!d!%% Radio type : %9!s! Channel : %10!d! |
60805 | Visible networks cannot be displayed because auto configuration has been %1!s! on the interface. |
60806 | Basic rates (Mbps) : |
60807 | Other rates (Mbps) : |
60808 | %1!s! |
60817 | MFP Required : %1!x! |
60833 | Allow shared user credentials for network authentication: %1!s! |
60834 | Yes |
60835 | No |
60836 | Block period: %1!d! minutes. |
60837 | Block period: Not Configured. |
60901 | Interface name: %1!s! |
60902 | Driver information for this interface is not available. |
60903 | Driver : %1!s! |
60904 | Vendor : %1!s! |
60905 | Provider : %1!s! |
60906 | Version : %1!d!.%2!d!.%3!d!.%4!d! |
60907 | Date : %1!s! |
60908 | Files : %1!d! total |
60909 | INF file : %1!s! |
60910 | %1!s! |
60911 | Type : Legacy Wi-Fi Driver |
60912 | Type : Native Wi-Fi Driver |
60913 | IHV service present : Yes |
60914 | IHV adapter OUI : [%1!02x! %2!02x! %3!02x!], type: [%4!02x!] |
60915 | IHV extensibility DLL path: %1!s! |
60916 | IHV UI extensibility ClSID: {%1!s!} |
60917 | IHV diagnostics CLSID : {%1!s!} |
COM Classes/Interfaces
There is no type library in this file with COM classes/interfaces information
Exported Functions List
The following functions are exported by this dll:GetResourceString | InitHelperDll |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_CxxThrowException _XcptFilter __CxxFrameHandler __dllonexit __iob_func _amsg_exit _callnewh _dup _dup2 _except_handler4_common _fileno _ftol2_sse _initterm _lock _onexit _unlock _vscwprintf _vsnwprintf _wcsicmp _wfopen_s _wtoi fclose free iswdigit iswxdigit malloc memcmp memcpy memcpy_s memmove_s memset public: __thiscall exception::exception(class exception const &) public: __thiscall exception::exception(void) public: virtual __thiscall exception::~exception(void) public: virtual __thiscall type_info::~type_info(void) public: virtual char const * __thiscall exception::what(void)const toupper towlower vswprintf_s wcscpy_s wcsstr - api-ms-win-core-libraryloader-l1-1-1.dll:
KernelBase!DisableThreadLibraryCalls KernelBase!FindResourceExW KernelBase!FreeLibrary KernelBase!GetProcAddress KernelBase!LoadResource KernelBase!LoadStringW KernelBase!LockResource KernelBase!SizeofResource - api-ms-win-core-errorhandling-l1-1-1.dll:
KernelBase!GetLastError KernelBase!RaiseException KernelBase!SetUnhandledExceptionFilter KernelBase!UnhandledExceptionFilter ntdll!RtlRestoreLastWin32Error - api-ms-win-core-heap-l1-2-0.dll:
KernelBase!GetProcessHeap KernelBase!HeapDestroy ntdll!RtlAllocateHeap ntdll!RtlFreeHeap ntdll!RtlReAllocateHeap ntdll!RtlSizeHeap - api-ms-win-core-file-l1-2-0.dll:
KernelBase!CompareFileTime KernelBase!CreateDirectoryW KernelBase!DeleteFileW KernelBase!FileTimeToLocalFileTime KernelBase!FindClose KernelBase!FindFirstFileW KernelBase!FindNextFileW KernelBase!GetFileAttributesW KernelBase!GetTempFileNameW KernelBase!GetTempPathW KernelBase!RemoveDirectoryW - RPCRT4.dll:
RpcStringFreeW UuidToStringW - IPHLPAPI.DLL:
GetAdaptersAddresses - api-ms-win-core-string-l1-1-0.dll:
KernelBase!MultiByteToWideChar KernelBase!WideCharToMultiByte - api-ms-win-core-datetime-l1-1-1.dll:
KernelBase!GetDateFormatW KernelBase!GetTimeFormatW - api-ms-win-core-processthreads-l1-1-1.dll:
kernel32!CreateProcessW kernel32!GetCurrentProcess kernel32!GetCurrentProcessId kernel32!GetCurrentThreadId kernel32!GetExitCodeProcess kernel32!TerminateProcess - api-ms-win-core-synch-l1-2-0.dll:
KernelBase!Sleep KernelBase!WaitForSingleObject ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection - api-ms-win-core-timezone-l1-1-0.dll:
KernelBase!FileTimeToSystemTime KernelBase!GetTimeZoneInformation - api-ms-win-core-sysinfo-l1-2-0.dll:
KernelBase!GetLocalTime KernelBase!GetSystemTimeAsFileTime KernelBase!GetSystemWindowsDirectoryW KernelBase!GetTickCount - api-ms-win-core-handle-l1-1-0.dll:
KernelBase!CloseHandle - api-ms-win-security-sddl-l1-1-0.dll:
sechost!ConvertStringSecurityDescriptorToSecurityDescriptorW - api-ms-win-core-processenvironment-l1-2-0.dll:
KernelBase!ExpandEnvironmentStringsW - api-ms-win-security-base-l1-2-0.dll:
KernelBase!CheckTokenMembership KernelBase!CopySid KernelBase!GetLengthSid KernelBase!GetSidLengthRequired KernelBase!GetSidSubAuthority KernelBase!InitializeSid KernelBase!IsValidSid - api-ms-win-core-file-l2-1-0.dll:
KernelBase!MoveFileExW - api-ms-win-core-interlocked-l1-2-0.dll:
KernelBase!InterlockedCompareExchange KernelBase!InterlockedExchange - api-ms-win-core-profile-l1-1-0.dll:
ntdll!RtlQueryPerformanceCounter - api-ms-win-core-heap-obsolete-l1-1-0.dll:
kernel32!LocalFree - api-ms-win-core-string-obsolete-l1-1-0.dll:
kernel32!lstrcmpW - api-ms-win-core-kernel32-legacy-l1-1-0.dll:
kernel32!CopyFileW kernel32!LoadLibraryW - api-ms-win-core-shlwapi-legacy-l1-1-0.dll:
KernelBase!PathFileExistsW KernelBase!PathFindFileNameW KernelBase!PathRemoveFileSpecW KernelBase!PathRenameExtensionW KernelBase!PathStripPathW - NETSH.EXE:
MatchEnumTag MatchTagsInCmdLine PrintMessageFromModule RegisterContext RegisterHelper - wlanapi.dll:
WFDFreeMemoryInt WlanCloseHandle WlanConnect WlanDeleteProfile WlanDisconnect WlanEnumInterfaces WlanGetAvailableNetworkList WlanGetFilterList WlanGetInterfaceCapability WlanGetNetworkBssList WlanGetProfile WlanGetProfileEapUserDataInfo WlanGetProfileList WlanHostedNetworkForceStart WlanHostedNetworkForceStop WlanHostedNetworkQueryProperty WlanHostedNetworkQuerySecondaryKey WlanHostedNetworkQueryStatus WlanHostedNetworkRefreshSecuritySettings WlanHostedNetworkSetProperty WlanHostedNetworkSetSecondaryKey WlanOpenHandle WlanQueryAutoConfigParameter WlanQueryCreateAllUserProfileRestricted WlanQueryInterface WlanReasonCodeToString WlanSetAllUserProfileRestricted WlanSetAutoConfigParameter WlanSetFilterList WlanSetInterface WlanSetProfile WlanSetProfileList WlanSetProfilePosition WlanSsidToDisplayName WlanStringToSsid - ntdll.dll:
EtwTraceMessage NtOpenFile RtlNtStatusToDosError - api-ms-win-eventing-classicprovider-l1-1-0.dll:
ntdll!EtwTraceMessage - api-ms-win-core-registry-l1-1-0.dll:
KernelBase!RegCloseKey KernelBase!RegOpenKeyExW KernelBase!RegQueryValueExW - api-ms-win-core-io-l1-1-1.dll:
kernel32!DeviceIoControl - api-ms-win-core-delayload-l1-1-1.dll:
kernel32!DelayLoadFailureHook ntdll!LdrResolveDelayLoadedAPI