summaryrefslogtreecommitdiff
path: root/libopie2/opienet/onetwork.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-05-17libopienet API cleanupsmickeyl1-27/+16
2005-05-16- add ONetworkInterfaceDriverInfo block extracting info using ethtool ioctlsmickeyl1-10/+21
2005-05-15submit iw_range*2 as argument to SIOCGIWRANGE.length to make it work on newer...mickeyl1-8/+6
2005-05-06- OManufacturerDB: check if there is a QApplication before calling Global::st...mickeyl1-1/+8
2005-04-20Added function to set the associated AP address. Some improvements to scanNet...skyhusker1-5/+33
2005-04-18- improve scan function using the wireless extensions.mickeyl1-21/+182
2005-02-07change license.mickeyl1-2/+2
2004-08-23Fix warnings raised by the compilerzecke1-6/+6
2004-07-28disambiguatemickeyl1-1258/+1258
2004-06-01- convert to odebug frameworkar1-4/+7
2004-05-01- fix off-by-one bug in OChannelHoppermickeyl1-3/+9
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-2/+2
2004-03-13Fix possible divide by nullzecke1-10/+11
2004-03-13Move XML class to internal PIMzecke1-0/+9
2004-02-24API extension: ONetwork::isPresent( const char* name )mickeyl1-6/+17
2004-02-23The Orinoco (and Symbol/Spectrum) driver recently got the monitor modemickeyl1-6/+9
2004-02-23The Linux Wireless Extensions V16 introduce some massive changes in themickeyl1-8/+29
2004-02-23addition to API: OWirelessNetworkInterface::signalStrength() [wip]mickeyl1-0/+8
2003-12-20libopienet2 now uses the fancy odebug classes, no longer qdebugmickeyl1-1188/+1196
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl1-4/+2
2003-11-08refactor the debug mapper and make it more securemickeyl1-11/+9
2003-10-28- remove deprecated setMonitorMode() API. Use setMode( "monitor" ) now.mickeyl1-44/+62
2003-10-23misc changesmickeyl1-51/+40
2003-10-21- more work on scanningmickeyl1-1/+44
2003-10-21add clear text debug output for ioctlsmickeyl1-4/+17
2003-10-11add scanning skeleton (wip)mickeyl1-16/+97
2003-10-10Question: What's wrong in select(1, [], NULL, NULL, {100, 0} = 0 (timeout) ?mickeyl1-1/+1
2003-10-09- fix monitor mode on orinoco. Although WE > 14 define the standard modemickeyl1-2/+10
2003-10-09- catch up with changed sniffing behaviour in newer wlan-ng *puke* driversmickeyl1-3/+9
2003-10-02add note to self to look about automatic channel switching with wlan-ng devicesmickeyl1-0/+1
2003-07-01add monitor mode handling for recent kernels (WE>14)mickeyl1-4/+24
2003-05-05- fix segfault on unknown linktype (thanks groucho)mickeyl1-13/+18
2003-05-01implement and document a bunch of missing methodsmickeyl1-0/+51
2003-04-22add prism header parsing capability!mickeyl1-2/+3
2003-04-16add some missing APIs to ONetworkInterfacemickeyl1-1/+40
2003-04-13Add apie commentszecke1-1/+1
2003-04-09add signal hopped(int) to OChannelHoppermickeyl1-0/+7
2003-04-05- setting the monitor mode on wireless cards via private ioctls is now much m...mickeyl1-28/+22
2003-04-04fix segfault due to giving a QString as opposed to a char* as the Qbject namemickeyl1-6/+6
2003-04-04reliable strategy to see if we're in monitor mode by looking at the MAC addre...mickeyl1-32/+23
2003-04-04low-level network programming is sick. some wlan-drivers don't honor struct s...mickeyl1-17/+40
2003-04-03first part of private IOCTL API for OWirelessNetworkInterface implementedmickeyl1-0/+33
2003-04-03- ONetworkInterfaces are now QObjectsmickeyl1-45/+82
2003-04-01introduce a more sophisticated channel hopping schememickeyl1-9/+32
2003-03-31resolve potential ambiguities in pow()mickeyl1-3/+3
2003-03-30- implement switching monitor mode on hostapmickeyl1-12/+29
2003-03-30introduce a workaround for conflicting user and kernel headers likemickeyl1-1/+0
2003-03-30yet more fixes for gcc 2.9x and for our ancient wireless extensions on the Z....mickeyl1-1/+2
2003-03-30- add classes for 802.11 tagged valuesmickeyl1-11/+29
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS an...mickeyl1-0/+774