#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 |
Ieee80211AuthenticationFrame::Ieee80211AuthenticationFrame | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Ieee80211AuthenticationFrame::Ieee80211AuthenticationFrame | ( | const Ieee80211AuthenticationFrame & | other | ) |
virtual Ieee80211AuthenticationFrame::~Ieee80211AuthenticationFrame | ( | ) | [virtual] |
virtual cPolymorphic* Ieee80211AuthenticationFrame::dup | ( | ) | const [inline, virtual] |
virtual const Ieee80211AuthenticationFrameBody& Ieee80211AuthenticationFrame::getBody | ( | ) | const [inline, virtual] |
virtual Ieee80211AuthenticationFrameBody& Ieee80211AuthenticationFrame::getBody | ( | ) | [virtual] |
virtual void Ieee80211AuthenticationFrame::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211ManagementFrame.
virtual void Ieee80211AuthenticationFrame::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211ManagementFrame.
Ieee80211AuthenticationFrame& Ieee80211AuthenticationFrame::operator= | ( | const Ieee80211AuthenticationFrame & | other | ) |
bool Ieee80211AuthenticationFrame::operator== | ( | const Ieee80211AuthenticationFrame & | ) | [protected] |
virtual void Ieee80211AuthenticationFrame::setBody | ( | const Ieee80211AuthenticationFrameBody & | body_var | ) | [virtual] |