Hi,
I am using Vf61 with linux 2.6. Application is developed in QT . I am also using USB Wifi module to connect to a TCP Server. Wifi communication and configuration are succesful using connmanctl commands. But i have to do following functions from application code
- List SSIDs
- Connect to an SSID with Password
- View present connected network
How can i Implement it from Application space. Do i have to use same connmanctl commands from application ?
Regards