views:

102

answers:

1

Hi,

Is there anyone knows how to programmatically check on Android if the current wifi connection is made to a WPA secured AP, or a weaker WEP secured AP, or a unsecure open AP?

Thanks!

A: 

Look at the WifiManager class.

A good example is at http://marakana.com/forums/android/examples/40.html

Shaji