[PATCH] hostapd: add HE cross check

Aloka Dixit alokad at codeaurora.org
Wed Apr 28 23:54:14 BST 2021


On 2021-04-28 15:50, Aloka Dixit wrote:
> From: Miles Hu <milehu at codeaurora.org>
> 
> Cross check between firmware and hostapd config capabilities.
> 
> Signed-off-by: Miles Hu <milehu at codeaurora.org>
> ---
>  src/ap/hw_features.c         | 53 
> ++++++++++++++++++++++++++++++++++++++++++++
>  src/common/ieee802_11_defs.h | 12 +++++++++-
>  2 files changed, 64 insertions(+), 1 deletion(-)
> 
> diff --git a/src/ap/hw_features.c b/src/ap/hw_features.c
> index fec1a78..f1d8418 100644
> --- a/src/ap/hw_features.c
> +++ b/src/ap/hw_features.c

> +#define HE_PHYCAP_SPR_SR_CAPB_IDX	7
> +#define HE_PHYCAP_SPR_SR_CAPB		((u8) BIT(0))
> +
>  #define HE_PHYCAP_PPE_THRESHOLD_PRESENT_IDX	6
>  #define HE_PHYCAP_PPE_THRESHOLD_PRESENT		((u8) BIT(7))


Please ignore this patch, it was sent by mistake.



More information about the Hostap mailing list