mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user