summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
AgeCommit message (Collapse)AuthorFilesLines
2003-02-16Fixed hostap driver < wireless extension 14max1-1/+1
2003-02-15- setCaption during scanningmickeyl1-9/+6
- add some tr() - shut down / boot up interface after scanning (should work better than cardctl eject; cardctl insert)
2003-02-15- add manufacturers.dat to ipkmickeyl3-2/+3
- remove orinoco_hopper from ipk - add -DDEBUG for lib and daemon compilation
2003-02-14- remove manual switch into monitor mode ==> wellenreiterd handles this nowmickeyl5-70/+95
- remove manual start of channelswitcher ==> wellenreiterd handles this now - add device type configurations for cisco, wlan-ng, hostap and orinoco - minor bugfix to the start/stop logic
2003-02-13Wireless extension < 14max1-2/+30
2003-02-12add a comment explaining the #ifmickeyl1-2/+3
2003-02-12Did I say 14 or 15?mickeyl1-1/+1
2003-02-12fix compilation on systems with wireless extensions < V15mickeyl1-2/+7
2003-02-12fix const charmax1-4/+4
2003-02-12new compiler flagsmjm1-0/+3
2003-02-12MAXCHANNEL dynamic detectionmax1-2/+11
2003-02-12All card monitor and switchingmax2-16/+167
2003-02-11Wlan-ng chanswitchmax1-14/+4
2003-02-10link against pthreadmickeyl1-1/+1
2003-02-09fd closemax2-6/+13
2003-02-09Channelswitchmax3-32/+53
2003-02-09Chanswitchmax1-1/+1
2003-02-09generic cleaupmjm1-22/+25
2003-02-09added -lpthreadmjm1-1/+1
2003-02-09added wl_cardtype_t structuremjm1-1/+6
2003-02-09implemented new timer function, threadedmjm2-43/+69
added wl_cardtype_t
2003-02-08libwellenreiter now needs to link against libpcapmickeyl1-1/+1
2003-02-07Chanswitchmax3-11/+25
2003-02-07inserted temporary channel switching via alarm()mjm1-3/+24
2003-02-07Monitor commands and set_card_channelmax2-3/+48
2003-02-07Bugfix memsetmax1-2/+1
2003-02-07Removed datalink_check from daemon, better debugging etcmax1-11/+1
2003-02-07*** empty log message ***max2-1/+1
2003-02-07Flags and datalinkmax2-56/+68
2003-02-01cisco statusmax1-0/+1
2003-01-31promiscous flagmax2-7/+62
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-26.. dont store generated files in cvs.kergoth2-28/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth6-6/+6
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23noncore/apps/opie-write/.cvsignorekergoth2-1/+3
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth3-3/+3
2003-01-23hostap monitor commandmax2-0/+8
2003-01-16i18n for new buildsystem :)kergoth6-0/+24
2003-01-08added instructions for building a standalone Wellenreiter (build for Qt3/X11)mickeyl1-2/+15
2003-01-05general code cleanup, wrote configfileparser, ...mjm5-2/+104
2003-01-05just wrote themmjm1-0/+17
2003-01-04include subdir contrib/orinoco_hopper in top-level project filemickeyl1-1/+1
2003-01-04revert "cleanup". extern C is necessary here [on linux] because of a collisionmickeyl2-0/+8
of net/bpf.h and pcap.h headers.
2003-01-04Try to gracefully shut down the card after sniffing... this is a temporarymickeyl2-12/+41
hack until the colleagues implement this in libwellenreiter...
2002-12-31- catch with latest changes in libwellenreitermickeyl10-33/+109
- GUI now identifies and displays device manufacturers - GUI now displays the number of received beacons for each device
2002-12-31global definitions filemjm1-0/+31
2002-12-31updated to new library functions and changes.mjm2-6/+10
Now uses wl_types.hh from lib.
2002-12-31smaller updates (sockaddr_in structures,...)mjm2-3/+30
added short info for wl_types.hh
2002-12-31wl_recv was more or less broken because of missing socket structure, fixed.mjm5-41/+45
general cleanup. GUI has to be updated in functions wl_setupsock and wl_recv
2002-12-29added a manufacturer database classmickeyl7-5/+141