Browse Source

Update SA Query transaction id length based on IEEE 802.11w/D8.0

IEEE 802.11w/D8.0 changed the length of the SA Query transaction
identifier from 16 to 2 octets.
Jouni Malinen 16 years ago
parent
commit
4209a95df5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/ieee802_11_defs.h

+ 2 - 2
src/common/ieee802_11_defs.h

@@ -219,11 +219,11 @@
 #define WLAN_ACTION_SA_QUERY 8
 #define WLAN_ACTION_SA_QUERY 8
 #define WLAN_ACTION_WMM 17 /* WMM Specification 1.1 */
 #define WLAN_ACTION_WMM 17 /* WMM Specification 1.1 */
 
 
-/* SA Query Action frame (IEEE 802.11w/D7.0, 7.4.9) */
+/* SA Query Action frame (IEEE 802.11w/D8.0, 7.4.9) */
 #define WLAN_SA_QUERY_REQUEST 0
 #define WLAN_SA_QUERY_REQUEST 0
 #define WLAN_SA_QUERY_RESPONSE 1
 #define WLAN_SA_QUERY_RESPONSE 1
 
 
-#define WLAN_SA_QUERY_TR_ID_LEN 16
+#define WLAN_SA_QUERY_TR_ID_LEN 2
 
 
 /* Timeout Interval Type */
 /* Timeout Interval Type */
 #define WLAN_TIMEOUT_REASSOC_DEADLINE 1
 #define WLAN_TIMEOUT_REASSOC_DEADLINE 1