summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/wma/src/wma_features.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c
index 231e757a4af6..4d05cea8c718 100644
--- a/core/wma/src/wma_features.c
+++ b/core/wma/src/wma_features.c
@@ -2359,6 +2359,16 @@ static const u8 *wma_wow_wake_reason_str(A_INT32 wake_reason)
return "ACTION_FRAME_RECV";
case WOW_REASON_BPF_ALLOW:
return "WOW_REASON_BPF_ALLOW";
+ case WOW_REASON_NAN_DATA:
+ return "WOW_REASON_NAN_DATA";
+ case WOW_REASON_TDLS_CONN_TRACKER_EVENT:
+ return "WOW_REASON_TDLS_CONN_TRACKER_EVENT";
+ case WOW_REASON_CRITICAL_LOG:
+ return "WOW_REASON_CRITICAL_LOG";
+ case WOW_REASON_P2P_LISTEN_OFFLOAD:
+ return "WOW_REASON_P2P_LISTEN_OFFLOAD";
+ case WOW_REASON_NAN_EVENT_WAKE_HOST:
+ return "WOW_REASON_NAN_EVENT_WAKE_HOST";
}
return "unknown";
}