Commit graph

17 commits

Author SHA1 Message Date
Dave Hansen
347bbf119a fix gcc warning 2009-03-26 15:28:07 -07:00
Dave Hansen
447da84444 Don't clobber password.
We used to clobber the password that came in from the user
when converting it from ASCII to binary for WEP.  That
screwed it up because we need to use it twice: once for
testing, and once for the actual addition.
2009-02-17 09:32:22 -08:00
Dave Hansen
468520221a Make network scan list a bit cleaner. 2009-02-05 12:57:57 -08:00
Dave Hansen
e81e16ef8d Replace O_DIRECT with posix_fadvise(). This is easier to compile
and does not draw Linus's ire http://lkml.org/lkml/2007/1/10/233.
2009-02-05 12:50:25 -08:00
Dave Hansen
de5918a05d Add some new WEP code and some experimental non-working
attempts at updating the card firmware.
2008-12-18 13:25:37 -08:00
Dave Hansen
84bbcda46c prefix the network types with NET_
fix vprintf vs printf bug
do some strdups with optargs
2008-08-14 18:47:20 -07:00
Dave Hansen
6afcff686f more portability improvements 2008-07-13 09:52:49 -07:00
Dave Hansen
0e17d59461 Add support for other operating systems:
chdk
	OS X
2008-07-12 12:49:26 -07:00
Dave Hansen
5c7c83f0e6 Don't zero-out reqc, it might confuse the card
(it doesn show up in the log when I do this)

Start propogating error codes back from a bunch of
functions.  We need this for the CHDK port because
we can't just exit() there.

Add dumping of the firmware version string.
2008-06-13 15:45:43 -07:00
Dave Hansen
e1f571250b better error message 2008-06-11 12:30:28 -07:00
dave
3d8dcfafa2 add new files 2008-05-23 10:00:40 -07:00
dave
d02d7108db Make the mount finding more comprehensive, and
move it around so the debugging flag can actually
be made to work.
2008-04-21 14:56:14 -07:00
dave
8efb31cf2d Add standalone crypto implementation. Thanks wpa_supplicant! 2008-04-21 14:04:00 -07:00
dave
ef5f660ac2 add core to clean 2008-03-14 17:57:49 -07:00
dave
0b44cef8bb Add auto detection of card mount point. 2008-03-14 17:57:41 -07:00
dave
abf419b195 add help message for log command 2008-03-10 19:55:47 -07:00
dave
2421aeed20 initial commit 2008-03-10 19:54:41 -07:00