diff -r 1c425781161e -r 3d23268b50f6 wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11State.h --- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11State.h Tue Jul 06 16:24:00 2010 +0300 +++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacDot11State.h Wed Aug 18 11:35:02 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,