wlanutilities/wlansniffer/model/inc/wsfmodel.h
branchRCL_3
changeset 59 34911529ee3c
parent 55 f28ada11abbf
child 65 32fadeea4023
--- a/wlanutilities/wlansniffer/model/inc/wsfmodel.h	Wed Sep 01 12:20:32 2010 +0100
+++ b/wlanutilities/wlansniffer/model/inc/wsfmodel.h	Wed Sep 15 13:26:06 2010 +0300
@@ -101,13 +101,20 @@
         IMPORT_C void SetEngineObserver( MWsfModelObserver* aObserver );
 
         /**
+        * Return pointer to the list of WLANs. Ownership not passed.
+        * @since S60 5.2
+        * @return Array of WLANs
+        */
+        inline CWsfWlanInfoArray* WlanList();
+        
+        /**
         * Return the latest list of found WLANs. Ownership not passed.
         * @since S60 5.0
         * @return Array of WLANs
         */
         IMPORT_C CWsfWlanInfoArray* GetWlanListL();
         
-		/**
+        /**
         * Asyncronous request to the server to return wlan list size
         * @since S60 5.2
         * @param aPckg request result
@@ -117,11 +124,11 @@
         IMPORT_C void GetWlanListSize( TPckgBuf<TUint>& aPckg, 
                                        TRequestStatus& aStatus );
 
-		/**
+        /**
         * Asyncronous request to the server to return wlan list
         * @since S60 5.2
         * @param aPckg request result
-		* @param aPtr wlan list
+        * @param aPtr wlan list
         * @param aStatus The request status object used to contain 
         *        the completion status of the request.
         */