Update SA Query transaction id length based on IEEE 802.11w/D8.0
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 6 May 2009 15:57:17 +0000 (18:57 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 6 May 2009 15:57:17 +0000 (18:57 +0300)
IEEE 802.11w/D8.0 changed the length of the SA Query transaction
identifier from 16 to 2 octets.

src/common/ieee802_11_defs.h

index 5db8fc2..bdde836 100644 (file)
 #define WLAN_ACTION_SA_QUERY 8
 #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_RESPONSE 1
 
-#define WLAN_SA_QUERY_TR_ID_LEN 16
+#define WLAN_SA_QUERY_TR_ID_LEN 2
 
 /* Timeout Interval Type */
 #define WLAN_TIMEOUT_REASSOC_DEADLINE 1