|
@@ -165,6 +165,7 @@ typedef void (*wlan_objmgr_peer_status_handler)(
|
|
|
* @WLAN_PMO_ID: power manager offload (PMO) ID
|
|
|
* @WLAN_LEGACY_SME_ID: Legacy SME operations
|
|
|
* @WLAN_SCAN_ID: scan operations
|
|
|
+ * @WLAN_DFS_ID: DFS operations
|
|
|
* @WLAN_REF_ID_MAX: Max id used to generate ref count tracking array
|
|
|
*/
|
|
|
typedef enum {
|
|
@@ -182,6 +183,7 @@ typedef enum {
|
|
|
WLAN_LEGACY_SME_ID = 11,
|
|
|
WLAN_SCAN_ID = 12,
|
|
|
WLAN_WIFI_POS_ID = 13,
|
|
|
+ WLAN_DFS_ID = 14,
|
|
|
WLAN_REF_ID_MAX,
|
|
|
} wlan_objmgr_ref_dbgid;
|
|
|
|