Skip to content

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Jun 22, 2023

  • Fixes wifi.radio.start_ap - Cannot set AuthMode because it is not iterable #7680.

  • Documentation corrections and improvement.

  • Use authmode instead of authmodes internally. Originally I thought I would rename the start_ap() keyword argfrom authmode to authmodes. But the plural usage is not consistent with the naming used internally in Espressif and Pico W, and elsewhere. An "authmode" can be a combination like WPA/WPA2/PSK.

EDIT: forgot to say that I did test this on ESP32-S2.

@dhalbert dhalbert requested review from tannewt and jepler June 22, 2023 20:25
@anecdata
Copy link
Member

probably a separate issue / PR, but I believe WPA3 is supported now in esp-idf release/v5.1 ...not sure how that maps to CircuitPython releases

@dhalbert
Copy link
Collaborator Author

probably a separate issue / PR, but I believe WPA3 is supported now in esp-idf release/v5.1 ...not sure how that maps to CircuitPython releases

We can add that in 9.0.0; I'll update the doc as necessary.

Copy link

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit a84551a into adafruit:main Jun 23, 2023
@dhalbert dhalbert deleted the authmode-doc branch June 23, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wifi.radio.start_ap - Cannot set AuthMode because it is not iterable
3 participants