|
@@ -165,12 +165,14 @@ 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_WIFI_POS_ID: wifi positioning
|
|
|
* @WLAN_DFS_ID: DFS operations
|
|
|
* @WLAN_P2P_ID: P2P operations
|
|
|
* @WLAN_TDLS_SB_ID: TDLS Southbound operations
|
|
|
* @WLAN_TDLS_NB_ID: TDLS Northbound operations
|
|
|
* @WLAN_ATF_ID: Airtime Fairness operations
|
|
|
* @WLAN_CRYPTO_ID: Crypto service operation
|
|
|
+ * @WLAN_NAN_ID: nan operations
|
|
|
* @WLAN_REF_ID_MAX: Max id used to generate ref count tracking array
|
|
|
*/
|
|
|
typedef enum {
|
|
@@ -194,6 +196,7 @@ typedef enum {
|
|
|
WLAN_TDLS_NB_ID = 17,
|
|
|
WLAN_ATF_ID = 18,
|
|
|
WLAN_CRYPTO_ID = 19,
|
|
|
+ WLAN_NAN_ID = 20,
|
|
|
WLAN_REF_ID_MAX,
|
|
|
} wlan_objmgr_ref_dbgid;
|
|
|
|