wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.inl
branchRCL_3
changeset 12 af3fb27c7511
parent 7 0abc8c98be24
child 14 13838cf40350
equal deleted inserted replaced
11:a9473894c0f1 12:af3fb27c7511
    14 * Description:   Implementation of WlanContextImpl inline methods.
    14 * Description:   Implementation of WlanContextImpl inline methods.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 77 %
    19 * %version: 78 %
    20 */
    20 */
    21 
    21 
    22 #include "umacconnectcontext.h"
    22 #include "umacconnectcontext.h"
    23 
    23 
    24 // ---------------------------------------------------------------------------
    24 // ---------------------------------------------------------------------------
   418 
   418 
   419 // ---------------------------------------------------------------------------
   419 // ---------------------------------------------------------------------------
   420 // 
   420 // 
   421 // ---------------------------------------------------------------------------
   421 // ---------------------------------------------------------------------------
   422 //
   422 //
   423 inline const TUint16 WlanContextImpl::ScanResponseFrameBodyLength() const
   423 inline TUint16 WlanContextImpl::ScanResponseFrameBodyLength() const
   424     {
   424     {
   425     return iConnectContext.iScanResponseFrameBodyLength;
   425     return iConnectContext.iScanResponseFrameBodyLength;
   426     }
   426     }
   427 
   427 
   428 // ---------------------------------------------------------------------------
   428 // ---------------------------------------------------------------------------