]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
NAN: Fix enumeration value of NAN_ATTR_EXT_P2P_OPER
authorIlan Peer <ilan.peer@intel.com>
Tue, 23 Dec 2025 11:45:50 +0000 (13:45 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 29 Jan 2026 10:31:55 +0000 (12:31 +0200)
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/common/nan.h

index 07f46daa3e8c49b4d385c73dedfa49b59bb09090..03c6d6df4032912528a4259a4cbdc23dc3b6df6d 100644 (file)
@@ -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 */