Merge branch 'fix/softap_pmf_disconnect' into 'master'

Fix deauth and disassoc issue for softap pmf connections

See merge request espressif/esp-idf!20477
This commit is contained in:
Jiang Jiang Jian 2022-10-20 19:02:45 +08:00
commit d257838b99
2 changed files with 1 additions and 5 deletions

View File

@ -1978,15 +1978,12 @@ wep_decap = 0x40002028;
dbg_hmac_rxtx_statis_dump = 0x4000202c; dbg_hmac_rxtx_statis_dump = 0x4000202c;
dbg_hmac_statis_dump = 0x40002030; dbg_hmac_statis_dump = 0x40002030;
ieee80211_send_action_vendor_spec = 0x40002034; ieee80211_send_action_vendor_spec = 0x40002034;
ieee80211_deauth_construct = 0x40002040;
ieee80211_disassoc_construct = 0x40002044;
ieee80211_vnd_lora_ie_size = 0x40002048; ieee80211_vnd_lora_ie_size = 0x40002048;
ieee80211_vnd_ie_size = 0x4000204c; ieee80211_vnd_ie_size = 0x4000204c;
ieee80211_add_ssid = 0x40002050; ieee80211_add_ssid = 0x40002050;
ieee80211_add_rates = 0x40002054; ieee80211_add_rates = 0x40002054;
ieee80211_add_xrates = 0x40002058; ieee80211_add_xrates = 0x40002058;
ieee80211_is_ht_cipher = 0x4000205c; ieee80211_is_ht_cipher = 0x4000205c;
ieee80211_assoc_resp_construct = 0x40002064;
ieee80211_setup_lr_rates = 0x40002068; ieee80211_setup_lr_rates = 0x40002068;
ieee80211_ht_node_init = 0x4000206c; ieee80211_ht_node_init = 0x4000206c;
ieee80211_is_support_rate = 0x40002070; ieee80211_is_support_rate = 0x40002070;
@ -2026,7 +2023,6 @@ ieee80211_alloc_tx_buf = 0x40002108;
ieee80211_output_do = 0x4000210c; ieee80211_output_do = 0x4000210c;
ieee80211_send_nulldata = 0x40002110; ieee80211_send_nulldata = 0x40002110;
ieee80211_setup_robust_mgmtframe = 0x40002114; ieee80211_setup_robust_mgmtframe = 0x40002114;
ieee80211_mgmt_output = 0x40002118;
ieee80211_encap_null_data = 0x4000211c; ieee80211_encap_null_data = 0x4000211c;
ieee80211_send_deauth = 0x40002120; ieee80211_send_deauth = 0x40002120;
ieee80211_alloc_deauth = 0x40002124; ieee80211_alloc_deauth = 0x40002124;

@ -1 +1 @@
Subproject commit 63a6c4dd39103ee698170dec3f8ac4fe936d9c1a Subproject commit d5c07b38d015f52416fde092b1295d1a74595b68