File tree Expand file tree Collapse file tree 7 files changed +16
-6
lines changed Expand file tree Collapse file tree 7 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -1631,6 +1631,10 @@ config SOC_WIFI_MAC_VERSION_NUM
16311631 int
16321632 default 3
16331633
1634+ config SOC_WIFI_NAN_SUPPORT
1635+ bool
1636+ default y
1637+
16341638config SOC_BLE_SUPPORTED
16351639 bool
16361640 default y
Original file line number Diff line number Diff line change 650650#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
651651#define SOC_WIFI_SUPPORT_5G (1) /*!< Support 5G */
652652#define SOC_WIFI_MAC_VERSION_NUM (3) /*!< Wi-Fi MAC version num is 3 */
653+ #define SOC_WIFI_NAN_SUPPORT (1) /*!< Support WIFI Aware (NAN) */
653654
654655/*---------------------------------- Bluetooth CAPS ----------------------------------*/
655656#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
Original file line number Diff line number Diff line change @@ -1239,6 +1239,10 @@ config SOC_WIFI_MAC_VERSION_NUM
12391239 int
12401240 default 3
12411241
1242+ config SOC_WIFI_NAN_SUPPORT
1243+ bool
1244+ default y
1245+
12421246config SOC_BLE_SUPPORTED
12431247 bool
12441248 default y
Original file line number Diff line number Diff line change 504504#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
505505#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
506506#define SOC_WIFI_MAC_VERSION_NUM (3) /*!< Wi-Fi MAC version num is 3 */
507+ #define SOC_WIFI_NAN_SUPPORT (1) /*!< Support WIFI Aware (NAN) */
507508
508509/*---------------------------------- Bluetooth CAPS ----------------------------------*/
509510#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32 | ESP32-S2 |
2- | ----------------- | ----- | -------- |
1+ | Supported Targets | ESP32 | ESP32-C5 | ESP32-C61 | ESP32- S2 |
2+ | ----------------- | ----- | -------- | --------- | -------- |
33
44# NAN Console Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32 | ESP32-S2 |
2- | ----------------- | ----- | -------- |
1+ | Supported Targets | ESP32 | ESP32-C5 | ESP32-C61 | ESP32- S2 |
2+ | ----------------- | ----- | -------- | --------- | -------- |
33
44# NAN Publisher Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32 | ESP32-S2 |
2- | ----------------- | ----- | -------- |
1+ | Supported Targets | ESP32 | ESP32-C5 | ESP32-C61 | ESP32- S2 |
2+ | ----------------- | ----- | -------- | --------- | -------- |
33
44# NAN Subscriber Example
55
You can’t perform that action at this time.
0 commit comments