summaryrefslogtreecommitdiff
path: root/libopie2/opienet/onetutils.h
AgeCommit message (Collapse)AuthorFilesLines
2005-05-17libopienet API cleanupsmickeyl1-4/+4
2005-05-16- add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctlsmickeyl1-0/+26
- adjust example
2005-04-18- improve scan function using the wireless extensions.mickeyl1-3/+22
- fix bug in setSSID(). Major parts of this patch are courtesy Skyhusker - thanks!
2005-02-07change license.mickeyl1-2/+2
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-1/+1
2004-03-13Move XML class to internal PIMzecke1-0/+15
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
2003-11-08refactor the debug mapper and make it more securemickeyl1-0/+18
2003-10-23misc changesmickeyl1-3/+4
2003-10-05* start with preparations for scanning wired networksmickeyl1-0/+1
* dhcp recognition now works nicely
2003-04-13Add apie commentszecke1-0/+3
QString -> const QString& fix
2003-04-07- add OManufacturerDBmickeyl1-1/+2
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter
2003-04-05- setting the monitor mode on wireless cards via private ioctls is now much ↵mickeyl1-0/+3
more reliable because we detect the appropriate ioctl number at runtime - ONetworkInterface supports now the evil but handy feature to change MAC address on the fly (provided the driver supports this)
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl1-0/+4
2003-04-03- ONetworkInterfaces are now QObjectsmickeyl1-0/+25
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl1-0/+125
and comment...