No announcements
Found 2709919 threads
-
0 Votes
Capturing WWAN related logs in Windows 10
Hi Experts, How to capture the WWAN logs in the Windows 10 OS ? It includes services, NDIS UIO and MB ... -
0 Votes
Virtual WWAN driver - connection manager not able to send 'OID_WWAN_CONNECT'
I have created a reader thread in my driver, which continuously (and synchronously) reads on the physical driver. when connect OID is received by my wwan driver, it issues ...Answered | 12 Replies | 4591 Views | Created by Ashutosh K Singh - Friday, April 6, 2012 6:55 AM | Last reply by amr1234 - Friday, June 15, 2012 7:23 AM -
0 Votes
wwan test app
hi, I have implemented certain wwan specific oids in mydriver and have instaled the same. when using ...Answered | 5 Replies | 4231 Views | Created by sasdhi - Thursday, April 12, 2012 6:03 PM | Last reply by Eric Hanson-MSFT - Wednesday, May 9, 2012 9:04 PM -
0 Votes
RIL usage with WLAN and WWAN
RIL does only handle the WWAN (3G/GSM) radio. The WLAN radio is handled using an NDIS driver. So everything that flows through RIL is WWAN ...Answered | 1 Replies | 2743 Views | Created by Shruti Mehta - Monday, April 12, 2010 9:50 AM | Last reply by Michael Koster - Monday, April 12, 2010 12:18 PM -
0 Votes
wwan icon on windows 7 desktop
Hi, I have developed ndis WWAN driver and installing it on windows 7 PC. My driver is connecting to the modem successfully. But I dont get the icon on my windows ... -
0 Votes
NDISUIO access to NDIS6.0 wireless miniport
As a result, our configuration tool has stopped working. (the driver itself works and connection manager correctly handles it) The CreateFile ... -
0 Votes
WWAN driver development
Thanks for the reply Can you please guide me whether I can implement some routines to make WIFI direct work in my WWAN miniport ...Answered | 3 Replies | 815 Views | Created by Alex Eiler - Thursday, March 27, 2014 6:27 AM | Last reply by - Thursday, March 27, 2014 10:17 AM -
2 Votes
WWAN AutoConfig Not Running
HELLO SEAN, IM JAMES..I HAVE THE SAME PROBLEM WITH VADIM.. I CANT USE MY BROADBAND BECAUSE I CANNOT START THE SERVICE NAME WWAN AUTOCONFIG..CAN YOU PLEASE HELP ME SOLVE THIS PROBLEM:( I HAVE ...Answered | 13 Replies | 17167 Views | Created by Vadim Klishko - Tuesday, October 18, 2011 5:42 AM | Last reply by JAMESSAGRADOS - Sunday, March 24, 2013 6:15 AM -
0 Votes
How to enabling Line based interrupts in WEC7
MiniportAdapterHandle, sc, &InterruptChars, &sc->aps_osdev->pAdapter->InterruptHandle ); Any settings to be enabled in ...Unanswered | 3 Replies | 309 Views | Created by Vishnu Beema - Wednesday, November 8, 2017 9:41 AM | Last reply by Bruce Eitman - Monday, November 20, 2017 6:59 PM -
2 Votes
WWAN driver development
Application Development" slides "COM based API: Will be available as part of Windows7 SDK" [1] From "Microsoft Windows SDK for Windows 7 and .NET ...Answered | 6 Replies | 3138 Views | Created by Manjunath Reddy v - Thursday, March 15, 2012 8:43 AM | Last reply by Antti Järvinen - Monday, November 12, 2012 8:07 AM -
0 Votes
WEC7, connect wifi using connection manager api
Hello, our OS (WEC7) contains connection manager so we have to use connection manager api to make connection to wifi. Our system should reconnect ...Proposed | 3 Replies | 2815 Views | Created by frax2222 - Friday, July 3, 2015 8:23 AM | Last reply by RachanaSingh - Tuesday, September 4, 2018 7:05 AM -
0 Votes
Ethernet Loopback using NDISUIO driver
protocol driver for loop back test of Ethernet controller (Send raw data and receive the same). I had enabled the NDISUIO and NDIS in the catalog items.Unanswered | 2 Replies | 1805 Views | Created by janud82 - Tuesday, February 19, 2013 4:07 PM | Last reply by janud82 - Thursday, February 21, 2013 6:17 AM -
0 Votes
WEC7 toaster
IIRC wec7 is a win CE based os. No wdm there, nothing close to what you can do with toasterd -- This posting is provided "AS IS" with no warranties, and confers no ...Answered | 2 Replies | 676 Views | Created by Bogdan_S - Wednesday, April 9, 2014 12:25 PM | Last reply by Bogdan_S - Thursday, April 10, 2014 8:23 AM -
0 Votes
using NDISUIO to set SSID
Hi all, Currently I am working on an applcation in which I am using NDISUIO driver to get the SSID list on theUnanswered | 1 Replies | 4975 Views | Created by Raj Shukla - Friday, August 31, 2007 11:37 AM | Last reply by Raj Shukla - Friday, August 31, 2007 11:37 AM -
0 Votes
memory leak in wec7
A problem about memory leak on wec7 makes me down for a long time.Could anyone give a hand to me? When I make a operation on the desktop of my handdevice such as opening a ... -
0 Votes
WWAN Service debugging
Reset your Win10 virtual machine to state before the device was ever plugged in. If the connect command will be sent, then some state is gathering on the system. -- ...Unanswered | 3 Replies | 628 Views | Created by lyf4sci - Saturday, November 5, 2016 3:59 PM | Last reply by Pavel A - Thursday, November 17, 2016 7:53 PM -
0 Votes
Internet connection through serialport
I need to set up an internet connection in C# through a virtual comport. Doing some research it seems to me that cellcore.dll and connection manager could be a way ...Answered | 2 Replies | 3365 Views | Created by bjorneb - Thursday, April 26, 2012 6:27 AM | Last reply by Vinoth[MCTS] - Monday, April 30, 2012 12:46 PM -
1 Votes
Copying Directory in WEC7
; or MoveFile(src,dst); Get Last Error Says, 123 means wrong syntax but the same syntax worked at win7 using windows.h header file. Do ...Answered | 4 Replies | 3475 Views | Created by Buğra AYDOĞAR - Wednesday, August 1, 2012 12:59 PM | Last reply by Buğra AYDOĞAR - Thursday, August 2, 2012 5:20 AM -
0 Votes
NDISUIO does work with the emulator?
Hi all, * I just trying to read some packets from PPC 5.0 emulator through NDISUIO.Unanswered | 1 Replies | 4383 Views | Created by Gobinath - Thursday, August 23, 2007 3:44 AM | Last reply by Gobinath - Monday, August 27, 2007 2:17 PM -
2 Votes
Slow mouse cursor movement issue in WEC7
Hi, We had developed a BSP for one ARM based platform. WEC7 mouse cursor movement seems to be very slow. Ex. When mouse ...Unanswered | 3 Replies | 413 Views | Created by Keshava GN - Wednesday, November 4, 2015 5:51 AM | Last reply by Michel Verhagen - Wednesday, November 4, 2015 11:41 AM
No announcements