mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 14:14:33 +02:00
fix(wifi): Fix crash due to BIP when ap mode change
This commit is contained in:
committed by
tarun.kumar
parent
a460390af3
commit
61a0953a3b
@@ -104,7 +104,7 @@ cnx_coexist_timeout_process = 0x400020ac;
|
|||||||
ieee80211_add_extcap = 0x400020cc;
|
ieee80211_add_extcap = 0x400020cc;
|
||||||
//ieee80211_alloc_proberesp = 0x400020d8;
|
//ieee80211_alloc_proberesp = 0x400020d8;
|
||||||
esp_wifi_80211_tx = 0x400020f8;
|
esp_wifi_80211_tx = 0x400020f8;
|
||||||
ieee80211_crypto_aes_128_cmac_decrypt = 0x40002104;
|
/* ieee80211_crypto_aes_128_cmac_decrypt = 0x40002104; */
|
||||||
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;
|
||||||
|
@@ -1010,7 +1010,7 @@ ieee80211_amsdu_length_check = 0x400020ec;
|
|||||||
ieee80211_encap_amsdu = 0x400020f0;
|
ieee80211_encap_amsdu = 0x400020f0;
|
||||||
ieee80211_output_raw_process = 0x400020f4;
|
ieee80211_output_raw_process = 0x400020f4;
|
||||||
ieee80211_raw_frame_sanity_check = 0x400020fc;
|
ieee80211_raw_frame_sanity_check = 0x400020fc;
|
||||||
ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100;
|
/* ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100; */
|
||||||
ieee80211_alloc_tx_buf = 0x40002108;
|
ieee80211_alloc_tx_buf = 0x40002108;
|
||||||
/* ieee80211_output_do = 0x4000210c; */
|
/* ieee80211_output_do = 0x4000210c; */
|
||||||
/* ieee80211_send_nulldata = 0x40002110; */
|
/* ieee80211_send_nulldata = 0x40002110; */
|
||||||
|
Submodule components/esp_wifi/lib updated: 91d5b0cfcb...2182ce8650
Reference in New Issue
Block a user