summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlanimp2.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-15Resource -> OResource and fix compiler warningdrw1-2/+2
2005-05-10improve WEP key handling and add wlan-ng support. patch courtesy Dirk Opfer, ↵mickeyl1-50/+183
thanks!
2005-04-21disable "Rescan Neighbourhood" while scanningmickeyl1-2/+4
2004-09-10Fix the issues the compilers botherszecke1-1/+0
remove unused parameters, give return values on return
2004-05-15- convert qDebug to odebugar1-15/+14
2004-04-09- eliminate cylic dependencymickeyl1-12/+14
- complete using opie debugging framework - sanitize #include order
2004-04-07remove bogus '(const char*)' in debug statementsmickeyl1-2/+2
2004-04-04convert to Opie Debugging Frameworkmickeyl1-12/+12
2004-03-14Make use of ODPzecke1-0/+2
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2004-02-22Network Settings: libopie->libopie2drw1-9/+9
2003-10-28catch up with API changes in libopienetmickeyl1-4/+4
2003-10-10This patch adds scanning the "network neighbourhood" in networksettings-wlanmickeyl1-1/+215
(powered by the Wellenreiter II scanning engine found in libopienet2). Detected networks are put in a list and you can select parameters by clicking on an entry in the list. See http://opie.net.wox.org/images/wlanplugin.png Two inherent drawbacks: 1.) networksettingsplugin-wlan now needs libopienet2. Well, my library work pays off. If you like to rewrite the stuff so that libopienet2 is not needed, then just go ahead ;) 2.) Scanning won't work on linux distributions without patched monitor mode drivers. I think we can live with these two "issues". Feel free to revert, if you don't like my work :D
2003-08-09Merge from BRANCH_1_0kergoth1-14/+21
2003-06-13qcop channels for ESSID, Channel and Modetille1-1/+1
2003-06-13qcop channels for start, stop wlan interface works now...tille1-11/+11
... the qcop handling has to become more general, and this handlet in the interface itself.
2003-04-15Implement feature request. Only asterisk out the WEP key when the lineeditkergoth1-0/+1
does not have focus.
2003-04-14Oops, remember to call QDialog::accept() in the accept() function :)kergoth1-0/+2
2003-04-14Add new wireless parser that uses the wireless-tools if-pre-up.dkergoth1-0/+266
script to handle wireless configuration, as opposed to pcmcia-cs wireless.opts. This has a number of benefits. In addition to improving clarity, this means one can now configure their wireless non-pcmcia interfaces using networksettings. The only real question is, how to handle the fact that its largely useless without the if-pre-up.d script? I'll adapt the existing wlanimp.(cpp|h) to the new .ui, and leave it as a compiletime selection for now.