fix(wifi): fix some wifi bugs 250427

1. fix ersu compatibility issue
2. fix association timeout timer issue for wep shared auth
This commit is contained in:
muhaidong
2025-02-17 19:14:41 +08:00
parent 57fd0fe836
commit 592e747c78
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ wifi_get_macaddr = 0x40000b2c;
wifi_rf_phy_disable = 0x40000b30;
wifi_rf_phy_enable = 0x40000b34;
wifi_is_started = 0x40000b38;
sta_input = 0x40000b3c;
/*sta_input = 0x40000b3c;*/
sta_rx_eapol = 0x40000b40;
sta_reset_beacon_timeout = 0x40000b44;
sta_get_beacon_timeout = 0x40000b48;