First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

802.11n aggregation

IEEE802.11n introduced two methods to combine multiple IP payloads in a single wifi packet.
- are these payloads separated in the wifi adapter, in the driver or in the Linux kernel?
- are those super-packets visible at the wireshark level? If yes, where can I find an example capture file?
- if they are separated in the driver or in the adapter, pseudo-headers must be created. How are managed the sequence number (SN) in the pseudo-headers?

Thanks

dega's avatar
3
dega
asked 2019-03-12 21:41:25 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I believe you are talking about A-MDPU and A-MSDU aggregation in 802.11n. If that is the case, then regarding your second question, use the folloiwng links to download example capture files for A-MPDU and A-MSDU:

https://drive.google.com/open?id=1OIy...

https://drive.google.com/open?id=1q-9...

Hope that helps

Amato_C's avatar
1.2k
Amato_C
answered 2019-03-13 19:01:10 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks for your answer Amato Yes, I was asking about A-MSDU and A_MPDU. But before I dig into the capture files, I would like to look at the big picture. Where are the aggregated payloads de-aggregated?

dega's avatar dega (2019-03-13 21:05:57 +0000) edit

Sorry, I am not certain where the aggregation takes place (WiFi driver, Linux kernel, or WiFi adapter).

Amato_C's avatar Amato_C (2019-03-14 19:05:29 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer