Hi folks, I've working in a project using using using wifi-direct (p2p), and I planning implementing it on connman, I saw that there is an item in the TODO about it.
So, my plan is create a new technology wifi_p2p, the implementation and behaviour should be pretty similar to wifi technology. It will be necessary add support for p2p in the existent gsupplicant code. As the p2p, the idea is cover just a small set of functions for now, for connect we'll use just the push button control (PBC) method. The connection will be done without use the Group concept, I mean, both peers will use the command connect and one of them will be chosen the Group Owner, instead of one Peer create a Group and the other Peer join into this Group. The reason for this is that according with the wpa developers to use Group Add + Join is not the recommended way. Just to be more specific, I going to implement the follow methods: - Find - Peers - Peer - Connect - Disconnect If someone has an different idea or a council, please just tell me, I'm on IRC with the nick ceolin. Regards, Flávio Ceolin _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
