summaryrefslogtreecommitdiff
path: root/libopie2/opienet
AgeCommit message (Collapse)AuthorFilesLines
2005-05-19- add linux pcmcia subsystem wrapper: OPcmciaSystem and OPcmciaCardmickeyl2-2/+1
- move linux-only subsystems in subdirectory linux - minor header cleanups
2005-05-17libopienet API cleanupsmickeyl4-38/+39
2005-05-16- add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctlsmickeyl4-11/+55
- adjust example
2005-05-15submit iw_range*2 as argument to SIOCGIWRANGE.length to make it work on ↵mickeyl1-8/+6
newer hostap drivers let's see if this breaks it at another end again :/
2005-05-06- OManufacturerDB: check if there is a QApplication before calling ↵mickeyl3-15/+13
Global::statusMessage or qApp->processEvents() - ONetwork: skip hostap control interfaces 'wifi*' - OWirelessNetworkInterface: set \0 in SSID() and nickName() to work around (buggy) drivers not returning a zero-terminated string
2005-04-20Added function to set the associated AP address. Some improvements to ↵skyhusker3-5/+38
scanNetwork(): read the signal quality, AP rates and fix channel reading when driver reports values < 1000.
2005-04-18- improve scan function using the wireless extensions.mickeyl5-31/+212
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks!
2005-02-07change license.mickeyl10-20/+20
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed VERSION stringwimpie1-2/+2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-346/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+346
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-08-23Do not hardcode /opt/QtPalmtop but use QPEApplication::qpeDirzecke1-1/+4
2004-08-23Fix warnings raised by the compilerzecke2-17/+18
2004-08-20- add libpcap dir to lib- and include directoryar1-2/+8
2004-08-20- add libpcap dependency in commentar1-1/+1
2004-08-09- adjust headersmickeyl3-9/+5
- kill a warning
2004-07-28disambiguatemickeyl1-1258/+1258
2004-06-07add dependency to libpcapmickeyl1-1/+1
keeping those metadata up to date is pretty annoying... oe handles this automatically by looking at what libraries a certain object links against...
2004-06-01- convert to odebug frameworkar2-8/+11
2004-05-07If you create an array, delete it as an arrayzecke1-1/+1
2004-05-03catch up with source changesmickeyl2-6/+4
2004-05-03remove the OPIE_WE_VERSION crap. this was a step into the wrong direction.mickeyl4-1468/+10
remove the wireless.h user headers also. we are doomed to use the kernel ones until Jean himself provides user headers. As a nice side effect, the automatic WE_VERSION detected has been removed. It was too weak anyway, since e.g. the handhelds.org community updated kernel 2.4.19 to WE V16 about 14 months ago...
2004-05-02dump takes less space nowmickeyl1-4/+2
NOTE: I think dump really doesn't belong here
2004-05-02fix one odebug warningmickeyl1-2/+2
2004-05-01- fix off-by-one bug in OChannelHoppermickeyl3-8/+18
- fix bug in OPacket which broke everything using it - expose both wireless extension versions (runtime + compile time) through API
2004-04-23disambiguate the API (triggered by gcc 3.4 ;)mickeyl2-5/+3
2004-04-08OPIEDB depends on SQlitezecke1-2/+2
OPIENET on pcap
2004-04-07copy data handed over by libpcap because libpcap reuses the data areamickeyl1-18/+21
2004-04-06add autodetection for wireless extension versionmickeyl1-4/+11
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke5-6/+6
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-28add some FIXMEs for later API revisionsmickeyl2-5/+7
2004-03-28OPacketCapturer API addition: setAutoDelete() and autoDelete()mickeyl2-8/+33
2004-03-14Change Signature of Signals to obey namespacezecke1-1/+1
Make example compile
2004-03-13Fix possible divide by nullzecke1-10/+11
Patch for mickeyl...
2004-03-13Move XML class to internal PIMzecke14-3/+176
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-12API change: OPacket::dumpStructure() now returns a QString and accepts voidmickeyl2-24/+32
API change: add QTextStream& operator<<( QTextStream& s, const OPacket& p );
2004-03-01fix includeschicken1-1/+0
2004-02-24API extension: ONetwork::isPresent( const char* name )mickeyl2-6/+21
2004-02-23The Orinoco (and Symbol/Spectrum) driver recently got the monitor modemickeyl1-6/+9
patch applied. It uses the WE15 IW_MODE_MONITOR. Fix OOrinocoMonitoringInterface to work with recent Orinoco drivers
2004-02-23The Linux Wireless Extensions V16 introduce some massive changes in themickeyl5-39/+107
binary structures. Since we still use V15 on most target platforms I have to introduce two headers. Define OPIE_WE_VERSION to specify which header to include
2004-02-23addition to API: OWirelessNetworkInterface::signalStrength() [wip]mickeyl2-7/+21
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+0
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-01-13- split odevice into dedicated files and classes, it has getting much too largemickeyl1-2/+2
- merge odevice into libopie2 - merge oprocctrl and oprocess into libopie2
2004-01-08add parsing of ProbeRequestsmickeyl1-2/+6
2004-01-07add status outputmickeyl1-3/+12
2004-01-07OWaveLanManagementSSID::ID() now can decloak SSIDs (caution:API change)mickeyl3-4/+13