Skip to content

Unable to disable TKIP for SoftAP #351

Open
@shaslam

Description

@shaslam

It's currently not possible to disable TKIP encryption when configuring SoftAP mode. TKIP is considered insecure so I'd like to explicitly disable it, leaving just CCMP/AES encryption enabled. While TKIP is enabled iOS reports the AP as having "weak security".

There is a CIPHER_TYPE enum in user_interface.h, but the softap_config structure that is passed to wifi_softap_set_config doesn't allow the CIPHER_TYPE to be selected.

struct softap_config {

The ESP8266_RTOS_SDK has the same issue.

Support has been added to the esp-idf though:

https://github.com/espressif/esp-idf/blob/834afad47e866071ae9e60552f64f25ab9068b48/components/esp_wifi/include/esp_wifi_types.h#L228

Could the same be done here?

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