Catch exception if passphrase is not ASCII encodable
Because setWpa2Passphrase throws an IllegalArgumentException when
the passphrase is not ASCII encodable.
I stumbled across it in this context: https://github.com/markusfisch/BinaryEye/issues/544