Work is progressing on the dswifi library, you can see the progress as it is being made here, on my SgstairChecklist wiki page.
It’s not ready for a full release at the moment, but there’s even better news:
Now, thanks to some help from WntrMute, I’ve reorganized the dswifi library to make building easier and have added it as a module to the devkitpro sourceforge CVS server (see file listing here).

Keep in mind that this certainly isn’t the best option for everyone, but for those of you who are sufficiently capable this will put you at the cutting edge of dswifi library development, which can only be a good thing with the ndshb.com DS wifi game coding competition coming to close in about a month and a half. Having the latest wifi codebase could give your app the edge it so desperately needs! :P

In all seriousness though… Feel free to download and compile the libraries, it’s an utterly painless process if you can get CVS to cooperate, the new build system dumps 4 output files (libdswifi7.a, libdswifi9.a, libdswifi7d.a, and libdswifi9.a – arm7 and arm9 release and debug versions respectively) into [root]/lib, and the include files you need are in [root]/include. [NOTE! the old lib used "libdswifi7r.a" and "libdswifi9r.a" for the release versions - the 'r' has been dropped for the new version.]

If you find bugs…. let me qualify: if you find bugs that are not explicitly listed in my checklist, please feel free to bug me about them. Please do try very hard to explicitly define the bug though, generally “recv doesn’t work” isn’t nearly as helpful as “I noticed that recv fails in xxxx circumstance and tried a bundle of other things but it worked ok for them” – in other words just don’t be extraordinarily vague.

If there are known bugs that are hindering your progress, you may also bug me about them, I’ve got a rough set of priorities in my mind about what order to tackle the bugs in but if you have something you need to have working correctly, I can usually adapt my workflow to fix it more quickly.

As always, bug me via email, leave a comment here or on the wiki, or stop by on the IRC channel – #dswifi on EFnet
Have fun, and good luck with your (hopefully wifi related :P) projects.