|
@@ -59,12 +59,14 @@ enum wlan_serialization_cb_reason {
|
|
|
/**
|
|
|
* struct wlan_serialization_scan_info - Information needed for scan cmd
|
|
|
* @is_cac_in_progress: boolean to check the cac status
|
|
|
+ * @is_tdls_in_progress: boolean to check the tdls status
|
|
|
*
|
|
|
* This information is needed for scan command from other components
|
|
|
* to apply the rules and check whether the cmd is allowed or not
|
|
|
*/
|
|
|
struct wlan_serialization_scan_info {
|
|
|
bool is_cac_in_progress;
|
|
|
+ bool is_tdls_in_progress;
|
|
|
};
|
|
|
|
|
|
/**
|