|
ns-3
|
Describes an address unit in PREQ information element See 7.3.2.96 for more details. More...
#include <ie-dot11s-preq.h>


Public Member Functions | |
| void | SetFlags (bool doFlag, bool rfFlag, bool usnFlag) |
| void | SetDestinationAddress (Mac48Address dest_address) |
| void | SetDestSeqNumber (uint32_t dest_seq_number) |
| bool | IsDo () |
| bool | IsRf () |
| bool | IsUsn () |
| Mac48Address | GetDestinationAddress () const |
| uint32_t | GetDestSeqNumber () const |
Public Member Functions inherited from ns3::SimpleRefCount< DestinationAddressUnit > | |
| SimpleRefCount (const SimpleRefCount &o) | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
| uint32_t | GetReferenceCount (void) const |
Friends | |
| bool | operator== (const DestinationAddressUnit &a, const DestinationAddressUnit &b) |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::SimpleRefCount< DestinationAddressUnit > | |
| static void | Cleanup (void) |
Describes an address unit in PREQ information element See 7.3.2.96 for more details.