wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacoidmsg.h
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
equal deleted inserted replaced
14:00032b836e76 17:41a8eba36f74
    15 *                used for issuing management commands to UMAC.
    15 *                used for issuing management commands to UMAC.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 /*
    19 /*
    20 * %version: 43 %
    20 * %version: 44 %
    21 */
    21 */
    22 
    22 
    23 #ifndef WLAN_OID_MSG_H
    23 #ifndef WLAN_OID_MSG_H
    24 #define WLAN_OID_MSG_H
    24 #define WLAN_OID_MSG_H
    25 
    25 
   553 
   553 
   554 typedef struct _TConfigureMsg
   554 typedef struct _TConfigureMsg
   555     {
   555     {
   556     /** Common message header */
   556     /** Common message header */
   557     TOIDHeader hdr;
   557     TOIDHeader hdr;
       
   558     /** 
       
   559     * If a bit in this mask is set, use of the corresponding WLAN 
       
   560     * feature is allowed; otherwise it is not allowed.
       
   561     * Note that this mask doesn't contain all supported WLAN features
       
   562     * but only the ones which we allow to be be configured on or off. 
       
   563     */
       
   564     TWlanFeatures allowedWlanFeatures;    
   558     /** Limit for packet size when to use RTS/CTS protocol. */
   565     /** Limit for packet size when to use RTS/CTS protocol. */
   559     TUint16 RTSThreshold;
   566     TUint16 RTSThreshold;
   560     /** Max. time to (re-)send whole MSDU packet (in TUs) */
   567     /** Max. time to (re-)send whole MSDU packet (in TUs) */
   561     TUint32 maxTxMSDULifetime;
   568     TUint32 maxTxMSDULifetime;
   562     /**
   569     /**
   605     /** 
   612     /** 
   606     * The minimum time difference (in microseconds) between two signal
   613     * The minimum time difference (in microseconds) between two signal
   607     * loss prediction indications.
   614     * loss prediction indications.
   608     */
   615     */
   609     TUint32 spMinIndicationInterval;
   616     TUint32 spMinIndicationInterval;
   610 
       
   611     } TConfigureMsg;
   617     } TConfigureMsg;
   612 
   618 
   613 // -------------------------------------------------------------------------
   619 // -------------------------------------------------------------------------
   614 
   620 
   615 typedef struct _TGetLastRcpiMsg
   621 typedef struct _TGetLastRcpiMsg