]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add QCA vendor config to allow SCC with indoor channel per peer protocol
authorShivani Baranwal <shivbara@qti.qualcomm.com>
Mon, 19 Jan 2026 06:59:26 +0000 (12:29 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 23 Jan 2026 11:19:48 +0000 (13:19 +0200)
commit5e25599b77c50d532e302ee7be07df61be025fe2
tree1b3e76398ef60d5d19f983d651f99403c99b8408
parent462ee6253e5f06307b2d3505071ae608400e3e7c
Add QCA vendor config to allow SCC with indoor channel per peer protocol

Define bitmap config attribute
QCA_WLAN_VENDOR_ATTR_CONFIG_ALLOW_PEER_PROTOCOL_INDOOR_CH_STA_SCC to
support STA connected indoor channel for peer protocol like P2P
and NAN.
The bitmap definition:
- bit 0: Setting bit0 indicates to allow SCC with STA connected indoor
         channel for P2P
- bit 1: Setting bit1 indicates to allow SCC with STA connected indoor
         channel for NAN

This attribute provides more granular control over which peer to peer
protocols can operate in SCC mode with STA connected indoor channels
compared to the previously added
QCA_WLAN_VENDOR_ATTR_CONFIG_ALLOW_STA_INDOOR_CH_SCC.

Signed-off-by: Shivani Baranwal <shivbara@qti.qualcomm.com>
src/common/qca-vendor.h