Sarvesh Bodakhe 54e2104148 fix(nan): accept availability time bitmap period > 512 TU (476549c)
Some peers encode committed availability with Time Bitmap Control
period 1024 TU and 5-6 byte bitmaps. The parser required the bitmap span
to equal the period and truncated the 9-bit start offset, rejecting every
such entry; with no committed entry left, secured NDP setup was rejected
with NDL_UNACCEPTABLE. Accept any bitmap not longer than the period per
Wi-Fi Aware v4.0 Table 97, fold periods > 512 TU into the 512 TU window,
and apply the full start offset.
2026-08-06 17:25:04 +05:30
2016-11-08 15:09:28 +08:00

ESP32 WiFi Stack Libraries
====================

This repository contains binary libraries supporting the ESP32 series RF subsystems. It is used as a submodule within `Espressif IoT Development Framework`_ (ESP-IDF).

Files in this repository are Copyright (C) 2015-2016 Espressif Systems.

These binary libraries are provided under the same license as the parent esp-idf project - the Apache License 2.0 as provided in the file LICENSE. (The license text refers to this as "Object" form.)

.. _Espressif IoT Development Framework: https://github.com/espressif/esp-idf
S
Description
Mirror of https://github.com/espressif/esp32-wifi-lib.git for ESP-IDF submodules
Readme Apache-2.0
2.1 GiB
Languages
Shell 100%