Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-04-07 | - add OManufacturerDB | mickeyl | 6 | -15/+162 |
- API extensions for OMacAddress - add data packet recognition for miniwellenreiter | ||||
2003-04-07 | started to document the whole stuff | mickeyl | 1 | -21/+160 |
2003-04-05 | remove inline directive - causes link errors | mickeyl | 1 | -3/+3 |
2003-04-05 | improve output of OPacket::dump() | mickeyl | 2 | -9/+35 |
2003-04-05 | - setting the monitor mode on wireless cards via private ioctls is now much ↵ | mickeyl | 4 | -34/+55 |
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-04 | fix segfault due to giving a QString as opposed to a char* as the Qbject name | mickeyl | 1 | -6/+6 |
2003-04-04 | reliable strategy to see if we're in monitor mode by looking at the MAC ↵ | mickeyl | 2 | -33/+24 |
address family | ||||
2003-04-04 | low-level network programming is sick. some wlan-drivers don't honor struct ↵ | mickeyl | 3 | -30/+47 |
sizes and simply write bytes _after_ the struct... this patch makes calling SIOCGIWRANGE more failure-proof. | ||||
2003-04-03 | first part of private IOCTL API for OWirelessNetworkInterface implemented | mickeyl | 4 | -4/+71 |
2003-04-03 | - ONetworkInterfaces are now QObjects | mickeyl | 4 | -54/+178 |
- add support for private IOCTLS - make buildChannelList() more safe in case of faulty drivers | ||||
2003-04-01 | introduce a more sophisticated channel hopping scheme | mickeyl | 2 | -11/+36 |
2003-03-31 | resolve potential ambiguities in pow() | mickeyl | 1 | -3/+3 |
2003-03-30 | - implement switching monitor mode on hostap | mickeyl | 1 | -12/+29 |
- work around damn buggy hostap drivers needing more space for SIOCGIWRANGE than defined by sizeof(struct iw_range)... | ||||
2003-03-30 | introduce a workaround for conflicting user and kernel headers like | mickeyl | 2 | -6/+8 |
<linux/if.h> and <net/if.h>. I really don't like including kernel headers, but in the case of <linux/wireless.h> there is no other option yet. | ||||
2003-03-30 | yet more fixes for gcc 2.9x and for our ancient wireless extensions on the ↵ | mickeyl | 2 | -1/+10 |
Z... *sigh* | ||||
2003-03-30 | - add classes for 802.11 tagged values | mickeyl | 5 | -76/+444 |
- adjust miniwellenreiter accordingly | ||||
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 10 | -0/+2660 |
and comment... |