Re: [PATCH v5 4/4] P2P: Do not use collocated scan logic when scanning 6GHz

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Apr 24, 2022 at 12:57:55PM +0300, Ilan Peer wrote:
> Passively scan 6GHz channels during P2P find full scan as
> P2P GOs are not expected to be published in RNR or other
> APs on the 2GHz and 5GHz bands.

> diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c
> @@ -444,8 +444,16 @@ static int wpas_p2p_scan(void *ctx, enum p2p_scan_type type, int freq,
> -	if (!wpa_s->conf->p2p_6ghz_disable)
> +	if (!wpa_s->conf->p2p_6ghz_disable) {
>  		params->p2p_include_6ghz = include_6ghz;
> +
> +		/*
> +		 * passively scan non PSC channels without relying on collocated
> +		 * logic
> +		 */
> +		params->non_coloc_6ghz = include_6ghz;
> +	}

This sounds very incorrect. Why would a P2P device scan for non-PSC
channels on the 6 GHz band? The P2P GO would be a 6 GHz-only AP and as
such, such set the primary 20 MHz to coincide with a PSC based on IEEE
Std 802.11ax-2021 expectations.

-- 
Jouni Malinen                                            PGP id EFC895FA

_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux