esp_wifi_sta_get_ap_info function returns 0 for the group cipher and pairwise cipher
Posted: Mon Jan 14, 2019 10:28 am
Hi,
The following WI-FI API function returns 0 for the group cipher and pairwise cipher:
SSID linksys
RSSI -30
Auth mode 1 (WIFI_AUTH_WEP)
Group cipher 0
Pairwise cipher 0
I have also tested with the WIFI_AUTH_WPA2_PSK authentication mode and the behavior is the same.
Is there a specific configuration to be done in order to have the correct cipher type or this feature is not yet implemented?
Thank you,
Iulian
The following WI-FI API function returns 0 for the group cipher and pairwise cipher:
- esp_err_t esp_wifi_sta_get_ap_info(wifi_ap_record_t *ap_info);
RSSI -30
Auth mode 1 (WIFI_AUTH_WEP)
Group cipher 0
Pairwise cipher 0
I have also tested with the WIFI_AUTH_WPA2_PSK authentication mode and the behavior is the same.
Is there a specific configuration to be done in order to have the correct cipher type or this feature is not yet implemented?
Thank you,
Iulian