#include <Ieee80211MgmtFrames_m.h>
Inheritance diagram for Ieee80211AuthenticationFrame:
Ieee80211MgmtFrames.msg
by opp_msgc. message Ieee80211AuthenticationFrame extends Ieee80211ManagementFrame { fields: type = ST_AUTHENTICATION; byteLength = 34+getBody().getBodyLength(); Ieee80211AuthenticationFrameBody body; };
Public Member Functions | |
Ieee80211AuthenticationFrame (const char *name=NULL, int kind=0) | |
Ieee80211AuthenticationFrame (const Ieee80211AuthenticationFrame &other) | |
virtual | ~Ieee80211AuthenticationFrame () |
Ieee80211AuthenticationFrame & | operator= (const Ieee80211AuthenticationFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual Ieee80211AuthenticationFrameBody & | getBody () |
virtual const Ieee80211AuthenticationFrameBody & | getBody () const |
virtual void | setBody (const Ieee80211AuthenticationFrameBody &body_var) |
Protected Member Functions | |
bool | operator== (const Ieee80211AuthenticationFrame &) |
Protected Attributes | |
Ieee80211AuthenticationFrameBody | body_var |
|
|
|
|
|
|
|
Reimplemented from Ieee80211ManagementFrame. 00572 {return new Ieee80211AuthenticationFrame(*this);}
|
|
00578 {return const_cast<Ieee80211AuthenticationFrame*>(this)->getBody();}
|
|
|
|
Reimplemented from Ieee80211ManagementFrame. |
|
Reimplemented from Ieee80211ManagementFrame. |
|
|
|
|
|
|
|
|