#include <Ieee80211MgmtFrames_m.h>
Inheritance diagram for Ieee80211ReassociationRequestFrameBody:
Ieee80211MgmtFrames.msg
by opp_msgc. class Ieee80211ReassociationRequestFrameBody extends Ieee80211AssociationRequestFrameBody { fields: bodyLength = 26; MACAddress currentAP; };
Public Member Functions | |
Ieee80211ReassociationRequestFrameBody () | |
Ieee80211ReassociationRequestFrameBody (const Ieee80211ReassociationRequestFrameBody &other) | |
virtual | ~Ieee80211ReassociationRequestFrameBody () |
Ieee80211ReassociationRequestFrameBody & | operator= (const Ieee80211ReassociationRequestFrameBody &other) |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual MACAddress & | getCurrentAP () |
virtual const MACAddress & | getCurrentAP () const |
virtual void | setCurrentAP (const MACAddress ¤tAP_var) |
Protected Member Functions | |
bool | operator== (const Ieee80211ReassociationRequestFrameBody &) |
Protected Attributes | |
MACAddress | currentAP_var |
|
|
|
|
|
|
|
00385 {return const_cast<Ieee80211ReassociationRequestFrameBody*>(this)->getCurrentAP();}
|
|
|
|
Reimplemented from Ieee80211AssociationRequestFrameBody. |
|
Reimplemented from Ieee80211AssociationRequestFrameBody. |
|
|
|
|
|
|
|
|