Commit Graph

19671 Commits

Author SHA1 Message Date
Sébastien Deronne
607d560d72 wifi: Fix checks on HT capabilities 2024-11-28 17:32:48 +01:00
Sébastien Deronne
4a50f4e57d wifi: Move check on m_useNonErpProtection in WifiRemoteStationManager::NeedCtsToSelf 2024-11-28 17:32:48 +01:00
Sébastien Deronne
ec0fb36d6a wifi: Pass reference instead of pointer to RecipientBlockAckAgreement::FillBlockAckBitmap 2024-11-28 16:50:05 +01:00
Sébastien Deronne
403e382919 wifi: Add info about recipient in MPDU aggregator asserts 2024-11-28 16:49:12 +01:00
Sébastien Deronne
493bad6164 wifi: Ideal RAA should not build SNR threshold for invalid combination 2024-11-24 11:55:44 +01:00
Sébastien Deronne
36e8af62ac wifi: Reduce copy-paste and facilitate extensions for next standards in Minstrel HT RAA 2024-11-24 11:55:44 +01:00
Sébastien Deronne
2c00428779 wifi: Fix incorrect TX duration calculated in MinstrelHt 2024-11-24 11:55:44 +01:00
Sébastien Deronne
2a9b56874c wifi: Clarify supported GIs functions of RSM 2024-11-24 11:55:44 +01:00
Sébastien Deronne
b22b1ec470 wifi: Extend print functions for action frames 2024-11-23 10:03:01 +01:00
Sébastien Deronne
c16b9b859c wifi: Use bool instead of uint8_t for A-MSDU support flag in action headers 2024-11-23 10:03:01 +01:00
Sébastien Deronne
089c0af4ac wifi: Use bool instead of uint8_t for flags in Block Ack agreement 2024-11-23 10:03:01 +01:00
Sébastien Deronne
c6b3813f57 wifi: Cleanup printing of uint8_t in BlockAckManager 2024-11-23 10:03:01 +01:00
Sébastien Deronne
13954e5252 wifi: Remove unused function to notify Block Agreement is established at originator side 2024-11-23 10:03:01 +01:00
Sébastien Deronne
932cfdc464 wifi: Fix typo in WifiPsdu 2024-11-23 10:03:01 +01:00
Sébastien Deronne
b5845f3c68 wifi: Print PSDU content instead of its address in WifiPpdu logs 2024-11-23 10:03:01 +01:00
Sébastien Deronne
10d77a7c94 wifi: Extend print for QoS DATA frames 2024-11-23 10:03:01 +01:00
Sébastien Deronne
be87965459 wifi: Improve logs in aggregators 2024-11-23 10:03:01 +01:00
Sébastien Deronne
272fd1142f wifi: Fix log for HtFrameExchangeManager::DequeuePsdu 2024-11-23 10:03:01 +01:00
Sébastien Deronne
1c293283a7 wifi: Add missing logs in FEMs 2024-11-23 10:02:53 +01:00
Sébastien Deronne
2467f67894 wifi: Cleanup logs in getters 2024-11-23 09:10:52 +01:00
Sébastien Deronne
fcf43a37a4 wifi: Add missing const in EhtCapabilities functions 2024-11-23 09:10:52 +01:00
Sébastien Deronne
9b9e6ef3a6 wifi: Use more const references 2024-11-23 09:10:42 +01:00
Tom Henderson
af14c5f502 doc: Increase PNG conversion image quality 2024-11-22 15:10:10 +00:00
André Apitzsch
2045a6af58 build: (fixes #1156) Fix 'FindBoost module is removed' warning
See https://cmake.org/cmake/help/latest/policy/CMP0167.html for details.
2024-11-21 11:57:24 +01:00
André Apitzsch
97954dc0db lte: Add operator<<() for the several enums 2024-11-20 22:04:33 +00:00
André Apitzsch
30ab8f4900 visualizer: Fix import error if Gdk 4.0 is available 2024-11-20 21:12:13 +00:00
André Apitzsch
bd18fc28fb visualizer: Replace deprecated Gtk.TextView.modify_font 2024-11-20 21:12:13 +00:00
André Apitzsch
84d6c8880d visualizer: Replace deprecated pkg_resources 2024-11-20 21:12:13 +00:00
André Apitzsch
78264e09e5 visualizer: Fix 'SyntaxWarning: invalid escape sequence' 2024-11-20 21:12:13 +00:00
André Apitzsch
00c4053264 lte: Fix list of supported releases 2024-11-19 22:32:25 +00:00
André Apitzsch
549bdcbed8 lte: Convert BearerRequirements tuple to struct 2024-11-19 22:32:25 +00:00
André Apitzsch
427b7d7067 lte: Refactor GetRequirementsRel*()
Simplify code as support for GCC 4.9 is no longer needed.
2024-11-19 22:32:25 +00:00
André Apitzsch
d8089b5625 utils: remove unused grid.py 2024-11-18 09:58:32 +01:00
Gabriel Ferreira
d45e1afeb3 applications: Add state trace source to OnOffApplication 2024-11-14 12:53:51 +01:00
Stefano Avallone
e87bf91596 wifi: Extend retransmit test to check multi-link devices 2024-11-13 07:32:57 +00:00
Stefano Avallone
94812aad6a wifi: Add a trace source to notify of block ack agreement established 2024-11-13 07:32:57 +00:00
Stefano Avallone
a70de56280 Update CHANGES.md and RELEASE_NOTES.md 2024-11-13 07:32:57 +00:00
Stefano Avallone
c3d37203ac wifi: Add unit test to check retransmit procedure 2024-11-13 07:32:57 +00:00
Stefano Avallone
2b09c03e29 wifi: Cleanup unused function and obsolete attributes 2024-11-13 07:32:57 +00:00
Stefano Avallone
5b7eac10f9 wifi: Reuse Minstrel(Ht)WifiManager::DoNeedRetransmission() function 2024-11-13 07:32:57 +00:00
Stefano Avallone
eb82ff9c6e wifi: Do not update CW and QSRC if PIFS recovery is used 2024-11-13 07:32:57 +00:00
Stefano Avallone
e37b16e674 wifi: Increment frame retry count on Block Ack timeout 2024-11-13 07:32:57 +00:00
Stefano Avallone
00929c5766 wifi: Notify RSM of expired MPDUs that are part of a BA agreement 2024-11-13 07:32:57 +00:00
Stefano Avallone
4b3c9bb834 wifi: Increment frame retry count on internal collision 2024-11-13 07:32:57 +00:00
Stefano Avallone
5394ee025d wifi: Increment frame retry count on CTS timeout 2024-11-13 07:32:57 +00:00
Stefano Avallone
1a088e0e58 wifi: Increment frame retry count on Normal Ack timeout 2024-11-13 07:32:57 +00:00
Stefano Avallone
7307d68c41 wifi: Add functions to update frame retry count and drop MPDUs 2024-11-13 07:32:57 +00:00
Stefano Avallone
194b48ecfa wifi: Add a frame retry count for each MSDU, A-MSDU, MMPDU 2024-11-13 07:32:57 +00:00
Stefano Avallone
77170fbb68 wifi: AP considers a STA associated when Assoc Response is ack'ed 2024-11-13 07:32:57 +00:00
Stefano Avallone
16f961ac4a wifi: Free the assigned AID if the Assoc Response is dropped 2024-11-13 07:32:57 +00:00