INET Framework for OMNeT++/OMNEST
inet::ieee80211::Ieee80211DeauthenticationFrameBody Class Reference

Class generated from inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg:169 by nedtool. More...

#include <Ieee80211MgmtFrames_m.h>

Inheritance diagram for inet::ieee80211::Ieee80211DeauthenticationFrameBody:
inet::ieee80211::Ieee80211FrameBody

Public Member Functions

 Ieee80211DeauthenticationFrameBody ()
 
 Ieee80211DeauthenticationFrameBody (const Ieee80211DeauthenticationFrameBody &other)
 
virtual ~Ieee80211DeauthenticationFrameBody ()
 
Ieee80211DeauthenticationFrameBodyoperator= (const Ieee80211DeauthenticationFrameBody &other)
 
virtual Ieee80211DeauthenticationFrameBodydup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getReasonCode () const
 
virtual void setReasonCode (int reasonCode)
 
- Public Member Functions inherited from inet::ieee80211::Ieee80211FrameBody
 Ieee80211FrameBody ()
 
 Ieee80211FrameBody (const Ieee80211FrameBody &other)
 
virtual ~Ieee80211FrameBody ()
 
Ieee80211FrameBodyoperator= (const Ieee80211FrameBody &other)
 
virtual short getBodyLength () const
 
virtual void setBodyLength (short bodyLength)
 

Protected Member Functions

bool operator== (const Ieee80211DeauthenticationFrameBody &)
 
- Protected Member Functions inherited from inet::ieee80211::Ieee80211FrameBody
bool operator== (const Ieee80211FrameBody &)
 

Protected Attributes

int reasonCode
 
- Protected Attributes inherited from inet::ieee80211::Ieee80211FrameBody
short bodyLength
 

Private Member Functions

void copy (const Ieee80211DeauthenticationFrameBody &other)
 

Detailed Description

Class generated from inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg:169 by nedtool.

//
// De-authentication frame body format
//
class Ieee80211DeauthenticationFrameBody extends Ieee80211FrameBody
{
    bodyLength = 2;
    int reasonCode @enum(Ieee80211ReasonCode);
}

Constructor & Destructor Documentation

inet::ieee80211::Ieee80211DeauthenticationFrameBody::Ieee80211DeauthenticationFrameBody ( )
inet::ieee80211::Ieee80211DeauthenticationFrameBody::Ieee80211DeauthenticationFrameBody ( const Ieee80211DeauthenticationFrameBody other)
virtual inet::ieee80211::Ieee80211DeauthenticationFrameBody::~Ieee80211DeauthenticationFrameBody ( )
virtual

Member Function Documentation

void inet::ieee80211::Ieee80211DeauthenticationFrameBody::copy ( const Ieee80211DeauthenticationFrameBody other)
private
virtual Ieee80211DeauthenticationFrameBody* inet::ieee80211::Ieee80211DeauthenticationFrameBody::dup ( ) const
inlineoverridevirtual
virtual int inet::ieee80211::Ieee80211DeauthenticationFrameBody::getReasonCode ( ) const
virtual
Ieee80211DeauthenticationFrameBody& inet::ieee80211::Ieee80211DeauthenticationFrameBody::operator= ( const Ieee80211DeauthenticationFrameBody other)
bool inet::ieee80211::Ieee80211DeauthenticationFrameBody::operator== ( const Ieee80211DeauthenticationFrameBody )
protected
virtual void inet::ieee80211::Ieee80211DeauthenticationFrameBody::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual
virtual void inet::ieee80211::Ieee80211DeauthenticationFrameBody::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Member Data Documentation

int inet::ieee80211::Ieee80211DeauthenticationFrameBody::reasonCode
protected

The documentation for this class was generated from the following file: