support Wi-Fi Aware (NAN) on ESP32S3

Pixellord
Posts: 13
Joined: Wed Feb 15, 2023 8:58 am

support Wi-Fi Aware (NAN) on ESP32S3

Postby Pixellord » Sun Apr 21, 2024 4:19 pm

Hi,

Based on what I found in ESP-IDF 5.1.3 and 5.2.1, it seems that Wi-Fi Aware or NAN (Neighbor Awareness Networking) is only supported on ESP32 and ESP32S2.

See this example: https://github.com/espressif/esp-idf/tr ... _publisher
and the code below

Code: Select all

typedef enum {
    WIFI_IF_STA = ESP_IF_WIFI_STA,
    WIFI_IF_AP  = ESP_IF_WIFI_AP,
#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2)
    WIFI_IF_NAN = ESP_IF_WIFI_NAN,
#endif
    WIFI_IF_MAX
} wifi_interface_t;
Is there any reason why NAN is not supported on ESP32S3? is it planned to support NAN on ESP32S3 in the future?

Many thanks

liaifat85
Posts: 200
Joined: Wed Dec 06, 2023 2:46 pm

Re: support Wi-Fi Aware (NAN) on ESP32S3

Postby liaifat85 » Sun Apr 21, 2024 7:01 pm

According to this document , ESP32-S3 supports NAN. https://docs.espressif.com/projects/esp ... p_nan.html

Pixellord
Posts: 13
Joined: Wed Feb 15, 2023 8:58 am

Re: support Wi-Fi Aware (NAN) on ESP32S3

Postby Pixellord » Mon Apr 22, 2024 10:29 am

Thanks for the reply. I am aware of the document page. But the ESP-IDF (release 5.1) and the github says differently. ESP32S3 is not supported yet.

https://github.com/espressif/esp-idf/bl ... fi_types.h
https://github.com/espressif/esp-idf/tr ... _publisher
Attachments
2024-04-22 12_27_14-Window.png
2024-04-22 12_27_14-Window.png (62.79 KiB) Viewed 802 times

Who is online

Users browsing this forum: Google [Bot], mjgciltd and 93 guests