mbed official WiflyInterface (interface for Roving Networks Wifly modules)

Dependents:   Wifly_HelloWorld Websocket_Wifly_HelloWorld RPC_Wifly_HelloWorld HTTPClient_Wifly_HelloWorld ... more

Issue: Long WPA passphrases are not supported

Trying to use the library with a long passphrase does not work. WPA allows passphrases as long as 64 charactors. I glanced at the code and it looks like the char arrays for the phrase and for the commands using the phrase are both too short.