]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Support throughput estimation for EHT rates
authorAyala Beker <ayala.beker@intel.com>
Wed, 30 Nov 2022 15:02:46 +0000 (17:02 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 30 Nov 2022 17:23:14 +0000 (19:23 +0200)
commit9a2781f2430d1113d571478781a94963b4dd613a
tree02721d87f306348393bf2650525fa39e795824a1
parent755aaeb97fe35e4306b5ad1b756569fb37847749
wpa_supplicant: Support throughput estimation for EHT rates

Add support to consider EHT rates while calculating the estimated
throughput for scan results.

- The estimated EHT throughput uses the HE 0.8 usec GI rates from the
  relevant EHT-MCS tables from IEEE P802.11be/D2.0, 36.5.
- The minimum SNR values for EHT rates (4096-QAM) are derived by adding
  the existing minimum SNR values of 1024-QAM rates from HE tables and
  the difference between the values of minimum sensitivity levels of
  1024-QAM rates and 4096-QAM rates defined in Table 36-67 (Receiver
  minimum input level sensitivity) in IEEE P802.11be/D2.0.

Signed-off-by: Ayala Beker <ayala.beker@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/common/ieee802_11_defs.h
wpa_supplicant/scan.c