mbox series

[0/4] ACS: complete ACS functionality

Message ID 20231222045911.27999-1-michael-cy.lee@mediatek.com
Headers show
Series ACS: complete ACS functionality | expand

Message

Michael-CY Lee Dec. 22, 2023, 4:59 a.m. UTC
These patches complete ACS functionality by:
1. add 40- MHz support in 2 GHz band.
2. fix the problem that ACS is not selecting the best channel in the
   segment.
3. extend the 320 MHz support so that
   - an option is added for user to specify perferred channelization in
     320 MHz (320 MHz-1, 320 MHz-2 or both are OK)
   - the 320 MHz channelization chosen by ACS can be derived.

Michael-CY Lee (4):
  ACS: Add 40- MHz support in 2GHz band.
  ACS: Fix ACS not selecting the best channel in the segment
  hostapd: add eht_bw320_offset configuration option
  ACS: Extend the 320 MHz support

 hostapd/config_file.c  |   2 +
 hostapd/hostapd.conf   |   8 +++
 src/ap/acs.c           | 142 ++++++++++++++++++++++++++++-------------
 src/ap/ap_config.c     |   6 ++
 src/ap/ap_config.h     |  38 +++++++++++
 src/ap/ctrl_iface_ap.c |  11 ++++
 src/ap/drv_callbacks.c |   2 +
 7 files changed, 166 insertions(+), 43 deletions(-)

Comments

Jouni Malinen Dec. 23, 2023, 2:55 p.m. UTC | #1
On Fri, Dec 22, 2023 at 12:59:07PM +0800, Michael-CY Lee wrote:
> These patches complete ACS functionality by:
> 1. add 40- MHz support in 2 GHz band.
> 2. fix the problem that ACS is not selecting the best channel in the
>    segment.
> 3. extend the 320 MHz support so that
>    - an option is added for user to specify perferred channelization in
>      320 MHz (320 MHz-1, 320 MHz-2 or both are OK)
>    - the 320 MHz channelization chosen by ACS can be derived.
> 
> Michael-CY Lee (4):
>   ACS: Add 40- MHz support in 2GHz band.
>   ACS: Fix ACS not selecting the best channel in the segment
>   hostapd: add eht_bw320_offset configuration option
>   ACS: Extend the 320 MHz support

Thanks, applied with some cleanup and fixes.