From b5cf6d709476f1e3313f21d65cef10ab28183eab Mon Sep 17 00:00:00 2001 From: Andrey Mazo Date: Thu, 30 Apr 2009 07:37:01 +0400 Subject: [PATCH] Changed IE Element IDs according to open80211s implementation. --- src/devices/mesh/wifi-information-element.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/devices/mesh/wifi-information-element.h b/src/devices/mesh/wifi-information-element.h index 572ea29f2..233f9849f 100644 --- a/src/devices/mesh/wifi-information-element.h +++ b/src/devices/mesh/wifi-information-element.h @@ -56,11 +56,11 @@ enum WifiElementId { IE11S_PROXY_UPDATE_CONFIRMATION = 39, IE11S_MSCIE = 40, IE11S_MSAIE = 41, - IE11S_PEERING_PROTOCOL = 42, + IE11S_PEERING_PROTOCOL = 74, /* this ID are compatible with open80211s implementation */ IE11S_MESH_CONFIGURATION = 51, IE11S_MESH_ID = 52, - IE11S_PEER_LINK_MANAGEMENT = 53, + IE11S_PEER_LINK_MANAGEMENT = 55, /* 54 - 67 */ IE11S_PREQ = 68, IE11S_PREP = 69,