wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacContextImpl.h
changeset 19 629e60dfa279
parent 17 41a8eba36f74
child 21 af3fb27c7511
child 25 a0fdcd0e4c56
equal deleted inserted replaced
17:41a8eba36f74 19:629e60dfa279
    14 * Description:   Declaration of the UmacContextImpl class
    14 * Description:   Declaration of the UmacContextImpl class
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 104 %
    19 * %version: 105 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANCONTEXTIMPL_H
    22 #ifndef WLANCONTEXTIMPL_H
    23 #define WLANCONTEXTIMPL_H
    23 #define WLANCONTEXTIMPL_H
    24 
    24 
   471     WlanWsaSetBssParameters&        WsaSetBssParameters();
   471     WlanWsaSetBssParameters&        WsaSetBssParameters();
   472     WlanWsaAddKey&                  WsaAddKey();
   472     WlanWsaAddKey&                  WsaAddKey();
   473     WlanWhaConfigureQueue&          WhaConfigureQueue();
   473     WlanWhaConfigureQueue&          WhaConfigureQueue();
   474     WlanWsaSetPsMode&               WsaSetPsMode();
   474     WlanWsaSetPsMode&               WsaSetPsMode();
   475     WlanWhaConfigureAc&             WhaConfigureAc();
   475     WlanWhaConfigureAc&             WhaConfigureAc();
   476     WlanWhaRelease&                 WlanWhaRelease();
   476     WlanWhaRelease&                 WhaRelease();
   477 
   477 
   478     inline void WHASettings( const WHA::SSettings& aSettings );
   478     inline void WHASettings( const WHA::SSettings& aSettings );
   479     inline WHA::SSettings& WHASettings();
   479     inline WHA::SSettings& WHASettings();
   480     inline const WHA::SSettings& WHASettings() const;
   480     inline const WHA::SSettings& WHASettings() const;
   481 
   481