|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211MgmtSta.h>
Public Member Functions | |
| ApInfo () | |
Public Attributes | |
| int | channel |
| MacAddress | address |
| std::string | ssid |
| Ieee80211SupportedRatesElement | supportedRates |
| simtime_t | beaconInterval |
| double | rxPower |
| bool | isAuthenticated |
| int | authSeqExpected |
| cMessage * | authTimeoutMsg |
|
inline |
| MacAddress inet::ieee80211::Ieee80211MgmtSta::ApInfo::address |
Referenced by inet::ieee80211::Ieee80211MgmtSta::handleAssociationResponseFrame(), inet::ieee80211::Ieee80211MgmtSta::handleTimer(), inet::ieee80211::operator<<(), inet::ieee80211::Ieee80211MgmtSta::sendAuthenticationConfirm(), inet::ieee80211::Ieee80211MgmtSta::sendScanConfirm(), inet::ieee80211::Ieee80211MgmtSta::startAssociation(), inet::ieee80211::Ieee80211MgmtSta::startAuthentication(), and inet::ieee80211::Ieee80211MgmtSta::storeAPInfo().
| int inet::ieee80211::Ieee80211MgmtSta::ApInfo::authSeqExpected |
| cMessage* inet::ieee80211::Ieee80211MgmtSta::ApInfo::authTimeoutMsg |
| simtime_t inet::ieee80211::Ieee80211MgmtSta::ApInfo::beaconInterval |
| int inet::ieee80211::Ieee80211MgmtSta::ApInfo::channel |
| bool inet::ieee80211::Ieee80211MgmtSta::ApInfo::isAuthenticated |
Referenced by inet::ieee80211::Ieee80211MgmtSta::handleAuthenticationFrame(), inet::ieee80211::Ieee80211MgmtSta::handleDeauthenticationFrame(), inet::ieee80211::operator<<(), inet::ieee80211::Ieee80211MgmtSta::processDeauthenticateCommand(), inet::ieee80211::Ieee80211MgmtSta::startAssociation(), and inet::ieee80211::Ieee80211MgmtSta::startAuthentication().
| double inet::ieee80211::Ieee80211MgmtSta::ApInfo::rxPower |
| std::string inet::ieee80211::Ieee80211MgmtSta::ApInfo::ssid |
| Ieee80211SupportedRatesElement inet::ieee80211::Ieee80211MgmtSta::ApInfo::supportedRates |