mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-10-23 00:47:14 +08:00
master

1. Make sure that device is able to recieve action management frames of size more than 1400 bytes. 2. Add support to receive broadcast frames in ROC (Remain on Channel) This commit adds the support to receive broadcast frames in ROC Rx callback. Some use cases may need to receive broadcast packets for discovery of other peers. * This can be enabled/disabled through 'no_broadcast' flag in 'wifi_roc_req_t' structure. * In default configration, broadcast packets will always be passed to the Rx callback. If you want to save CPU computation and avoid receiving broadcast packets, set 'no_broadcast=true'. 3. Add support to set BSSID address (A3) in esp_wifi_action_tx_req().
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
Description
Languages
Shell
100%