commit | b83596e8e6de327fef5ee40d988f430e903a09a9 | [log] [tgz] |
---|---|---|
author | maheshkkv <maheshkkv@google.com> | Thu Dec 14 16:35:41 2023 -0800 |
committer | maheshkkv <maheshkkv@google.com> | Thu Dec 14 16:35:41 2023 -0800 |
tree | 9d937c2bfb8c95a6f13103b256c2f73e5b51db29 | |
parent | ba4e0aa3bd611e9d2afd0d8f74494a009b6213ec [diff] |
Make TWT wake interval 64 bit As the TWT Wake Interval Mantissa is a 2-byte field and TWT Wake Interval Exponent is a 5-bit field, Maximum TWT Wake Interval = 65,535 x [2^31] microseconds. So make TWT wake inteval 64 bit to avoid overflow. Bug: 296108122 Test: m Change-Id: Ib4736a98f50abd1b8d63e3c5fa32b2c540bbcb0f