Manish Gupta
Manish Gupta

Reputation: 21

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++?

Upvotes: 2

Views: 747

Answers (1)

Bart
Bart

Reputation: 20028

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.

Upvotes: 2

Related Questions