Hi,
Still no response to this topic. Could anyone from Espressif help to solve/understand this issue?
Thank you,
Iulian
Search found 2 matches
- Tue Jul 16, 2019 1:55 pm
- Forum: ESP-IDF
- Topic: esp_wifi_sta_get_ap_info function returns 0 for the group cipher and pairwise cipher
- Replies: 2
- Views: 4651
- Mon Jan 14, 2019 10:28 am
- Forum: ESP-IDF
- Topic: esp_wifi_sta_get_ap_info function returns 0 for the group cipher and pairwise cipher
- Replies: 2
- Views: 4651
esp_wifi_sta_get_ap_info function returns 0 for the group cipher and pairwise cipher
Hi, 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); 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 mod...