Wifi Application Programming

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

  1. List SSIDs
  2. Connect to an SSID with Password
  3. View present connected network

How can i Implement it from Application space. Do i have to use same connmanctl commands from application ?

Regards

Hi

This post answers how to access connman from an application.

Max