Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
161 views

decrypt wpa 2 psk with openssl, programming in c

i need to decrypt wpa 2 psk programming in c. Assuming that i alredy have the TK (need to decrypt only unicast) i'm trying to decrypt packets whit the following code (with no luck actually): #include ...
2
votes
2answers
129 views

program to check whether my wifi is secured(ie WPA2/WEP) in windows c++

Is it possible to check whether my Wi-Fi is secured(ie WPA2/WEP) programmatically in Windows C++?
0
votes
2answers
17 views

User legitimacy in wireless network

I have a big wireless network, and I would like to know if there is a mechanism of assuring users legitimacy: I have 10 access points in the company and all have the same WPA-PSK password. I want a ...
0
votes
0answers
38 views

How can i configure my wpa_supplicant.conf?

How can i configure my wpa_supplicant.conf? I am using OpenWRT in my TP-link WR841N in mode STA. But I can not connect to SMC ! I want connect to SMC by wpa_supplicant! But I know it's possible in ...
0
votes
1answer
115 views

Implement WPA2-Enterprise on Arduino WiFi shield

I've just bought an Arduino WiFi shield called "RedFly", which support WPA-TKIP but my school wifi is WPA2-Enterprise + PEAP (MSCHAPv2). Is there a way, and how to implement myself the support of ...
0
votes
0answers
246 views

WPA/PSK Invalid passphrase length

I'm trying to add e new wifi ssid programmatically but I'm facing a problem on length that is confusing me. Using the system gui (settings > Wireless & networking > Wifi settings > Add wifi ...