[PATCH 01/35] NAN: Fix enumeration value of NAN_ATTR_EXT_P2P_OPER

Andrei Otcheretianski andrei.otcheretianski at intel.com
Mon Oct 20 05:27:36 PDT 2025


From: Ilan Peer <ilan.peer at intel.com>

Signed-off-by: Ilan Peer <ilan.peer at intel.com>
---
 src/common/nan.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/nan.h b/src/common/nan.h
index 19ab746871..e3985fb815 100644
--- a/src/common/nan.h
+++ b/src/common/nan.h
@@ -37,7 +37,7 @@ enum nan_attr_id {
 	NAN_ATTR_FTM_RANGING_REPORT = 0x1C,
 	NAN_ATTR_ELEM_CONTAINER = 0x1D,
 	NAN_ATTR_EXT_WLAN_INFRA = 0x1E,
-	NAN_ATTR_EXT_P2P_OPER = 0x1FE,
+	NAN_ATTR_EXT_P2P_OPER = 0x1F,
 	NAN_ATTR_EXT_IBSS = 0x20,
 	NAN_ATTR_EXT_MESH = 0x21,
 	NAN_ATTR_CSIA = 0x22, /* Cipher Suite Info attribute */
-- 
2.49.0




More information about the Hostap mailing list