Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

How can I use WPA2-Enterprise on ESP32? #255

@Nyarn-WTF

Description

@Nyarn-WTF

I want to use WPA2-Enterprise on ESP32.
I tried coding with reference to the 8266 example, but failed because "WLAN.STA" was not found. How can I do it?

"""
from network import WLAN
wlan = WLAN(mode = WLAN.STA)
wlan.connect(ssid = "SSID",auth = (WLAN.WPA2_ENT,"ID","PW"),identity = "identity")
"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions