equal
deleted
inserted
replaced
91 uint16_t m_peerLinkId; |
91 uint16_t m_peerLinkId; |
92 /** |
92 /** |
93 * Present only within close frame |
93 * Present only within close frame |
94 */ |
94 */ |
95 PmpReasonCode m_reasonCode; |
95 PmpReasonCode m_reasonCode; |
|
96 friend bool operator== (const IePeerManagement & a, const IePeerManagement & b); |
96 }; |
97 }; |
97 |
98 bool operator== (const IePeerManagement & a, const IePeerManagement & b); |
98 } // namespace dot11s |
99 } // namespace dot11s |
99 } //namespace ns3 |
100 } //namespace ns3 |
100 #endif |
101 #endif |