From 805920dc687239b936010fbc4c4fbe800ac9b30e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 17 Sep 2021 08:21:49 -0500 Subject: [PATCH] monitor: print OCVC bit in RSNE --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index f705aa9c..191ebf02 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -698,7 +698,7 @@ static const char *rsn_capabilities_bitfield[] = { "SPP A-MSDU Required", "PBAC", "Extended Key ID for Individually Addressed Frames", - "Reserved", + "Operating Channel Validation Capable", "Reserved", NULL };