summaryrefslogtreecommitdiff
path: root/megawifi.c
AgeCommit message (Collapse)Author
2021-03-12Fix building on OSXJean-André Santoni
2020-10-16Fix build breakage on OS XMichael Pavone
2020-05-08megawifi: implement CMD_DATETIMEdoragasu
2020-05-08megawifi: implement UDP socketsdoragasu
2020-05-08megawifi: use util module socket functions for WIN32 compatibilitydoragasu
2020-05-04Skip setting AI_NUMERICSERV in megawifi code on Windows for now so min SDK ↵Michael Pavone
version does not need to be bumped
2020-05-03Implement CMD_HRNG_GET, CMD_GAMERTAG_GET and CMD_LOG.doragasu
2020-05-03Implement CMD_TCP_CON commanddoragasu
2020-05-03megawifi: stub common commands to get config.doragasu
* CMD_AP_CFG_GET * CMD_IP_CFG_GET * CMD_DEF_AP_CFG_GET * CMD_SERVER_URL_GET
2020-05-03megawifi: refactor and update commandsdoragasu
2018-03-26Get Windows build working again. MegaWiFi code probably needs more work ↵Michael Pavone
before it will actually work on Windows, but at least it doesn't break the build now
2018-03-25MSG_NOSIGNAL doesn't exist on all platformsMichael Pavone
--HG-- branch : nuklear_ui
2018-01-31Limit received LSD packets to 1440 bytes to match expectations of wflash ↵Michael Pavone
code. Use MSG_NOSIGNAL to avoid getting killed with SIGPIPE
2018-01-22Get enough of MegaWifi implemented so that basic commands from wflash CLI ↵Michael Pavone
command work
2018-01-16Cleanup MegaWiFi command implementationMichael Pavone
2018-01-16Added support for MegaWiFi command IP_CURRENTMichael Pavone
2018-01-15Initial work on MegaWiFi supportMichael Pavone