EspressifApp / EspBlufiForAndroid

EspBlufi is based on the BLUFI protocol, which connect with IOT devices for BLE data communication, realizes device config network, and custom data transmission and reception. EspBlufi is developed and maintained by Espressif Corp.
Other
314 stars 122 forks source link

WPA2-Enterprise configuration via BluFi #44

Closed marco711 closed 1 year ago

marco711 commented 1 year ago

In the Blufi example, in the example_event_callback function, which is the event where we should send the WPA2-Enterprise's Identity and Password? I suppose that the Identity is sent in the ESP_BLUFI_EVENT_RECV_USERNAME event and the type of security must be sent in the ESP_BLUFI_EVENT_RECV_SOFTAP_AUTH_MODE event. Is this correct?