|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211MgmtFrames_m.h>
Public Member Functions | |
| Ieee80211AuthenticationFrameBody () | |
| Ieee80211AuthenticationFrameBody (const Ieee80211AuthenticationFrameBody &other) | |
| virtual | ~Ieee80211AuthenticationFrameBody () |
| Ieee80211AuthenticationFrameBody & | operator= (const Ieee80211AuthenticationFrameBody &other) |
| virtual Ieee80211AuthenticationFrameBody * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual unsigned short | getSequenceNumber () const |
| virtual void | setSequenceNumber (unsigned short sequenceNumber) |
| virtual int | getStatusCode () const |
| virtual void | setStatusCode (int statusCode) |
| virtual bool | getIsLast () const |
| virtual void | setIsLast (bool isLast) |
Protected Member Functions | |
| bool | operator== (const Ieee80211AuthenticationFrameBody &) |
Protected Attributes | |
| unsigned short | sequenceNumber_var |
| int | statusCode_var |
| bool | isLast_var |
Private Member Functions | |
| void | copy (const Ieee80211AuthenticationFrameBody &other) |
Class generated from linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg by opp_msgc.
class Ieee80211AuthenticationFrameBody extends Ieee80211FrameBody { bodyLength = 6; unsigned short sequenceNumber; int statusCode enum(Ieee80211StatusCode); bool isLast; }
Definition at line 181 of file Ieee80211MgmtFrames_m.h.
Referenced by dup().
| Ieee80211AuthenticationFrameBody::Ieee80211AuthenticationFrameBody | ( | const Ieee80211AuthenticationFrameBody & | other | ) |
| virtual Ieee80211AuthenticationFrameBody::~Ieee80211AuthenticationFrameBody | ( | ) | [virtual] |
| void Ieee80211AuthenticationFrameBody::copy | ( | const Ieee80211AuthenticationFrameBody & | other | ) | [private] |
| virtual Ieee80211AuthenticationFrameBody* Ieee80211AuthenticationFrameBody::dup | ( | ) | const [inline, virtual] |
Reimplemented from Ieee80211FrameBody.
Definition at line 200 of file Ieee80211MgmtFrames_m.h.
{return new Ieee80211AuthenticationFrameBody(*this);}
| virtual bool Ieee80211AuthenticationFrameBody::getIsLast | ( | ) | const [virtual] |
Referenced by Ieee80211MgmtSTA::handleAuthenticationFrame().
| virtual unsigned short Ieee80211AuthenticationFrameBody::getSequenceNumber | ( | ) | const [virtual] |
| virtual int Ieee80211AuthenticationFrameBody::getStatusCode | ( | ) | const [virtual] |
Referenced by Ieee80211MgmtSTA::handleAuthenticationFrame().
| Ieee80211AuthenticationFrameBody& Ieee80211AuthenticationFrameBody::operator= | ( | const Ieee80211AuthenticationFrameBody & | other | ) |
| bool Ieee80211AuthenticationFrameBody::operator== | ( | const Ieee80211AuthenticationFrameBody & | ) | [protected] |
| virtual void Ieee80211AuthenticationFrameBody::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211FrameBody.
Referenced by doPacking().
| virtual void Ieee80211AuthenticationFrameBody::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211FrameBody.
Referenced by doUnpacking().
| virtual void Ieee80211AuthenticationFrameBody::setIsLast | ( | bool | isLast | ) | [virtual] |
| virtual void Ieee80211AuthenticationFrameBody::setSequenceNumber | ( | unsigned short | sequenceNumber | ) | [virtual] |
Referenced by Ieee80211MgmtSTA::handleAuthenticationFrame(), and Ieee80211MgmtSTA::startAuthentication().
| virtual void Ieee80211AuthenticationFrameBody::setStatusCode | ( | int | statusCode | ) | [virtual] |
bool Ieee80211AuthenticationFrameBody::isLast_var [protected] |
Definition at line 186 of file Ieee80211MgmtFrames_m.h.
unsigned short Ieee80211AuthenticationFrameBody::sequenceNumber_var [protected] |
Definition at line 184 of file Ieee80211MgmtFrames_m.h.
int Ieee80211AuthenticationFrameBody::statusCode_var [protected] |
Definition at line 185 of file Ieee80211MgmtFrames_m.h.