qcacmn: Initial support for 11ax MBSSID IE

1. Service ready ext includes a parameter for max
BSSID indicator.
2. Beacon template includes MBSSID IE offset.
3. Vdev create and up cmds include more parameters.

Change-Id: I71214eacdaa886725b7ea8f61db3a743ba6597e9
CRs-Fixed: 2306638
Bu işleme şunda yer alıyor:
Manoj Ekbote
2018-06-06 16:52:39 -07:00
işlemeyi yapan: nshrivas
ebeveyn f318f04a83
işleme b8de937cc4
7 değiştirilmiş dosya ile 40 ekleme ve 1 silme

Dosyayı Görüntüle

@@ -279,6 +279,7 @@ struct wlan_psoc_host_chainmask_table {
* @num_phy: Number of Phy mode.
* @num_chainmask_tables: Number of chain mask tables.
* @num_dbr_ring_caps: Number of direct buf rx ring capabilities
* @max_bssid_indicator: Maximum number of VAPs in MBSS IE
* @chainmask_table: Available chain mask tables.
* @sar_version: SAR version info
*/
@@ -294,6 +295,7 @@ struct wlan_psoc_host_service_ext_param {
uint32_t num_phy;
uint32_t num_chainmask_tables;
uint32_t num_dbr_ring_caps;
uint32_t max_bssid_indicator;
struct wlan_psoc_host_chainmask_table
chainmask_table[PSOC_MAX_CHAINMASK_TABLES];
uint32_t sar_version;