mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
d257838b99
@ -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
|
Loading…
x
Reference in New Issue
Block a user