INET Framework for OMNeT++/OMNEST
|
Class generated from inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg:158
by nedtool.
More...
#include <Ieee80211MgmtFrames_m.h>
Protected Member Functions | |
bool | operator== (const Ieee80211AuthenticationFrameBody &) |
Protected Member Functions inherited from inet::ieee80211::Ieee80211FrameBody | |
bool | operator== (const Ieee80211FrameBody &) |
Protected Attributes | |
unsigned short | sequenceNumber |
int | statusCode |
bool | isLast |
Protected Attributes inherited from inet::ieee80211::Ieee80211FrameBody | |
short | bodyLength |
Private Member Functions | |
void | copy (const Ieee80211AuthenticationFrameBody &other) |
Class generated from inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg:158
by nedtool.
// // Authentication frame body format. // // Note: the "isLast" field is not part of the standard. // The authentication procedure is simulated by this model by exchanging // a number of "dummy" authentication frames without real contents; // the "isLast" field gets set by the AP to signal the STA that // the authentication procedure has completed and it does not need to // send any more Authentication frames. // class Ieee80211AuthenticationFrameBody extends Ieee80211FrameBody { bodyLength = 6; // add 2+len bytes for challenge text if present unsigned short sequenceNumber; int statusCode @enum(Ieee80211StatusCode); bool isLast; // not part of the standard; see above }
inet::ieee80211::Ieee80211AuthenticationFrameBody::Ieee80211AuthenticationFrameBody | ( | ) |
inet::ieee80211::Ieee80211AuthenticationFrameBody::Ieee80211AuthenticationFrameBody | ( | const Ieee80211AuthenticationFrameBody & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::ieee80211::Ieee80211FrameBody.
|
virtual |
|
virtual |
|
virtual |
Ieee80211AuthenticationFrameBody& inet::ieee80211::Ieee80211AuthenticationFrameBody::operator= | ( | const Ieee80211AuthenticationFrameBody & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211FrameBody.
Referenced by inet::ieee80211::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::ieee80211::Ieee80211FrameBody.
Referenced by inet::ieee80211::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |