Hi Patrik, > When reading src/agent.c, I noted that there is a single D-Bus method > call "RequestPassphrase" defined. When I look into doc/agent-api.txt, I > see a method call "RequestInput" being defined. > > Is the agent-api.txt documenting the features wanted in ConnMan or > should the agent implementation contain "RequestMSChapV2Passphrase", > "RequestGTCPassphrase" etc. method calls in the future?
the src/agent.c is just an early attempt on implementing this. It never got finished. The doc/agent-api.txt is the most recent API design. The important pieces here are that we can hand over additional information in a more generic way. Like say a hidden WiFi, we have to ask for the SSID and the passphrase etc. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
