Age | Commit message (Collapse) | Author | Files | Lines |
|
- 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...
|