Re: turning off wzc (zero config for 802.11)



No. It doesn't happen when I only use WZC. Our driver and the application are
still in development so the driver is likely the problem. I'm just trying to
determine what the driver is doing wrong. I can't find an answer to why WZC
service or ndis sends the bogus ssid to disconnect. Is the driver not sending
proper status or what. It seems to be an ndis thing because it still happens
when I issue "wzctool -disablewzcsvc". If you know of any info on these
kinds of details, just let me know. Thanks again for your time.
David

"Paul G. Tobey [eMVP]" wrote:

I've never seen that happen. I've got programs that tell a card to connect
to a given SSID value and it just does, regardless of whether WZC is
currently expecting it to be disconnected or connected to another SSID or
whatever. Does this happen when you use WZCTOOL to connect to the SSID that
your code is trying to connect to?

Paul T.

"David" <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D7D38AF1-73BE-46D6-AC33-E9532124ABA8@xxxxxxxxxxxxxxxx
Paul,
Thanks for the response. What I have seen is that ndis/wzc sends a bogus
ssid when it wants to ensure that the link is disconnected. So my problem
is
that my utility tells the driver to connect. The dd connects to the AP.
Then
soon after ndis or wzc sends the bogus ssid to the driver which causes a
disconnect.
My question is why would ndis or wzc do this. Also, could I be missing
some
kind of status reporting to ndis. The driver sends an NdisMIndicateStatus
upon connect and disconnect.
Thanks for your help.
David

"Paul G. Tobey [eMVP]" wrote:

Anyone can send OIDs to the driver and you *must* handle those which you
don't understand or support correctly. If the only problem is this
unknown
OID, simply returning NDIS_STATUS_INVALID_OID. I would not conclude that
just because you're getting an OID that you don't send yourself that WZC
is
still running. NDIS can send OIDs, some of which you may not be handling.

Paul T.

"David" <David@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3625CF94-7A45-4347-BFF9-03EF061DA71A@xxxxxxxxxxxxxxxx
I'm working with Windows Mobile 5 and have our own configuration
utility.
This utility allows the user to make a connection using our own
supplicant.
When I try to make the connection to an open AP, the connection is
successful
until wzc service or something else sends an OID to the driver with an
invalid ssid.

I am trying two approaches. One, just turn off wzc service using
wzctool -disablewzcsvc
This does not stop the OID being sent to the driver. Is there another
way
to
really disable wzc service? I see on XP it is advised to use
net stop wzcsvc
I would like to keep wzc in the image so that it can be used for
testing.

Another approach would be to make my application partially compatible
with
wzc so that it knows that a valid connection is made.

Can anyone help with these questions?

Thank you,
David






.



Relevant Pages

  • Re: Intel 2200BG Wifi / doesnt auto connect on powering on the machine / HP Laptop
    ... previously un-addressed wireless driver and connection manager related ... In the case of WZC, it will not even find the right one if the SSID ... both WZC and Proset will ...
    (alt.internet.wireless)
  • Re: turning off wzc (zero config for 802.11)
    ... SSID value is when it comes. ... still in development so the driver is likely the problem. ... service or ndis sends the bogus ssid to disconnect. ... to a given SSID value and it just does, regardless of whether WZC is ...
    (microsoft.public.windowsce.embedded)
  • Re: turning off wzc (zero config for 802.11)
    ... to a given SSID value and it just does, regardless of whether WZC is ... that my utility tells the driver to connect. ... OID, simply returning NDIS_STATUS_INVALID_OID. ...
    (microsoft.public.windowsce.embedded)
  • Re: Setitng OID_802_11_SSID in XP SP2
    ... want to stop all WZC (ndisuio) and start to talk to it and that I don't ... >>> 1.Microsoft never said that Ndisuio driver in XP is a public interface. ... You'll need a supplicant. ... to kick the WZC off the adapter you don't need to stop WZC, ...
    (microsoft.public.development.device.drivers)
  • Re: WZC doesnt know our driver is WPA capable...How to tell WZC?
    ... I went through the tests that guidelines described and right now our driver ... But one weird thing is WZC didn't sent me the Query ... It basically skipped this query OID. ... I know I am very close to pass tests as "WPA capable". ...
    (microsoft.public.pocketpc.wireless)