ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

MAC_MIB Class Reference

#include <mac-802_11.h>

List of all members.

Public Member Functions

 MAC_MIB (Mac802_11 *parent)
u_int32_t getRTSThreshold ()
u_int32_t getShortRetryLimit ()
u_int32_t getLongRetryLimit ()

Public Attributes

u_int32_t FailedCount
u_int32_t RTSFailureCount
u_int32_t ACKFailureCount

Private Attributes

u_int32_t RTSThreshold
u_int32_t ShortRetryLimit
u_int32_t LongRetryLimit


Constructor & Destructor Documentation

MAC_MIB::MAC_MIB Mac802_11   parent
 


Member Function Documentation

u_int32_t MAC_MIB::getLongRetryLimit   [inline]
 

u_int32_t MAC_MIB::getRTSThreshold   [inline]
 

u_int32_t MAC_MIB::getShortRetryLimit   [inline]
 


Member Data Documentation

u_int32_t MAC_MIB::ACKFailureCount
 

u_int32_t MAC_MIB::FailedCount
 

u_int32_t MAC_MIB::LongRetryLimit [private]
 

u_int32_t MAC_MIB::RTSFailureCount
 

u_int32_t MAC_MIB::RTSThreshold [private]
 

u_int32_t MAC_MIB::ShortRetryLimit [private]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.