mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/sap_mode_change_crash_issue' into 'master'
Fixes for SAP mode change and PMF issues Closes WIFI-4322, WIFI-4394, and IDFCI-1147 See merge request espressif/esp-idf!17865
This commit is contained in:
commit
2f4ec4e27d
@ -1046,7 +1046,6 @@ IT_011:
|
||||
IT_012:
|
||||
extends: .integration_test_template
|
||||
parallel: 2
|
||||
allow_failure: true # FIXME: temporary allow failure, IDFCI-1147
|
||||
tags:
|
||||
- ESP32_IDF
|
||||
- SSC_T2_MESH1
|
||||
|
@ -2143,9 +2143,6 @@ ieee80211_send_proberesp = 0x40002128;
|
||||
ieee80211_tx_mgt_cb = 0x4000212c;
|
||||
ieee80211_getcapinfo = 0x40002130;
|
||||
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;
|
||||
ieee80211_parse_beacon = 0x40002148;
|
||||
ieee80211_set_max_rate = 0x4000214c;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3298902a408a9c57a1c3d94d38d7641c7b872d42
|
||||
Subproject commit b2317d3eb673da19cd5008818d5b2bd5d3b788b2
|
Loading…
x
Reference in New Issue
Block a user