>>>> Is there any way to verify that my wireless client connections are >>>> encrypted via WPA2? >>>> >>>> - Grant >>>> >>> >>> iwlist $interface scan >>> >>> Will give you enough information to tell if the wireless network >>> supports WPA (instead of being WPA2-only). I don't know how you might >>> inspect a connection from the client's perspective. That probably >>> depends on the tool you're using. >> >> Is it strange that I get this from iwconfig on the connected client: >> >> Encryption key:off > > That's normal. iwconfig only knows about WEP. WPA and WPA2 are > different animals.
Got it, thanks for your help Michael. - Grant