Re: Setitng OID_802_11_SSID in XP SP2

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Pavel,

1.Microsoft never said that Ndisuio driver in XP is a public interface.
You've used it on your own risk, you've lost.
There is a sample source code (in the DDK) similar to ndisuio, that you
can
use instead.
What is the name of the sample? I can see "ndisuio" in
"C:\WINDDK\2600.1106\src\network\ndis" folder. Is this you're talking about?

2. Even if you manage to set the SSID, this won't get you connected to a
real life network protected by WPA or WPA2. You'll need a supplicant.
This means I have to write a driver, right? If so, are there any docs for
beginners, like how to install the sys file, etc., And if want to debug (to
see if my code is really being executed), how do I do?

this won't get you connected to a real life network protected by WPA or
WPA2.
I assume this is because WPA or WPA2 doesn't have corresponding OIDs exposed
by driver like "OID_802_11_ADD_WEP" for WEP, is that correct?

Though in the future I would love to write a driver, at the moment I'll be
happy with just WEP if it works without having to write a driver.

Thanks,

John.


"Pavel A." <pavel_a@xxxxxxxxxxxxxxx> wrote in message
news:D1F5A09A-FB32-47A7-9978-67680387EE4F@xxxxxxxxxxxxxxxx
"John K Gummadi" wrote:
By the way, I'm a Win23 programmer. Dont know much about driver
development
and mine is user mode application.

John,
then maybe you won't find the following answers usable.
Anyway...

1.Microsoft never said that Ndisuio driver in XP is a public interface.
You've used it on your own risk, you've lost.
There is a sample source code (in the DDK) similar to ndisuio, that you
can
use instead.

2. Even if you manage to set the SSID, this won't get you connected to a
real life network protected by WPA or WPA2. You'll need a supplicant.

Hopefully somebody can provide more encouraging answers.

Regards,
--PA



.



Relevant Pages

  • Re: Setitng OID_802_11_SSID in XP SP2
    ... > 1.Microsoft never said that Ndisuio driver in XP is a public interface. ... > real life network protected by WPA or WPA2. ... This means I have to write a driver, ...
    (microsoft.public.development.device.drivers)
  • Re: windows 2k and msndis_80211_bssilist
    ... | A driver, during initialization, calls ntoskrnl!IoWmiRegistration ... | For NDIS drivers, it does not work that great, given the Miniport ... | Certain classes in MSNDIS relay completely on existing Miniport codes. ... | You need to eitehr write a protocol driver a-la NDISUIO, ...
    (microsoft.public.win32.programmer.wmi)
  • Re: aha!
    ... WinSock or normal application operations (ask to be notified when a network ... NDISUIO is hanging, I'd expect that the cause is one of the following: ... application, driver, etc. is preventing normal operation of the device by ... Paul G. Tobey wrote: ...
    (microsoft.public.windowsce.embedded)
  • Re: NDISUIO.SYS - Windows XP SP2 - User Mode App Fails
    ... Ndisuio can have additional limitations ... > Add plenty of debug trace into your own clone of ndisprot. ... ring-3 without having to develop a driver. ... Then I used code for for DDK I ...
    (microsoft.public.development.device.drivers)
  • Re: How can i use Ndisuio in win32
    ... What I do in WinCE is that from my application I opened NDISUIO using ... NDISUIO(or NDISPROT) sample provided in DDK, ... possible that instead of writing a separate driver I could just use the NDIS ...
    (microsoft.public.development.device.drivers)