Hi All,
I am very new to WEC7. Exploring about Native Wifi Ihv Extension DLLs support on WEC7. As of now i came to know the following libraries and services are involved in Native WIFI Framework stack:
-
nwifi.dll
-
wlanmsm.dll - msm module
-
wlansvc.dll - svc module
-
wlanutil.dll - utilities
-
wlanapi.dll - Api lib used by applications(wlantool)
-
wlansec.dll - security module
-
wlanext.exe - IHV extensibility service
-
wlantool.exe - wlantool to configure wireless adapter.
-
netui.dll - Network UI library
Please correct me if the above info is wrong. Here the question is about wlanext.exe(Wireless LAN 802.11 Extensibility Framework). Wlanext service is not started as part of native wifi stack initialization. This acts as an interface between the IHV Extension DLLs and the MSM(wlanmsm.dll) module. In Windows 7 svchost.exe starts the wlanext.exe service which is not available in WEC7. Please clear the below queries.
Who starts this wlanext service in WEC7 and WEC2013?
Is there any specific module we need to enable in catalog to support this feature?
The following is the debug log when i started it manually through command prompt:
330253 PID:400002 TID:47c008a LPCD: ERROR: Endpoint <\RPC Control\IhvExtRpcServer> does not exist
330253 PID:400002 TID:47c008a LPCD: ERROR: AlpcDisconnectPort fails because Port <0x00000000> doesn’t exist
330253 PID:400002 TID:47c008a LPCD: ERROR: Endpoint <\RPC Control\IhvExtRpcServer> does not exist
330253 PID:400002 TID:47c008a LPCD: ERROR: AlpcDisconnectPort fails because Port <0x00000000> doesn’t exist
330253 PID:400002 TID:47c008a LPCD: ERROR: Endpoint <\RPC Control\IhvExtRpcServer> does not exist
330253 PID:400002 TID:47c008a LPCD: ERROR: AlpcDisconnectPort fails because Port <0x00000000> doesn’t exist
330253 PID:400002 TID:47c008a LPCD: ERROR: Endpoint <\RPC Control\IhvExtRpcServer> does not exist
330253 PID:400002 TID:47c008a LPCD: ERROR: AlpcDisconnectPort fails because Port <0x00000000> doesn’t exist
330253 PID:47d008a TID:47c008a Exception ‘Raised Exception’ (0x6ba): Thread-Id=047c008a(pth=a048419c), Proc-Id=047d008a(pprc=a0484000) ‘wlanext.exe’, VM-active=047d008a(pprc=a0484000) ‘wlanext.exe’
330253 PID:47d008a TID:47c008a PC=4005a1d6(coredll.dll+0x0004a1d6) RA=410016b4(rpcrt4.dll+0x000216b4) SP=0005f5f8, BVA=00000000
330253 PID:47d008a TID:47c008a DOT11_ISF: ERROR: MSM registration failed - 1722
330253 PID:47d008a TID:47c008a DOT11_ISF: ERROR: Registration with MSM failed - 1722
330504 PID:47d008a TID:47c008a Dll list:
Please let me know for more details.
Thanks in advance