I am using Ubuntu 24.04 with intel WiFi. Below is output of
Code:
-network
description: Wireless interface
product: Dual Band Wireless-AC 3165 Plus Bluetooth
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:05:00.0
logical name: wlp5s0
version: 99
serial: xxxxxxxxxxx
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=6.8.0-47-generic firmware=29.4063824552.0 7265D-29.ucode ip=192.168.100.10 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:148 memory:f2100000-f2101fff
Below are relevant WMM parameters from AP using commandOutput truncated
Code:
----------------------
WMM: * Parameter version 1
* u-APSD
* BE: CW 15-1023, AIFSN 3
* BK: CW 15-1023, AIFSN 7
* VI: CW 7-15, AIFSN 2, TXOP 3008 usec
* VO: CW 3-7, AIFSN 2, TXOP 1504 usec
----------------------
I have come to know that WiFi has 802.11e which are QoS enhancements for WiFi. One of the feature is that it defines four classes to prioritize traffic. I understand that but Ive not found any information on Internet about how to do that on our PC/laptop. I know we can set that option in WiFi modems but how to do it in Ubuntu. Also in Ethernet there is only one way to mark a frame for certain treatment and that is via 802.1p (COS in VLAN Tagging). So does it mean that PC/Laptop should mark WiFi frames with certain QoS value so that it is treated as per defined criteria in AP? Does it mean creating VLAN interfaces on Ubuntu? Moreover, if end user tags the frames then AP should also be configured for VLAN tagging.
Has anyone ever done it on Ubuntu (or for that matter even on Windows) ?
Thanks for any thoughts.