|
@@ -3354,6 +3354,7 @@ struct wmi_unit_test_cmd {
|
|
* @channel: channel
|
|
* @channel: channel
|
|
* @frame_len: frame length, includs mac header, fixed params and ies
|
|
* @frame_len: frame length, includs mac header, fixed params and ies
|
|
* @frame_buf: buffer contaning probe response or beacon
|
|
* @frame_buf: buffer contaning probe response or beacon
|
|
|
|
+ * @is_same_bssid: flag to indicate if roaming is requested for same bssid
|
|
*/
|
|
*/
|
|
struct wmi_roam_invoke_cmd {
|
|
struct wmi_roam_invoke_cmd {
|
|
uint32_t vdev_id;
|
|
uint32_t vdev_id;
|
|
@@ -3361,6 +3362,7 @@ struct wmi_roam_invoke_cmd {
|
|
uint32_t channel;
|
|
uint32_t channel;
|
|
uint32_t frame_len;
|
|
uint32_t frame_len;
|
|
uint8_t *frame_buf;
|
|
uint8_t *frame_buf;
|
|
|
|
+ uint8_t is_same_bssid;
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|