| Home | Forums | Reviews | Guides | Newsgroups | Register | Search |
![]() |
| Thread Tools |
| PingPong |
|
|
|
| |
|
Gramps
Guest
Posts: n/a
|
You need to pass the tests that WZC uses to determine if your driver
supports WPA. Look at the 802.11 driver guidelines for a description of these tests. You can get the guidelines doc at: http://www.microsoft.com/whdc/device..._netadapt.mspx "PingPong" <> wrote in message news:... > Hi, > > I am trying to make our driver to work with WZC with WPA functionality. I > already made all WPA related OIDs > work and able to use meetinghouse Aegis client to do WPA and WPA PSK and > surf. > Right now, when I plug in our card and load the driver, the Windows Zero > Configuration doesn't know our card can do > WPA OIDs and TKIP and AES encryptions. > How do I tell WZC it's a WPA capable driver ? Through the OIDs or INF file > or Registery ? > > Please advise ! > > > Corin > > |
|
|
|
|
|||
|
|||
| Gramps |
|
|
|
| |
|
PingPong
Guest
Posts: n/a
|
Hi,
Thank you for the infomation. I went through the tests that guidelines described and right now our driver had the same OID responses as guideline says. But one weird thing is WZC didn't sent me the Query OID_802_11_ASSOCIATION_INFOMATION, It basically skipped this query OID. I used DLink card as the reference. WZC sent the same OID sequence to DLink as it sent to our driver, except WZC sent OID_802_11_ASSOCIATION_INFOMATION to DLink and skipped it to our driver. SO, DLink card is "WPA capable", and our's not. Please Help, I know I am very close to pass tests as "WPA capable". Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our driver ? (I did implement this OID: ASSOCIATION_INFOMATION .) Any ideas ? "Gramps" <> wrote in message news:... > You need to pass the tests that WZC uses to determine if your driver > supports WPA. Look at the 802.11 driver guidelines for a description of > these tests. You can get the guidelines doc at: > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > "PingPong" <> wrote in message > news:... > > Hi, > > > > I am trying to make our driver to work with WZC with WPA functionality. I > > already made all WPA related OIDs > > work and able to use meetinghouse Aegis client to do WPA and WPA PSK and > > surf. > > Right now, when I plug in our card and load the driver, the Windows Zero > > Configuration doesn't know our card can do > > WPA OIDs and TKIP and AES encryptions. > > How do I tell WZC it's a WPA capable driver ? Through the OIDs or INF file > > or Registery ? > > > > Please advise ! > > > > > > Corin > > > > > > |
|
|
|
|
|||
|
|||
| PingPong |
|
Gramps
Guest
Posts: n/a
|
Are you exporting OID_802_11_ASSOCIATION_INFORMATION in your list of
supported OIDs when queried by OID_GEN_SUPPORTED_LIST? "PingPong" <> wrote in message news:... > Hi, > Thank you for the infomation. > I went through the tests that guidelines described and right now our driver > had the same OID responses as guideline > says. > But one weird thing is WZC didn't sent me the Query > OID_802_11_ASSOCIATION_INFOMATION, > It basically skipped this query OID. > I used DLink card as the reference. WZC sent the same OID sequence to DLink > as it sent to our driver, except WZC sent OID_802_11_ASSOCIATION_INFOMATION > to DLink and skipped it to our driver. > SO, DLink card is "WPA capable", and our's not. > > Please Help, I know I am very close to pass tests as "WPA capable". > Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our driver ? > (I did implement this OID: ASSOCIATION_INFOMATION .) > Any ideas ? > > > > "Gramps" <> wrote in message > news:... > > You need to pass the tests that WZC uses to determine if your driver > > supports WPA. Look at the 802.11 driver guidelines for a description of > > these tests. You can get the guidelines doc at: > > > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > > > "PingPong" <> wrote in message > > news:... > > > Hi, > > > > > > I am trying to make our driver to work with WZC with WPA functionality. > I > > > already made all WPA related OIDs > > > work and able to use meetinghouse Aegis client to do WPA and WPA PSK and > > > surf. > > > Right now, when I plug in our card and load the driver, the Windows Zero > > > Configuration doesn't know our card can do > > > WPA OIDs and TKIP and AES encryptions. > > > How do I tell WZC it's a WPA capable driver ? Through the OIDs or INF > file > > > or Registery ? > > > > > > Please advise ! > > > > > > > > > Corin > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
| Gramps |
|
PingPong
Guest
Posts: n/a
|
Thanks agian,
Yes, I do exporting OID_802_11_ASSOCIATION_INFORMATION when queried by OID_GEN_SUPPORTED_LIST. Anything I possibly missed ? "Gramps" <> wrote in message news:... > Are you exporting OID_802_11_ASSOCIATION_INFORMATION in your list of > supported OIDs when queried by OID_GEN_SUPPORTED_LIST? > > "PingPong" <> wrote in message > news:... > > Hi, > > Thank you for the infomation. > > I went through the tests that guidelines described and right now our > driver > > had the same OID responses as guideline > > says. > > But one weird thing is WZC didn't sent me the Query > > OID_802_11_ASSOCIATION_INFOMATION, > > It basically skipped this query OID. > > I used DLink card as the reference. WZC sent the same OID sequence to > DLink > > as it sent to our driver, except WZC sent > OID_802_11_ASSOCIATION_INFOMATION > > to DLink and skipped it to our driver. > > SO, DLink card is "WPA capable", and our's not. > > > > Please Help, I know I am very close to pass tests as "WPA capable". > > Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our driver ? > > (I did implement this OID: ASSOCIATION_INFOMATION .) > > Any ideas ? > > > > > > > > "Gramps" <> wrote in message > > news:... > > > You need to pass the tests that WZC uses to determine if your driver > > > supports WPA. Look at the 802.11 driver guidelines for a description of > > > these tests. You can get the guidelines doc at: > > > > > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > > > > > "PingPong" <> wrote in message > > > news:... > > > > Hi, > > > > > > > > I am trying to make our driver to work with WZC with WPA > functionality. > > I > > > > already made all WPA related OIDs > > > > work and able to use meetinghouse Aegis client to do WPA and WPA PSK > and > > > > surf. > > > > Right now, when I plug in our card and load the driver, the Windows > Zero > > > > Configuration doesn't know our card can do > > > > WPA OIDs and TKIP and AES encryptions. > > > > How do I tell WZC it's a WPA capable driver ? Through the OIDs or INF > > file > > > > or Registery ? > > > > > > > > Please advise ! > > > > > > > > > > > > Corin > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
| PingPong |
|
Gramps
Guest
Posts: n/a
|
Are you getting a set of OID_802_11_ADD_KEY? If so, are you failing
the set if the key index parameter is 0xc0000001 and returning NDIS_STATUS_INVALID_DATA? For that matter, can you list the OIDs that you are getting (based on the adapter guidelines) and what your driver returns for data? "PingPong" <> wrote in message news:%... > Thanks agian, > Yes, I do exporting OID_802_11_ASSOCIATION_INFORMATION when queried by > OID_GEN_SUPPORTED_LIST. > > Anything I possibly missed ? > > > > > "Gramps" <> wrote in message > news:... > > Are you exporting OID_802_11_ASSOCIATION_INFORMATION in your list of > > supported OIDs when queried by OID_GEN_SUPPORTED_LIST? > > > > "PingPong" <> wrote in message > > news:... > > > Hi, > > > Thank you for the infomation. > > > I went through the tests that guidelines described and right now our > > driver > > > had the same OID responses as guideline > > > says. > > > But one weird thing is WZC didn't sent me the Query > > > OID_802_11_ASSOCIATION_INFOMATION, > > > It basically skipped this query OID. > > > I used DLink card as the reference. WZC sent the same OID sequence to > > DLink > > > as it sent to our driver, except WZC sent > > OID_802_11_ASSOCIATION_INFOMATION > > > to DLink and skipped it to our driver. > > > SO, DLink card is "WPA capable", and our's not. > > > > > > Please Help, I know I am very close to pass tests as "WPA capable". > > > Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our driver ? > > > (I did implement this OID: ASSOCIATION_INFOMATION .) > > > Any ideas ? > > > > > > > > > > > > "Gramps" <> wrote in message > > > news:... > > > > You need to pass the tests that WZC uses to determine if your driver > > > > supports WPA. Look at the 802.11 driver guidelines for a description > of > > > > these tests. You can get the guidelines doc at: > > > > > > > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > > > > > > > "PingPong" <> wrote in message > > > > news:... > > > > > Hi, > > > > > > > > > > I am trying to make our driver to work with WZC with WPA > > functionality. > > > I > > > > > already made all WPA related OIDs > > > > > work and able to use meetinghouse Aegis client to do WPA and WPA PSK > > and > > > > > surf. > > > > > Right now, when I plug in our card and load the driver, the Windows > > Zero > > > > > Configuration doesn't know our card can do > > > > > WPA OIDs and TKIP and AES encryptions. > > > > > How do I tell WZC it's a WPA capable driver ? Through the OIDs or > INF > > > file > > > > > or Registery ? > > > > > > > > > > Please advise ! > > > > > > > > > > > > > > > Corin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
| Gramps |
|
PingPong
Guest
Posts: n/a
|
Hi, Here the list of the OIDs the got after enable theWZC in Control
Panel\Administrative Tools\Services WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 WmiQueryComplete, Oid: OID_GEN_MAC_OPTIONS, Data: 0x0000008D (141) WmiQueryComplete, Oid: OID_GEN_MAXIMUM_FRAME_SIZE, Data: 0x000005DC (1500) WmiQueryComplete, Oid: OID_GEN_MEDIA_CONNECT_STATUS, Data: 0x00000001 (1) WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS, Data: 0x04040490 0x00000404 0x00000000 0x00000000 0x00000000 0x00000000 WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000000 (0) WmiQueryComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000002 (2) WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000000 (0) WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 0x00746C75 0x00000000 0x00000000 0x00000000 WmiQueryComplete, Oid: OID_802_11_BSSID_LIST, Data: 0x0000000B 0x0000009C 0x19660F00 0x00004623 0x00000001 0x00000061 WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 0x00746C75 0x00000000 0x00000000 0x00000000 WmiSetComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000001 (1) WmiSetComplete, Oid: OID_802_11_SSID, Data: 0x00000020 0x131C0314 0x1B1A0305 0x1B011B10 0x05030205 0x050A1D1D WmiSetComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 (3) WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 (3) WmiSetComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000006 (6) WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000007 (7) WmiSetComplete, Oid: OID_802_11_ADD_KEY, Data: 0x00000040 0xC0000001 0x00000020 0xFFFFFFFF 0x1B1AFFFF 0x1B011B10 return NDIS_STATUS_INVALID_DATA WmiSetComplete, Oid: OID_802_11_BSSID_LIST_SCAN, Data: 0x00000000 (0) This list is almost identical to what WZC send to DLink card, except some return values like OID_802_11_BSSID_LIST are different. However DLink card got extra query OID association_information which we didn't after set OID add_key . WmiQueryComplete, Oid: OID_802_11_ASSOCIATION_INFORMATION, Data: 0x00000028 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 Anything wrong in the list ? DLink has the same list and return values and passes tests. The only missing OID for us is query association_information, if WZC send us this OID, then I can debug the next. If they don't, something must be wrong. Thanks in advance. "Gramps" <> wrote in message news:u%23c8%... > Are you getting a set of OID_802_11_ADD_KEY? If so, are you failing > the set if the key index parameter is 0xc0000001 and returning > NDIS_STATUS_INVALID_DATA? > > For that matter, can you list the OIDs that you are getting (based on the > adapter guidelines) and what your driver returns for data? > > "PingPong" <> wrote in message > news:%... > > Thanks agian, > > Yes, I do exporting OID_802_11_ASSOCIATION_INFORMATION when queried by > > OID_GEN_SUPPORTED_LIST. > > > > Anything I possibly missed ? > > > > > > > > > > "Gramps" <> wrote in message > > news:... > > > Are you exporting OID_802_11_ASSOCIATION_INFORMATION in your list of > > > supported OIDs when queried by OID_GEN_SUPPORTED_LIST? > > > > > > "PingPong" <> wrote in message > > > news:... > > > > Hi, > > > > Thank you for the infomation. > > > > I went through the tests that guidelines described and right now our > > > driver > > > > had the same OID responses as guideline > > > > says. > > > > But one weird thing is WZC didn't sent me the Query > > > > OID_802_11_ASSOCIATION_INFOMATION, > > > > It basically skipped this query OID. > > > > I used DLink card as the reference. WZC sent the same OID sequence to > > > DLink > > > > as it sent to our driver, except WZC sent > > > OID_802_11_ASSOCIATION_INFOMATION > > > > to DLink and skipped it to our driver. > > > > SO, DLink card is "WPA capable", and our's not. > > > > > > > > Please Help, I know I am very close to pass tests as "WPA capable". > > > > Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our driver ? > > > > (I did implement this OID: ASSOCIATION_INFOMATION .) > > > > Any ideas ? > > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > > news:... > > > > > You need to pass the tests that WZC uses to determine if your driver > > > > > supports WPA. Look at the 802.11 driver guidelines for a description > > of > > > > > these tests. You can get the guidelines doc at: > > > > > > > > > > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > > > > > > > > > "PingPong" <> wrote in message > > > > > news:... > > > > > > Hi, > > > > > > > > > > > > I am trying to make our driver to work with WZC with WPA > > > functionality. > > > > I > > > > > > already made all WPA related OIDs > > > > > > work and able to use meetinghouse Aegis client to do WPA and WPA > PSK > > > and > > > > > > surf. > > > > > > Right now, when I plug in our card and load the driver, the > Windows > > > Zero > > > > > > Configuration doesn't know our card can do > > > > > > WPA OIDs and TKIP and AES encryptions. > > > > > > How do I tell WZC it's a WPA capable driver ? Through the OIDs or > > INF > > > > file > > > > > > or Registery ? > > > > > > > > > > > > Please advise ! > > > > > > > > > > > > > > > > > > Corin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
| PingPong |
|
Gramps
Guest
Posts: n/a
|
Some comments inline below...
The bad news is that I don't see anything that looks incorrect and I'm not sure if the comments I've given you will have any impact. You may want to plumb OID_802_11_ASSOCIATION_INFORMATION to your driver through OidScope to see how it's handling it. "PingPong" <> wrote in message news:... > Hi, Here the list of the OIDs the got after enable theWZC in Control > Panel\Administrative Tools\Services > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 > > WmiQueryComplete, Oid: OID_GEN_MAC_OPTIONS, Data: 0x0000008D (141) > [Please confirm that you are not responding to this query with 0x8D. 0x80 is a reserved NDIS setting and should not be used by the miniport.] > WmiQueryComplete, Oid: OID_GEN_MAXIMUM_FRAME_SIZE, Data: 0x000005DC (1500) > > WmiQueryComplete, Oid: OID_GEN_MEDIA_CONNECT_STATUS, Data: 0x00000001 (1) > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS, Data: 0x04040490 > 0x00000404 0x00000000 0x00000000 0x00000000 0x00000000 > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 > > WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000000 (0) > > WmiQueryComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000002 (2) [You're initializing to Ndis802_11AutoUnknown which is not supposed to be used. You may want to default to Ndis802_11Infrastructure instead.] > > WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000000 (0) > [You're initializing to Ndis802_11Encryption1Enabled. You may want to default to Ndis802_11EncryptionDisabled instead.] > WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 > 0x00746C75 0x00000000 0x00000000 0x00000000 > > WmiQueryComplete, Oid: OID_802_11_BSSID_LIST, Data: 0x0000000B 0x0000009C > 0x19660F00 0x00004623 0x00000001 0x00000061 > > WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 > 0x00746C75 0x00000000 0x00000000 0x00000000 > > WmiSetComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000001 (1) > > WmiSetComplete, Oid: OID_802_11_SSID, Data: 0x00000020 0x131C0314 > 0x1B1A0305 0x1B011B10 0x05030205 0x050A1D1D > > WmiSetComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 (3) > > WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 (3) > > WmiSetComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000006 (6) > > WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000007 (7) > > WmiSetComplete, Oid: OID_802_11_ADD_KEY, Data: 0x00000040 0xC0000001 > 0x00000020 0xFFFFFFFF 0x1B1AFFFF 0x1B011B10 > > return NDIS_STATUS_INVALID_DATA > > WmiSetComplete, Oid: OID_802_11_BSSID_LIST_SCAN, Data: 0x00000000 (0) > > > This list is almost identical to what WZC send to DLink card, except some > return values like OID_802_11_BSSID_LIST are different. > However DLink card got extra query OID association_information which we > didn't after set OID add_key . > WmiQueryComplete, Oid: OID_802_11_ASSOCIATION_INFORMATION, Data: 0x00000028 > 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 > > > Anything wrong in the list ? DLink has the same list and return values and > passes tests. The only missing OID for us is query association_information, > if WZC send us this OID, then I can debug the next. If they don't, something > must be wrong. > > Thanks in advance. > > > > > > > "Gramps" <> wrote in message > news:u%23c8%... > > Are you getting a set of OID_802_11_ADD_KEY? If so, are you failing > > the set if the key index parameter is 0xc0000001 and returning > > NDIS_STATUS_INVALID_DATA? > > > > For that matter, can you list the OIDs that you are getting (based on the > > adapter guidelines) and what your driver returns for data? > > > > "PingPong" <> wrote in message > > news:%... > > > Thanks agian, > > > Yes, I do exporting OID_802_11_ASSOCIATION_INFORMATION when queried by > > > OID_GEN_SUPPORTED_LIST. > > > > > > Anything I possibly missed ? > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > news:... > > > > Are you exporting OID_802_11_ASSOCIATION_INFORMATION in your list of > > > > supported OIDs when queried by OID_GEN_SUPPORTED_LIST? > > > > > > > > "PingPong" <> wrote in message > > > > news:... > > > > > Hi, > > > > > Thank you for the infomation. > > > > > I went through the tests that guidelines described and right now our > > > > driver > > > > > had the same OID responses as guideline > > > > > says. > > > > > But one weird thing is WZC didn't sent me the Query > > > > > OID_802_11_ASSOCIATION_INFOMATION, > > > > > It basically skipped this query OID. > > > > > I used DLink card as the reference. WZC sent the same OID sequence > to > > > > DLink > > > > > as it sent to our driver, except WZC sent > > > > OID_802_11_ASSOCIATION_INFOMATION > > > > > to DLink and skipped it to our driver. > > > > > SO, DLink card is "WPA capable", and our's not. > > > > > > > > > > Please Help, I know I am very close to pass tests as "WPA capable". > > > > > Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our driver > ? > > > > > (I did implement this OID: ASSOCIATION_INFOMATION .) > > > > > Any ideas ? > > > > > > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > > > news:... > > > > > > You need to pass the tests that WZC uses to determine if your > driver > > > > > > supports WPA. Look at the 802.11 driver guidelines for a > description > > > of > > > > > > these tests. You can get the guidelines doc at: > > > > > > > > > > > > > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > > > > > > > > > > > "PingPong" <> wrote in message > > > > > > news:... > > > > > > > Hi, > > > > > > > > > > > > > > I am trying to make our driver to work with WZC with WPA > > > > functionality. > > > > > I > > > > > > > already made all WPA related OIDs > > > > > > > work and able to use meetinghouse Aegis client to do WPA and WPA > > PSK > > > > and > > > > > > > surf. > > > > > > > Right now, when I plug in our card and load the driver, the > > Windows > > > > Zero > > > > > > > Configuration doesn't know our card can do > > > > > > > WPA OIDs and TKIP and AES encryptions. > > > > > > > How do I tell WZC it's a WPA capable driver ? Through the OIDs > or > > > INF > > > > > file > > > > > > > or Registery ? > > > > > > > > > > > > > > Please advise ! > > > > > > > > > > > > > > > > > > > > > Corin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
| Gramps |
|
PingPong
Guest
Posts: n/a
|
Hi,
I tried those OIDs setting you commented. I still got the same list without the OID_802_11_ASSOCIATION_INFORMATION. I am sure I returned OID_GEN_MAC_OPTIONS with value 0xD, I don't know where 0x80 came from, but DLink card has the same value 0x8D as well. Anything else? looks like it's a tough one to find out, I am running out of ideas. "Gramps" <> wrote in message news:... > Some comments inline below... > > The bad news is that I don't see anything that looks incorrect and I'm not > sure if the comments I've given you will have any impact. > > You may want to plumb OID_802_11_ASSOCIATION_INFORMATION to your driver > through OidScope to see how it's handling it. > > > "PingPong" <> wrote in message > news:... > > Hi, Here the list of the OIDs the got after enable theWZC in Control > > Panel\Administrative Tools\Services > > > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 > > > > > WmiQueryComplete, Oid: OID_GEN_MAC_OPTIONS, Data: 0x0000008D (141) > > > > [Please confirm that you are not responding to this query with 0x8D. 0x80 is > a reserved NDIS setting and should not be used by the miniport.] > > > WmiQueryComplete, Oid: OID_GEN_MAXIMUM_FRAME_SIZE, Data: 0x000005DC > (1500) > > > > WmiQueryComplete, Oid: OID_GEN_MEDIA_CONNECT_STATUS, Data: 0x00000001 (1) > > > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS, Data: 0x04040490 > > 0x00000404 0x00000000 0x00000000 0x00000000 0x00000000 > > > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 > > > > WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000000 > (0) > > > > WmiQueryComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000002 > (2) > > [You're initializing to Ndis802_11AutoUnknown which is not supposed to be > used. You may want to default to Ndis802_11Infrastructure instead.] > > > > > WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000000 (0) > > > > [You're initializing to Ndis802_11Encryption1Enabled. You may want to > default to Ndis802_11EncryptionDisabled instead.] > > > WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 > > 0x00746C75 0x00000000 0x00000000 0x00000000 > > > > WmiQueryComplete, Oid: OID_802_11_BSSID_LIST, Data: 0x0000000B 0x0000009C > > 0x19660F00 0x00004623 0x00000001 0x00000061 > > > > WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 > > 0x00746C75 0x00000000 0x00000000 0x00000000 > > > > WmiSetComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000001 (1) > > > > WmiSetComplete, Oid: OID_802_11_SSID, Data: 0x00000020 0x131C0314 > > 0x1B1A0305 0x1B011B10 0x05030205 0x050A1D1D > > > > > WmiSetComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 (3) > > > > WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 > (3) > > > > > WmiSetComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000006 (6) > > > > WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000007 (7) > > > > > WmiSetComplete, Oid: OID_802_11_ADD_KEY, Data: 0x00000040 0xC0000001 > > 0x00000020 0xFFFFFFFF 0x1B1AFFFF 0x1B011B10 > > > > return NDIS_STATUS_INVALID_DATA > > > > > WmiSetComplete, Oid: OID_802_11_BSSID_LIST_SCAN, Data: 0x00000000 (0) > > > > > > This list is almost identical to what WZC send to DLink card, except some > > return values like OID_802_11_BSSID_LIST are different. > > However DLink card got extra query OID association_information which we > > didn't after set OID add_key . > > WmiQueryComplete, Oid: OID_802_11_ASSOCIATION_INFORMATION, Data: > 0x00000028 > > 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 > > > > > > Anything wrong in the list ? DLink has the same list and return values and > > passes tests. The only missing OID for us is query > association_information, > > if WZC send us this OID, then I can debug the next. If they don't, > something > > must be wrong. > > > > Thanks in advance. > > > > > > > > > > > > > > "Gramps" <> wrote in message > > news:u%23c8%... > > > Are you getting a set of OID_802_11_ADD_KEY? If so, are you failing > > > the set if the key index parameter is 0xc0000001 and returning > > > NDIS_STATUS_INVALID_DATA? > > > > > > For that matter, can you list the OIDs that you are getting (based on > the > > > adapter guidelines) and what your driver returns for data? > > > > > > "PingPong" <> wrote in message > > > news:%... > > > > Thanks agian, > > > > Yes, I do exporting OID_802_11_ASSOCIATION_INFORMATION when queried > by > > > > OID_GEN_SUPPORTED_LIST. > > > > > > > > Anything I possibly missed ? > > > > > > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > > news:... > > > > > Are you exporting OID_802_11_ASSOCIATION_INFORMATION in your list of > > > > > supported OIDs when queried by OID_GEN_SUPPORTED_LIST? > > > > > > > > > > "PingPong" <> wrote in message > > > > > news:... > > > > > > Hi, > > > > > > Thank you for the infomation. > > > > > > I went through the tests that guidelines described and right now > our > > > > > driver > > > > > > had the same OID responses as guideline > > > > > > says. > > > > > > But one weird thing is WZC didn't sent me the Query > > > > > > OID_802_11_ASSOCIATION_INFOMATION, > > > > > > It basically skipped this query OID. > > > > > > I used DLink card as the reference. WZC sent the same OID sequence > > to > > > > > DLink > > > > > > as it sent to our driver, except WZC sent > > > > > OID_802_11_ASSOCIATION_INFOMATION > > > > > > to DLink and skipped it to our driver. > > > > > > SO, DLink card is "WPA capable", and our's not. > > > > > > > > > > > > Please Help, I know I am very close to pass tests as "WPA > capable". > > > > > > Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our > driver > > ? > > > > > > (I did implement this OID: ASSOCIATION_INFOMATION .) > > > > > > Any ideas ? > > > > > > > > > > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > > > > news:... > > > > > > > You need to pass the tests that WZC uses to determine if your > > driver > > > > > > > supports WPA. Look at the 802.11 driver guidelines for a > > description > > > > of > > > > > > > these tests. You can get the guidelines doc at: > > > > > > > > > > > > > > > > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > > > > > > > > > > > > > "PingPong" <> wrote in message > > > > > > > news:... > > > > > > > > Hi, > > > > > > > > > > > > > > > > I am trying to make our driver to work with WZC with WPA > > > > > functionality. > > > > > > I > > > > > > > > already made all WPA related OIDs > > > > > > > > work and able to use meetinghouse Aegis client to do WPA and > WPA > > > PSK > > > > > and > > > > > > > > surf. > > > > > > > > Right now, when I plug in our card and load the driver, the > > > Windows > > > > > Zero > > > > > > > > Configuration doesn't know our card can do > > > > > > > > WPA OIDs and TKIP and AES encryptions. > > > > > > > > How do I tell WZC it's a WPA capable driver ? Through the OIDs > > or > > > > INF > > > > > > file > > > > > > > > or Registery ? > > > > > > > > > > > > > > > > Please advise ! > > > > > > > > > > > > > > > > > > > > > > > > Corin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
| PingPong |
|
Gramps
Guest
Posts: n/a
|
> I tried those OIDs setting you commented. I still got the same list
without > the OID_802_11_ASSOCIATION_INFORMATION. > > I am sure I returned OID_GEN_MAC_OPTIONS with value 0xD, I don't know where > 0x80 came from, but DLink card has the same value 0x8D as well. > NDIS will insert the 0x80 after the miniport is queried with OID_GEN_MAC_OPTIONS. > Anything else? looks like it's a tough one to find out, I am running out of > ideas. > The only thing I still suspect is whether OID_802_11_ASSOCIATION_INFORMATION is really being advertised in the OID_GEN_SUPPORTED_LIST query. Have you tried querying your driver with OID_802_11_ASSOCIATION_INFORMATION through OidScope? Also, let's see if we can solve this together outside of the news group. Send me email at . > > > > > "Gramps" <> wrote in message > news:... > > Some comments inline below... > > > > The bad news is that I don't see anything that looks incorrect and I'm not > > sure if the comments I've given you will have any impact. > > > > You may want to plumb OID_802_11_ASSOCIATION_INFORMATION to your driver > > through OidScope to see how it's handling it. > > > > > > "PingPong" <> wrote in message > > news:... > > > Hi, Here the list of the OIDs the got after enable theWZC in > Control > > > Panel\Administrative Tools\Services > > > > > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 > > > > > > > > WmiQueryComplete, Oid: OID_GEN_MAC_OPTIONS, Data: 0x0000008D (141) > > > > > > > [Please confirm that you are not responding to this query with 0x8D. 0x80 > is > > a reserved NDIS setting and should not be used by the miniport.] > > > > > WmiQueryComplete, Oid: OID_GEN_MAXIMUM_FRAME_SIZE, Data: 0x000005DC > > (1500) > > > > > > WmiQueryComplete, Oid: OID_GEN_MEDIA_CONNECT_STATUS, Data: 0x00000001 > (1) > > > > > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS, Data: 0x04040490 > > > 0x00000404 0x00000000 0x00000000 0x00000000 0x00000000 > > > > > > WmiQueryComplete, Oid: OID_802_3_CURRENT_ADDRESS 0x04040490 0x00000404 > > > > > > WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000000 > > (0) > > > > > > WmiQueryComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000002 > > (2) > > > > [You're initializing to Ndis802_11AutoUnknown which is not supposed to be > > used. You may want to default to Ndis802_11Infrastructure instead.] > > > > > > > > WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000000 (0) > > > > > > > [You're initializing to Ndis802_11Encryption1Enabled. You may want to > > default to Ndis802_11EncryptionDisabled instead.] > > > > > WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 > > > 0x00746C75 0x00000000 0x00000000 0x00000000 > > > > > > WmiQueryComplete, Oid: OID_802_11_BSSID_LIST, Data: 0x0000000B > 0x0000009C > > > 0x19660F00 0x00004623 0x00000001 0x00000061 > > > > > > WmiQueryComplete, Oid: OID_802_11_SSID, Data: 0x00000007 0x61666564 > > > 0x00746C75 0x00000000 0x00000000 0x00000000 > > > > > > WmiSetComplete, Oid: OID_802_11_INFRASTRUCTURE_MODE, Data: 0x00000001 > (1) > > > > > > WmiSetComplete, Oid: OID_802_11_SSID, Data: 0x00000020 0x131C0314 > > > 0x1B1A0305 0x1B011B10 0x05030205 0x050A1D1D > > > > > > > > WmiSetComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 > (3) > > > > > > WmiQueryComplete, Oid: OID_802_11_AUTHENTICATION_MODE, Data: 0x00000003 > > (3) > > > > > > > > WmiSetComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000006 (6) > > > > > > WmiQueryComplete, Oid: OID_802_11_WEP_STATUS, Data: 0x00000007 (7) > > > > > > > > WmiSetComplete, Oid: OID_802_11_ADD_KEY, Data: 0x00000040 0xC0000001 > > > 0x00000020 0xFFFFFFFF 0x1B1AFFFF 0x1B011B10 > > > > > > return NDIS_STATUS_INVALID_DATA > > > > > > > > WmiSetComplete, Oid: OID_802_11_BSSID_LIST_SCAN, Data: 0x00000000 (0) > > > > > > > > > This list is almost identical to what WZC send to DLink card, except > some > > > return values like OID_802_11_BSSID_LIST are different. > > > However DLink card got extra query OID association_information which we > > > didn't after set OID add_key . > > > WmiQueryComplete, Oid: OID_802_11_ASSOCIATION_INFORMATION, Data: > > 0x00000028 > > > 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000 > > > > > > > > > Anything wrong in the list ? DLink has the same list and return values > and > > > passes tests. The only missing OID for us is query > > association_information, > > > if WZC send us this OID, then I can debug the next. If they don't, > > something > > > must be wrong. > > > > > > Thanks in advance. > > > > > > > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > news:u%23c8%... > > > > Are you getting a set of OID_802_11_ADD_KEY? If so, are you failing > > > > the set if the key index parameter is 0xc0000001 and returning > > > > NDIS_STATUS_INVALID_DATA? > > > > > > > > For that matter, can you list the OIDs that you are getting (based on > > the > > > > adapter guidelines) and what your driver returns for data? > > > > > > > > "PingPong" <> wrote in message > > > > news:%... > > > > > Thanks agian, > > > > > Yes, I do exporting OID_802_11_ASSOCIATION_INFORMATION when queried > > by > > > > > OID_GEN_SUPPORTED_LIST. > > > > > > > > > > Anything I possibly missed ? > > > > > > > > > > > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > > > news:... > > > > > > Are you exporting OID_802_11_ASSOCIATION_INFORMATION in your list > of > > > > > > supported OIDs when queried by OID_GEN_SUPPORTED_LIST? > > > > > > > > > > > > "PingPong" <> wrote in message > > > > > > news:... > > > > > > > Hi, > > > > > > > Thank you for the infomation. > > > > > > > I went through the tests that guidelines described and right now > > our > > > > > > driver > > > > > > > had the same OID responses as guideline > > > > > > > says. > > > > > > > But one weird thing is WZC didn't sent me the Query > > > > > > > OID_802_11_ASSOCIATION_INFOMATION, > > > > > > > It basically skipped this query OID. > > > > > > > I used DLink card as the reference. WZC sent the same OID > sequence > > > to > > > > > > DLink > > > > > > > as it sent to our driver, except WZC sent > > > > > > OID_802_11_ASSOCIATION_INFOMATION > > > > > > > to DLink and skipped it to our driver. > > > > > > > SO, DLink card is "WPA capable", and our's not. > > > > > > > > > > > > > > Please Help, I know I am very close to pass tests as "WPA > > capable". > > > > > > > Why WZC doesn't sent OID_802_11_ASSOCIATION_INFOMATION to our > > driver > > > ? > > > > > > > (I did implement this OID: ASSOCIATION_INFOMATION .) > > > > > > > Any ideas ? > > > > > > > > > > > > > > > > > > > > > > > > > > > > "Gramps" <> wrote in message > > > > > > > news:... > > > > > > > > You need to pass the tests that WZC uses to determine if your > > > driver > > > > > > > > supports WPA. Look at the 802.11 driver guidelines for a > > > description > > > > > of > > > > > > > > these tests. You can get the guidelines doc at: > > > > > > > > > > > > > > > > > > > > http://www.microsoft.com/whdc/device..._netadapt.mspx > > > > > > > > > > > > > > > > "PingPong" <> wrote in message > > > > > > > > news:... > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > I am trying to make our driver to work with WZC with WPA > > > > > > functionality. > > > > > > > I > > > > > > > > > already made all WPA related OIDs > > > > > > > > > work and able to use meetinghouse Aegis client to do WPA and > > WPA > > > > PSK > > > > > > and > > > > > > > > > surf. > > > > > > > > > Right now, when I plug in our card and load the driver, the > > > > Windows > > > > > > Zero > > > > > > > > > Configuration doesn't know our card can do > > > > > > > > > WPA OIDs and TKIP and AES encryptions. > > > > > > > > > How do I tell WZC it's a WPA capable driver ? Through the > OIDs > > > or > > > > > INF > > > > > > > file > > > > > > > > > or Registery ? > > > > > > > > > > > > > > > > > > Please advise ! > > > > > > > > > > > > > > > > > > > > > > > > > > > Corin > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
|
|
|
|
|||
|
|||
| Gramps |
|
|
|
| |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Wireless Zero Configuration (WZC) / WCN-UFD and WPA-RADIUS@ WinXP | Thomas Creutz | Wireless Networking | 3 | 01-06-2010 02:57 PM |
| WPA PSK vs WPA Personal (D-Link products) | Mike Webb | Wireless Networking | 6 | 02-13-2008 07:07 PM |
| WPA-PSK & WPA | Dave Cox | Wireless Networking | 4 | 02-15-2006 10:11 PM |
| LEAP (or WPA-Ent) and WPA-PSK to work on a single 1200AP??? | hax3 | Cisco | 10 | 10-05-2005 07:19 PM |
| Re: Using DLink DWL-G520+ with Q815485 but no WPA-PSK or any WPA? | R.H. | Wireless Networking | 0 | 06-19-2004 05:51 AM |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc..
SEO by vBSEO ©2010, Crawlability, Inc. |




