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.