equal
deleted
inserted
replaced
391 WifiRemoteStationState* LookupState (Mac48Address address) const; |
391 WifiRemoteStationState* LookupState (Mac48Address address) const; |
392 WifiRemoteStation* Lookup (Mac48Address address, uint8_t tid) const; |
392 WifiRemoteStation* Lookup (Mac48Address address, uint8_t tid) const; |
393 /// Find a remote station by its remote address and TID taken from MAC header |
393 /// Find a remote station by its remote address and TID taken from MAC header |
394 WifiRemoteStation* Lookup (Mac48Address address, const WifiMacHeader *header) const; |
394 WifiRemoteStation* Lookup (Mac48Address address, const WifiMacHeader *header) const; |
395 WifiMode GetControlAnswerMode (Mac48Address address, WifiMode reqMode); |
395 WifiMode GetControlAnswerMode (Mac48Address address, WifiMode reqMode); |
396 uint32_t GetNFragments (Ptr<const Packet> packet); |
396 |
|
397 void DoSetFragmentationThreshold (uint32_t threshold); |
|
398 uint32_t DoGetFragmentationThreshold (void) const; |
|
399 uint32_t GetNFragments (const WifiMacHeader *header, Ptr<const Packet> packet); |
397 |
400 |
398 typedef std::vector <WifiRemoteStation *> Stations; |
401 typedef std::vector <WifiRemoteStation *> Stations; |
399 typedef std::vector <WifiRemoteStationState *> StationStates; |
402 typedef std::vector <WifiRemoteStationState *> StationStates; |
400 |
403 |
401 StationStates m_states; |
404 StationStates m_states; |