Peer management state machine has been changed in accordance with D3.0

This commit is contained in:
Kirill Andreev
2009-04-09 14:57:44 +04:00
parent 54fdb7f909
commit 4cfcf907f1
2 changed files with 0 additions and 16 deletions

View File

@@ -278,21 +278,6 @@ PeerLink::StateMachine (PeerEvent event,PmpReasonCode reasoncode)
switch (m_state)
{
case IDLE:
switch (event)
{
case PASOPN:
m_state = LISTEN;
break;
case ACTOPN:
m_state = OPN_SNT;
SendPeerLinkOpen ();
SetRetryTimer ();
break;
default:
{}
}
break;
case LISTEN:
switch (event)
{
case CNCL:

View File

@@ -141,7 +141,6 @@ private:
/// Peer link states, see 802.11s draft 11B.3.3.1
enum PeerState {
IDLE,
LISTEN,
OPN_SNT,
CNF_RCVD,
OPN_RCVD,