Reputation: 21
Is it possible to check whether my Wi-Fi is secured(ie WPA2/WEP) programmatically in Windows C++?
Upvotes: 2
Views: 747
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