fix(wifi): fix esp32c2 disconnect reason code wrong issue

This commit is contained in:
muhaidong 2024-02-27 20:57:13 +08:00 committed by BOT
parent 97702b3579
commit eb54a4698c

View File

@ -1883,7 +1883,7 @@ ieee80211_vnd_lora_ie_size = 0x40002048;
ieee80211_vnd_ie_size = 0x4000204c;
ieee80211_add_ssid = 0x40002050;
ieee80211_add_rates = 0x40002054;
ieee80211_add_xrates = 0x40002058;
/*ieee80211_add_xrates = 0x40002058;*/
ieee80211_is_ht_cipher = 0x4000205c;
ieee80211_setup_lr_rates = 0x40002068;
ieee80211_ht_node_init = 0x4000206c;