]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Add initial support for 6 GHz band
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Wed, 19 Jun 2019 12:49:11 +0000 (15:49 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 15 Oct 2019 12:39:22 +0000 (15:39 +0300)
commitd7c2c5c98c4f62b06e46262b7bb0e6a068c4b8d4
tree917a381fe26282a57a8a844c72bb67864e8a69ee
parenta5b2faa714e918cb7f81bdf398dd4fa80c9115cb
AP: Add initial support for 6 GHz band

Add support for new hardware mode for 6 GHz band. 6 GHz operation is
defined in IEEE P802.11ax/D4.3. 6 GHz band adds global operating classes
131-135 that define channels in frequency range from 5940 MHz to 7105
MHz.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
- Remove HOSTAPD_MODE_IEEE80211AX mode
- Replace check for HOSTAPD_MODE_IEEE80211AX with is_6ghz_freq()
- Move center_idx_to_bw_6ghz() to ieee802_11_common.c file

Signed-off-by: Vamsi Krishna <vamsin@codeaurora.org>
hostapd/hostapd.conf
src/common/hw_features_common.c
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h