mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(wifi): fix esp32c2 set vendor ie issue
This commit is contained in:
@@ -896,7 +896,7 @@ dbg_hmac_rxtx_statis_dump = 0x4000202c;
|
||||
dbg_hmac_statis_dump = 0x40002030;
|
||||
/* ieee80211_send_action_vendor_spec = 0x40002034; */
|
||||
/* ieee80211_vnd_lora_ie_size = 0x40002048; */
|
||||
ieee80211_vnd_ie_size = 0x4000204c;
|
||||
//ieee80211_vnd_ie_size = 0x4000204c;
|
||||
ieee80211_add_ssid = 0x40002050;
|
||||
ieee80211_add_rates = 0x40002054;
|
||||
/*ieee80211_add_xrates = 0x40002058;*/
|
||||
@@ -919,7 +919,7 @@ sta_auth_shared = 0x400020a4;
|
||||
/* cnx_coexist_timeout_process = 0x400020ac; */
|
||||
ieee80211_alloc_challenge = 0x400020b0;
|
||||
cnx_assoc_timeout = 0x400020b4;
|
||||
ieee80211_vnd_ie_set = 0x400020b8;
|
||||
//ieee80211_vnd_ie_set = 0x400020b8;
|
||||
ieee80211_vnd_lora_ie_set = 0x400020bc;
|
||||
ieee80211_add_wme_param = 0x400020c0;
|
||||
/*ieee80211_add_dsparams = 0x400020c4;*/
|
||||
|
||||
Reference in New Issue
Block a user