Hi folks,
I wanted to change the wep key dynamically from my application and sort of
confuse about how to go about to do this. There is an oid for the NDIS
object OID_802_11_ADD_WEP. Should I use the NdisRequest routine and pass
this OID to the function which would cause the NDIS miniport driver
MiniPortSetInformation to be invoke. Or I should go through WMI and use
the set method?
thanks,
Huy
Both ways are good. This oid exists only in XP. It will not work for 2k. WMI
way is better for you as you want to call it from your application.
-----Original Message-----
From: xxxxx@dslextreme.com [mailto:xxxxx@dslextreme.com]
Sent: Friday, July 04, 2003 9:05 AM
To: NT Developers Interest List
Subject: [ntdev] ndisRequest or wmi set???
Hi folks,
I wanted to change the wep key dynamically from my application and sort of
confuse about how to go about to do this. There is an oid for the NDIS
object OID_802_11_ADD_WEP. Should I use the NdisRequest routine and pass
this OID to the function which would cause the NDIS miniport driver
MiniPortSetInformation to be invoke. Or I should go through WMI and use
the set method?
thanks,
Huy
You are currently subscribed to ntdev as: romang@ti.com
To unsubscribe send a blank email to xxxxx@lists.osr.com