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

link|improve this question
Why would you want to do that? If you think that your app could refuse to use an unsecured WiFi, you miss the point of public/open WiFi using VPNs. – Didier Trosset Jul 29 '11 at 6:28
@Didier Trosset: I assume the question really means "...whether my network connection is an unsecure WiFi". If you go via VPN, then although unsecured WiFi is the carrier, it's a different network connection. And while it's actually the user's fault if he runs applications that transmit sensitive data over public/open WiFi (what data except public websites is not sensitive, anyway), I can somewhat understand the OP's goodwilled attempt to protect the uncanny user from the most stupid vulnerability. Though "internet" as such isn't secure, there's still different "shades of grey". – Damon Jul 29 '11 at 9:04
feedback

2 Answers

From what I recall this is possible through the native Wi-Fi API and especially via the WlanHostedNetworkQueryProperty() function when querying for the WLAN_HOSTED_NETWORK_SECURITY_SETTINGS.

link|improve this answer
feedback

I am mark. Well if someone go through with VPN Connection then there will not be any risk in using wifi as it is the most secured way. Even though it runs so many application in just a single click. VPN service is reliable. You can visit the website for descriptive details about VPN connection and their providers and services http://www.bestvpnservice.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.