Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32-c6 WiFi 6 TWT support (IDFGH-10135) #11406

Closed
3 tasks done
roblatour opened this issue May 16, 2023 · 3 comments
Closed
3 tasks done

esp32-c6 WiFi 6 TWT support (IDFGH-10135) #11406

roblatour opened this issue May 16, 2023 · 3 comments
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally

Comments

@roblatour
Copy link

roblatour commented May 16, 2023

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

According to https://www.espressif.com/en/news/ESP32_C6

"One more important feature of the 802.11ax standard is the Target Wake Time (TWT), which allows the devices to sleep for an extended time-period, with assistance from an 802.11ax-capable, Wi-Fi access point. This feature in ESP32-C6 will allow our customers to build battery-operated, connected devices that can last for years on battery, while staying connected throughout."

and according to #10423
TWT
Individual TWT – Supported
Broadcast TWT – Not supported (WIFI-5215)

However I can't find any documentation or examples on how to implement TWT using ESP-IDF.

@github-actions github-actions bot changed the title esp32-c6 WiFi 6 TWT support esp32-c6 WiFi 6 TWT support (IDFGH-10135) May 16, 2023
@espressif-bot espressif-bot added the Status: Opened Issue is new label May 16, 2023
@ESP-Marius
Copy link
Collaborator

I think this example might be what you are looking for.

@roblatour
Copy link
Author

roblatour commented May 16, 2023

Thank you

@roblatour roblatour reopened this May 16, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: NA Issue resolution is unavailable and removed Status: Opened Issue is new labels May 18, 2023
@lalves-isr
Copy link

I think this example might be what you are looking for.

Trying to compile this example without success... What could be missing? Using ESP32C6 target.
"/itwt_main.c:187:17: error: 'wifi_event_sta_itwt_teardown_t' has no member named 'status'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

4 participants