esp_wifi: Fix deauth and disassoc issues for SoftAP PMF

This commit is contained in:
Shyamal Khachane 2022-10-13 23:22:22 +05:30 committed by Nachiket Kukade
parent 792ff9ce8c
commit c4aca02d7e
3 changed files with 3 additions and 7 deletions

View File

@ -1705,7 +1705,7 @@ wdev_mac_special_reg_load = 0x40001cf8;
wdev_mac_special_reg_store = 0x40001cfc; wdev_mac_special_reg_store = 0x40001cfc;
wdev_mac_wakeup = 0x40001d00; wdev_mac_wakeup = 0x40001d00;
wdev_mac_sleep = 0x40001d04; wdev_mac_sleep = 0x40001d04;
wDev_ProcessFiq = 0x40001d08; /*wDev_ProcessFiq = 0x40001d08;*/
wDev_ProcessRxSucData = 0x40001d0c; wDev_ProcessRxSucData = 0x40001d0c;
wdevProcessRxSucDataAll = 0x40001d10; wdevProcessRxSucDataAll = 0x40001d10;
wdev_csi_len_align = 0x40001d14; wdev_csi_len_align = 0x40001d14;
@ -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;

View File

@ -1634,7 +1634,7 @@ wdev_mac_special_reg_store = 0x400017e0;
wdev_mac_wakeup = 0x400017e4; wdev_mac_wakeup = 0x400017e4;
wdev_mac_sleep = 0x400017e8; wdev_mac_sleep = 0x400017e8;
hal_mac_is_dma_enable = 0x400017ec; hal_mac_is_dma_enable = 0x400017ec;
wDev_ProcessFiq = 0x400017f0; /*wDev_ProcessFiq = 0x400017f0;*/
wDev_ProcessRxSucData = 0x400017f4; wDev_ProcessRxSucData = 0x400017f4;
wdevProcessRxSucDataAll = 0x400017f8; wdevProcessRxSucDataAll = 0x400017f8;
wdev_csi_len_align = 0x400017fc; wdev_csi_len_align = 0x400017fc;

@ -1 +1 @@
Subproject commit 7bd8d12bd5b49596b651db72b7b4e9dc609c5981 Subproject commit d5c07b38d015f52416fde092b1295d1a74595b68