Re: API for WiFi Wireless Multimedia (WMM) packet tagging
Re: API for WiFi Wireless Multimedia (WMM) packet tagging
- Subject: Re: API for WiFi Wireless Multimedia (WMM) packet tagging
- From: Terry Simons <email@hidden>
- Date: Sat, 01 Dec 2012 11:54:37 -0800
Tim,
My understanding is that there is no explicit 802.11e API for managing the WMM queues. The standard *NIX socket library calls to set TOS/DSCP are the userland API (setsockopt with IP_TOS), and the kernel automatically translates these into WMM queues for you via introspection, so the bits do get set when the frame goes out on the air.
It's not a 1:1 mapping, though, since there are 4 WMM queues, and more IP TOS/DSCP categories, so you'll need to experiment to figure out the mappings, but this might be a good starting point:
You can get a monitor mode sniff using the following command, then open the resulting sniff in Wireshark to examine and verify the WMM queues on your traffic:
sudo tcpdump -i en1 -s 0 -I -y IEEE802_11_RADIO -w filename.wcap
- Terry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden