wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11State.h
branchRCL_3
changeset 14 13838cf40350
parent 12 af3fb27c7511
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11State.h	Tue May 25 14:40:09 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11State.h	Mon Jun 21 17:43:00 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 58 %
+* %version: 59 %
 */
 
 #ifndef WLANDOT11STATE_H
@@ -314,14 +314,18 @@
 
 
     /**
-    * 
+    * Determines if it is possible to try to connect to the target nw
     *
     * @since S60 3.2
     * @param aCtxImpl statemachine context
-    * @param 
-    * @return ETrue if ...
+    * @param aScanResponseFrameBodyLength Length of the WLAN Mgmt Client 
+    *        provided scan response frame body received from the target nw
+    * @param aScanResponseFrameBody The WLAN Mgmt Client provided scan 
+    *        response frame body received from the target nw
+    * @return KErrNone if it is possible to try to connect to the target nw
+    *         An error code otherwise
     */
-    TBool InitNetworkConnect( 
+    TInt InitNetworkConnect( 
         WlanContextImpl& aCtxImpl,
         TUint16 aScanResponseFrameBodyLength,
         const TUint8* aScanResponseFrameBody ) const;
@@ -697,8 +701,11 @@
 
     static TBool NetworkCapabilityInformationMet( 
         WlanContextImpl& aCtxImpl );
-    static TBool AreSupportedRatesMet( WlanContextImpl& aCtxImpl,
-                                       TBool aCheckAlsoExtendedRates );
+    
+    static TBool AreSupportedRatesMet( 
+        WlanContextImpl& aCtxImpl,
+        TBool aCheckAlsoExtendedRates );
+    
     static TBool ProcessSingleSupportedRateElement(
         WlanContextImpl& aCtxImpl,
         const TUint8 aApRate,