wlanutilities/wlansniffer/model/inc/wsfmodel.h
branchRCL_3
changeset 65 32fadeea4023
parent 59 34911529ee3c
equal deleted inserted replaced
59:34911529ee3c 65:32fadeea4023
    99         * @param aObserver Pointer to the model observer
    99         * @param aObserver Pointer to the model observer
   100         */
   100         */
   101         IMPORT_C void SetEngineObserver( MWsfModelObserver* aObserver );
   101         IMPORT_C void SetEngineObserver( MWsfModelObserver* aObserver );
   102 
   102 
   103         /**
   103         /**
   104         * Return pointer to the list of WLANs. Ownership not passed.
   104         * Return the latest list of found WLANs. Ownership not passed.
   105         * @since S60 5.2
   105         * @since S60 5.0
   106         * @return Array of WLANs
   106         * @return Array of WLANs
   107         */
   107         */
   108         inline CWsfWlanInfoArray* WlanList();
       
   109         
       
   110         /**
       
   111         * Return the latest list of found WLANs. Ownership not passed.
       
   112         * @since S60 5.0
       
   113         * @return Array of WLANs
       
   114         */
       
   115         IMPORT_C CWsfWlanInfoArray* GetWlanListL();
   108         IMPORT_C CWsfWlanInfoArray* GetWlanListL();
   116         
   109         
   117         /**
   110 		/**
   118         * Asyncronous request to the server to return wlan list size
   111         * Asyncronous request to the server to return wlan list size
   119         * @since S60 5.2
   112         * @since S60 5.2
   120         * @param aPckg request result
   113         * @param aPckg request result
   121         * @param aStatus The request status object used to contain 
   114         * @param aStatus The request status object used to contain 
   122         *        the completion status of the request.
   115         *        the completion status of the request.
   123         */
   116         */
   124         IMPORT_C void GetWlanListSize( TPckgBuf<TUint>& aPckg, 
   117         IMPORT_C void GetWlanListSize( TPckgBuf<TUint>& aPckg, 
   125                                        TRequestStatus& aStatus );
   118                                        TRequestStatus& aStatus );
   126 
   119 
   127         /**
   120 		/**
   128         * Asyncronous request to the server to return wlan list
   121         * Asyncronous request to the server to return wlan list
   129         * @since S60 5.2
   122         * @since S60 5.2
   130         * @param aPckg request result
   123         * @param aPckg request result
   131         * @param aPtr wlan list
   124 		* @param aPtr wlan list
   132         * @param aStatus The request status object used to contain 
   125         * @param aStatus The request status object used to contain 
   133         *        the completion status of the request.
   126         *        the completion status of the request.
   134         */
   127         */
   135         IMPORT_C void GetWlanList( TPckgBuf<TUint>& aPckg, TPtr8& aPtr, 
   128         IMPORT_C void GetWlanList( TPckgBuf<TUint>& aPckg, TPtr8& aPtr, 
   136                                    TRequestStatus& aStatus );
   129                                    TRequestStatus& aStatus );