Hello, I'm facing some issues with mwifiex when trying to establish a wifi direct connection (p2p) between my board and my phone (an android). My connman commands are: # connmanctl connmanctl> enable p2p Enabled p2p connmanctl> agent on Agent registered connmanctl> scan p2p These commands seem to be passing just fine as I'm able to see my board appears in the available wifi direct list on my phone. When accepting the connection from connman side with the commands below: connmanctl> scan p2p Agent RequestPeerAuthorization peer_XXXX Accept connection (yes/no)? yes I got this error: connmanctl> mwifiex_sdio mmc0:0001:1: Can not set Tx data rate in disconnected state I have this configuration: Kernel version: 3.10 connman version: 1.34 mwifiex: backports-mwifiex_4.1.1 Any ideas what may be causing this? Thanks.