How to modify the WPA/WEP key in a application?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have a question, how I modify the wep key of a connection wireless in
my application??? Is possible for the WMI??? I was writting in C#.
tks

Bruno
C# .NET Developer
 
Bruno Renato said:
Hi, I have a question, how I modify the wep key of a connection wireless
in
my application??? Is possible for the WMI??? I was writting in C#.
tks

Bruno
C# .NET Developer

Yes, you can use System.Management and WMI's "root\wmi" namespace class
"MSNdis_80211_AddWEP".
I would suggest you spend some time using WMIStudio (WMIsdk) and/or
wbemtest.exe to get accustomed to the "root\wmi" namespace, it's classes and
their properties.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top