View Single Post
  #282 (permalink)  
Old 09-04-2007, 01:38 AM
babcocca's Avatar
babcocca
N00b
Offline
 
Join Date: May 2007
Posts: 23
Reputation: 65
babcocca is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
WIFI Problems with WM6

Helmi,

I noticed that there are problems with using WPA-PSK on a lot of custom WM6 roms. There is a posted fix on the Dell x51v thread at xda. I am reposting it here. The original post shows in red where to edit WLANUtility.exe and iphlpapi.dll.

http://forum.xda-developers.com/show...&postcount=587

02-09-2007, 03:04 PM
vagus_ppcw
Junior Member Join Date: Sep 2007
Posts: 8

--------------------------------------------------------------------------------

Same error exists in WLANUtility.exe and iphlpapi.dll library.
Official Dell A12 ROM also contains this error:

Code:
Import Table of WLANUtility.exe
iphlpapi.dll
Ordinal Function Name
0033 IpRenewAddress
0019 GetInterfaceInfo
002d IcmpCloseHandle
002e IcmpCreateFile
0030 IcmpSendEcho
0010 GetAdaptersInfoexport table of iphlpapi.dll

Code:
Export Table

Name: iphlpapi.dll
Characteristics: 00000000
Time Date Stamp: 5a60f343
Version: 0.00
Base: 00000001
Number of Functions: 0000003e
Number of Names: 0000003e

Ordinal Entry Point Name
0000 00001a0c AddIPAddress
0001 000044f0 AllocateAndGetIfTableFromStack
0002 000041b4 AllocateAndGetIpAddrTableFromStack
0003 0000509c CreateIpForwardEntry
0004 0000528c CreateIpNetEntry
0005 000056a4 CreateProxyArpEntry
0006 00001ba8 DeleteIPAddress
0007 00005194 DeleteIpForwardEntry
0008 00005394 DeleteIpNetEntry
0009 000057a4 DeleteProxyArpEntry
000a 00002104 EnableRouter
000b 0000540c FlushIpNetTable
000c 00001908 GetAdapterIndex
000d 000076d4 GetAdapterOrderMap
000e 0000246c GetAdaptersAddresses
000f 00002188 GetAdaptersInfo
0010 000054c8 GetBestInterface
0011 00005540 GetBestInterfaceEx
0012 00005620 GetBestRoute
0013 000046c4 GetFriendlyIfIndex
0014 00004c74 GetIcmpStatistics
0015 00004cd8 GetIcmpStatisticsEx
0016 00004fc4 GetIfEntry
0017 000047d8 GetIfTable
0018 00001704 GetInterfaceInfo
0019 00004944 GetIpAddrTable
001a 000058a4 GetIpForwardTable
001b 00004a78 GetIpNetTable
001c 00004c10 GetIpStatistics
001d 00004b74 GetIpStatisticsEx
001e 00002114 GetNetworkParams
001f 00004778 GetNumberOfInterfaces
0020 000021fc GetPerAdapterInfo
0021 00001da8 GetRTTAndHopCount
0022 00004e54 GetTcpStatistics
0023 00004db4 GetTcpStatisticsEx
0024 00005978 GetTcpTable
0025 00004f5c GetUdpStatistics
0026 00004ebc GetUdpStatisticsEx
0027 00005a48 GetUdpTable
0028 000017d0 GetUniDirectionalAdapterInfo
0029 00009f10 Icmp6CreateFile
002a 0000a360 Icmp6ParseReplies
002b 0000a3c8 Icmp6SendEcho2
002c 00009f18 IcmpCloseHandle
002d 00009f08 IcmpCreateFile
002e 00009f20 IcmpParseReplies
002f 0000a044 IcmpSendEcho
0030 0000a1cc IcmpSendEcho2
0031 00002278 IpReleaseAddress
0032 000022f4 IpRenewAddress
0033 00001fc0 IsLocalAddress
0034 000020ec NotifyAddrChange
0035 00002454 NotifyRouteChange
0036 00002370 SendARP
0037 00005028 SetIfEntry
0038 00005118 SetIpForwardEntry
0039 0000531c SetIpNetEntry
003a 00005214 SetIpStatistics
003b 00005b14 SetIpTTL
003c 00005454 SetTcpEntry
003d 0000210c UnenableRouter
All of Ordinals must be substracted by one here, and file must be resigned

Quote:
0000CE00 1000 4765 7441 6461 7074 6572 7349 6E66 ..GetAdaptersInf
0000CE10 6F00 3300 4970 5265 6E65 7741 6464 7265 o.3.IpRenewAddre
0000CE20 7373 0000 1900 4765 7449 6E74 6572 6661 ss....GetInterfa
0000CE30 6365 496E 666F 0000 2D00 4963 6D70 436C ceInfo..-.IcmpCl
0000CE40 6F73 6548 616E 646C 6500 3000 4963 6D70 oseHandle.0.Icmp
0000CE50 5365 6E64 4563 686F 0000 2E00 4963 6D70 SendEcho....Icmp
0000CE60 4372 6561 7465 4669 6C65 0000 6970 686C CreateFile..iphl
0000CE70 7061 7069 2E64 6C6C 0000 8000 3F6D 6573 papi.dll....?mes
0000CE80 7361 6765 4D61 7040 4350 726F 7065 7274 sageMap@CPropert
0000CE90 7950 6167 6540 4031 5541 4658 5F4D 5347 yPage@@1UAFX_MSG

Note: I changed that file too (copied to \windows folder), wlanutility works but couln't connect wpa protected wifi
Reply With Quote