aboutsummaryrefslogtreecommitdiff
path: root/src/Wifi.cpp
Commit message (Expand)AuthorAge
* make myself at homelonkaars2024-04-29
* wifi: try ignoring MP frames if not engaging in MP commArisotura2024-04-13
* wifi improvements:Arisotura2024-04-12
* Sprinkle `const` around where appropriate (#1909)Jesse Talavera2023-12-12
* Refactor how save data (including SD cards) is initialized (#1898)Jesse Talavera2023-12-04
* Refactor `NDS` and `DSi` to be objects (#1893)Jesse Talavera-Greenberg2023-11-28
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
* convert Wifi and WifiAPArisotura2023-11-04
* update copyright yearsArisotura2023-11-04
* get this started: refactor SPI in OOPArisotura2023-11-03
* better, less hacky, more OOP-friendly scheduler designArisotura2023-11-02
* Refactor the core's handling of firmware and BIOS images to rely less on the ...Jesse Talavera-Greenberg2023-09-18
* Reduce code stink (#1818)jdp_2023-08-28
* Assorted portability enhancements (#1800)Jesse Talavera-Greenberg2023-08-18
* wifi: attempt two at optimizing the sync mechanism. this time it should be fa...Arisotura2023-07-28
* wifi: implement CMD retriesArisotura2023-07-27
* wifi:Arisotura2023-07-27
* cancel CMD transfer if there isn't enough time leftArisotura2023-07-25
* wifi: mystery ack value is CMD_COUNTArisotura2023-07-25
* keep that one extra line in, thoArisotura2023-07-25
* Revert "attempt at making local multiplayer faster"Arisotura2023-07-25
* attempt at making local multiplayer fasterArisotura2023-07-15
* fix bad seqno bug with MP replies (oops)Arisotura2023-07-14
* wifi: only allow setting TXSLOT_CMD bit15 if CMDCOUNT is nonzero, as per GBAtekArisotura2023-07-14
* Introduce `Platform::Log` (#1640)Jesse Talavera-Greenberg2023-03-23
* Wifi: -Wformat warning caused by missing printf argument (#1532)Rupert Carmichael2022-12-30
* merge local_wifi (#1516)Arisotura2022-09-22
* comment out debug printfsRSDuck2022-02-25
* Wifi power saving, hopefully enough!RSDuck2022-02-25
* update copyright headersArisotura2022-01-09
* Fix some compiler warningsWaluigiWare642021-05-03
* update copyright year and add missing GPL headersRSDuck2021-03-12
* handle edge cases properlyRSDuck2021-01-09
* mask off upper bits when incrementing RX addrRSDuck2021-01-09
* use C++ style structs everywhereRSDuck2021-01-02
* remove some UBRSDuck2020-09-04
* wifi:Arisotura2020-08-19
* take care of some minor detailsArisotura2020-06-21
* get it to atleast finish a scan without shitting itselfArisotura2020-06-15
* * take nwifi forward someArisotura2020-06-15
* update copyright yearsArisotura2020-02-14
* start differenciating between direct and indirect LAN modes.Arisotura2019-03-04
* start work on non-direct mode. reply to DHCP discover frame.Arisotura2019-02-23
* also, update copyright nameArisotura2019-01-22
* redesign main emu loop to use timestamps instead of being a trainwreckStapleButter2019-01-05
* aight, wifi doneStapleButter2018-10-18
* fixor copyright years.StapleButter2018-09-15
* wifi: implement increment for txheader[4]StapleButter2018-01-04
* wifi:StapleButter2017-12-19
* wifiAP: basic support for probereq/auth/assoc/deauth/deassocStapleButter2017-12-18