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