wifi-nan: Fix length for availability attribute

Issue reported by Behzad Mokhtari

Fix #17431


(cherry picked from commit b716e2f1a2)
This commit is contained in:
Alexis La Goutte 2021-06-09 19:43:02 +00:00
parent ad6a337dde
commit 64bedfad27
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static dissector_table_t ie_handle_table;
#define NAN_DEVICE_CAP_LENGTH 9
#define NAN_NDP_MIN_LENGTH 11
#define NAN_NDPE_MIN_LENGTH 11
#define NAN_AVAILABILITY_MIN_LENGTH 10
#define NAN_AVAILABILITY_MIN_LENGTH 8
#define NAN_NDC_MIN_LENGTH 11
#define NAN_NDL_MIN_LENGTH 4
#define NAN_NDL_QOS_LENGTH 3