|
@@ -6761,6 +6761,12 @@ typedef struct {
|
|
|
A_UINT32 vdev_assoc_id;
|
|
|
/** bssid of the BSS the VDEV is joining */
|
|
|
wmi_mac_addr vdev_bssid;
|
|
|
+ /** bssid of transmitted AP (mbssid case) */
|
|
|
+ wmi_mac_addr trans_bssid;
|
|
|
+ /** the profile index of the connected non-trans ap (mbssid case). 0 means invalid */
|
|
|
+ A_UINT32 profile_idx;
|
|
|
+ /** the total profile numbers of non-trans aps (mbssid case). 0 means legacy AP */
|
|
|
+ A_UINT32 profile_num;
|
|
|
} wmi_vdev_up_cmd_fixed_param;
|
|
|
|
|
|
typedef struct {
|