Alljoyn Onboarding - ConfigureWiFiHandler - when was is called?
Dear All,
As I trace into the source code of onboarding. I saw that ConfigureWiFi is an on-developing function and is called by ConfigureWiFiHandler.
The ConfigureWiFiHandler should be triggered as a remote Method and for the OnboardingClient to call. But I can not see my debug code in ConfigureWiFiHandler, both in server side and client side. Is this also an on-developing function? Then when was the function called?
How to add my code to handle ConfigureWiFiHandler method calls?
I have observed that what were sent from client (SSID, passphrase) are not received correctly at the server side. Why?
Thank you very much for your support.