mbox series

[0/3] hostap: Tx Power Envelope also for 6GHz 11ax AP

Message ID 20210210110719.6007-1-shay.bar@celeno.com
Headers show
Series hostap: Tx Power Envelope also for 6GHz 11ax AP | expand

Message

Shay Bar Feb. 10, 2021, 11:07 a.m. UTC
According to latest IEEE802.11 spec, Transmit Power Envelope element should
also be added to 6GHz 11ax AP and is no longer called VHT Transmit Power Envelope.

Shay Bar (3):
  hostap: Remove the VHT naming from the element
  hostap: hostap: use hostapd_get_oper_chwidth
  hostap: hostap: Tx Power Envelope also for 6GHz HE AP

 src/ap/beacon.c              |  12 ++++
 src/ap/ieee802_11.c          | 112 +++++++++++++++++++++++++++++++++++
 src/ap/ieee802_11_vht.c      | 112 -----------------------------------
 src/common/ieee802_11_defs.h |   2 +-
 4 files changed, 125 insertions(+), 113 deletions(-)

Comments

Jouni Malinen Feb. 13, 2021, 10:52 p.m. UTC | #1
On Wed, Feb 10, 2021 at 01:07:16PM +0200, Shay Bar wrote:
> According to latest IEEE802.11 spec, Transmit Power Envelope element should
> also be added to 6GHz 11ax AP and is no longer called VHT Transmit Power Envelope.
> 
> Shay Bar (3):
>   hostap: Remove the VHT naming from the element
>   hostap: hostap: use hostapd_get_oper_chwidth
>   hostap: hostap: Tx Power Envelope also for 6GHz HE AP

Thanks, applied.