Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- kill a warning
|
|
|
|
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
|
|
|
|
|
|
|
|
* dhcp recognition now works nicely
|
|
- fix onetworkdemo example
- add API for short/extended manufacturer names
|
|
-#ifdef QT_NO_DEBUG
-inline
-#endif
<some method here not marked inline in the header file>
it makes little sense to inline a method in the .cpp file for non-debug
builds, apart from that it causes the method not to be emitted for
non-debug builds, causing undefined references in apps referencing them
|
|
- API extensions for OMacAddress
- add data packet recognition for miniwellenreiter
|
|
|
|
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)
|
|
sizes
and simply write bytes _after_ the struct... this patch makes calling
SIOCGIWRANGE more failure-proof.
|
|
|
|
- add support for private IOCTLS
- make buildChannelList() more safe in case of faulty drivers
|
|
and comment...
|