mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wifi): fix some wifi issues
1. fix qos encapsulated eapol issue 2. fixed dhcp offer and dhcp ack data rates
This commit is contained in:
parent
4a69a889a5
commit
9d34f39c37
@ -33,7 +33,7 @@ wDev_ProcessFiq = 0x400017f0;
|
||||
wDev_ProcessRxSucData = 0x400017f4;
|
||||
//ppProcTxDone = 0x40001804;
|
||||
//pm_tx_data_done_process = 0x40001808;
|
||||
ieee80211_encap_esfbuf = 0x4000185c;
|
||||
/*ieee80211_encap_esfbuf = 0x4000185c;*/
|
||||
/*sta_input = 0x40001870;*/
|
||||
ieee80211_crypto_decap = 0x4000189c;
|
||||
ieee80211_decap = 0x400018a0;
|
||||
|
@ -1729,7 +1729,7 @@ wifi_get_macaddr = 0x40001874;
|
||||
wifi_rf_phy_disable = 0x40001878;
|
||||
wifi_rf_phy_enable = 0x4000187c;
|
||||
ic_ebuf_alloc = 0x40001880;
|
||||
ieee80211_classify = 0x40001884;
|
||||
/*ieee80211_classify = 0x40001884;*/
|
||||
ieee80211_copy_eb_header = 0x40001888;
|
||||
ieee80211_recycle_cache_eb = 0x4000188c;
|
||||
ieee80211_search_node = 0x40001890;
|
||||
|
@ -2036,7 +2036,7 @@ wifi_get_macaddr = 0x40005ab4;
|
||||
wifi_rf_phy_disable = 0x40005ac0;
|
||||
wifi_rf_phy_enable = 0x40005acc;
|
||||
ic_ebuf_alloc = 0x40005ad8;
|
||||
ieee80211_classify = 0x40005ae4;
|
||||
/*ieee80211_classify = 0x40005ae4;*/
|
||||
ieee80211_copy_eb_header = 0x40005af0;
|
||||
ieee80211_recycle_cache_eb = 0x40005afc;
|
||||
ieee80211_search_node = 0x40005b08;
|
||||
|
Loading…
x
Reference in New Issue
Block a user