summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/wlan/wlanimp2.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.