HI,
CAN WE CLOSE THE WLAN CONNECTION USING RConnectionMonitor API if it is open and the phone is in idle state.
HI,
CAN WE CLOSE THE WLAN CONNECTION USING RConnectionMonitor API if it is open and the phone is in idle state.
Hi,
Check the WLANmgmt api's avalible with the extention kit for doing this.
Regards,
Mateen Maldar
"Whatever the mind can conceive and believe, the mind can achieve"
Try using RConnection::Stop(RConnection::EStopAuthoritative), for further details look the SDK at :-
» Symbian OS v9.1 » Symbian OS reference » C++ component reference » Comms infras ESOCK » RConnection
However you will have to write some code to ensure that the state is idle and the connection is not being used by anyone else.
Regards,
Mayank