mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
esp_wifi: Update wifi libs
1. Fix issues caused during SoftAP mode change 2. Improve SoftAP PMF logic for triggering of SA Query and cleanup
This commit is contained in:
@@ -2143,9 +2143,6 @@ ieee80211_send_proberesp = 0x40002128;
|
|||||||
ieee80211_tx_mgt_cb = 0x4000212c;
|
ieee80211_tx_mgt_cb = 0x4000212c;
|
||||||
ieee80211_getcapinfo = 0x40002130;
|
ieee80211_getcapinfo = 0x40002130;
|
||||||
sta_rx_csa = 0x40002134;
|
sta_rx_csa = 0x40002134;
|
||||||
sta_send_sa_query_req = 0x40002138;
|
|
||||||
sta_send_sa_query_resp = 0x4000213c;
|
|
||||||
sta_recv_sa_query_req = 0x40002140;
|
|
||||||
sta_recv_sa_query_resp = 0x40002144;
|
sta_recv_sa_query_resp = 0x40002144;
|
||||||
ieee80211_parse_beacon = 0x40002148;
|
ieee80211_parse_beacon = 0x40002148;
|
||||||
ieee80211_set_max_rate = 0x4000214c;
|
ieee80211_set_max_rate = 0x4000214c;
|
||||||
|
Submodule components/esp_wifi/lib updated: 3298902a40...b2317d3eb6
Reference in New Issue
Block a user