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 648648#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
649649#define SOC_WIFI_SUPPORT_5G (1) /*!< Support 5G */
650650#define SOC_WIFI_MAC_VERSION_NUM (3) /*!< Wi-Fi MAC version num is 3 */
651+ #define SOC_WIFI_NAN_SUPPORT (1) /*!< Support WIFI Aware (NAN) */
651652
652653/*---------------------------------- Bluetooth CAPS ----------------------------------*/
653654#define SOC_BLE_SUPPORTED (1) /*!< Support Bluetooth Low Energy hardware */
Original file line number Diff line number Diff line change @@ -1247,6 +1247,10 @@ config SOC_WIFI_MAC_VERSION_NUM
12471247 int
12481248 default 3
12491249
1250+ config SOC_WIFI_NAN_SUPPORT
1251+ bool
1252+ default y
1253+
12501254config SOC_BLE_SUPPORTED
12511255 bool
12521256 default y
Original file line number Diff line number Diff line change 506506#define SOC_WIFI_MESH_SUPPORT (1) /*!< Support WIFI MESH */
507507#define SOC_WIFI_HE_SUPPORT (1) /*!< Support Wi-Fi 6 */
508508#define SOC_WIFI_MAC_VERSION_NUM (3) /*!< Wi-Fi MAC version num is 3 */
509+ #define SOC_WIFI_NAN_SUPPORT (1) /*!< Support WIFI Aware (NAN) */
509510
510511/*---------------------------------- Bluetooth CAPS ----------------------------------*/
511512#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