fix(esp_wifi): Discard commit frame received at confirmed state in SAE

This commit is contained in:
Shyamal Khachane
2023-07-17 17:53:45 +05:30
parent 447704bb7f
commit a9e6deb615
4 changed files with 11 additions and 5 deletions

View File

@@ -410,6 +410,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
# endif
# ifdef ESP_ERR_WIFI_TWT_SETUP_REJECT
ERR_TBL_IT(ESP_ERR_WIFI_TWT_SETUP_REJECT), /* 12314 0x301a The twt setup request was rejected by the AP */
# endif
# ifdef ESP_ERR_WIFI_DISCARD
ERR_TBL_IT(ESP_ERR_WIFI_DISCARD), /* 12315 0x301b Discard frame */
# endif
// components/wpa_supplicant/esp_supplicant/include/esp_wps.h
# ifdef ESP_ERR_WIFI_REGISTRAR