summaryrefslogtreecommitdiffstats
path: root/src/lib/connections/wireless
AgeCommit message (Collapse)AuthorFilesLines
2014-06-17Remove superfluous debuggingJouke Witteveen1-1/+1
2014-04-23Minor fixesJouke Witteveen1-1/+0
- Don't bring an interface down if it is not brought up for wireless connections. - Often, `read` needs '-r'.
2013-10-23Minor rfkill refactorizationJouke Witteveen1-2/+2
Testing whether transmission is blocked at all is now possible through [[ -n $(rf_status "$Interface" "$RFKill") ]]
2013-07-21Introduce sedJouke Witteveen1-1/+1
Instead of filtering results from grep, we can also just use sed. Installations having grep can be expected to have sed as well.
2013-04-15Fix naming of IEEE 802 working groupsJouke Witteveen1-1/+1
Use 'wpa' to refer to the 802.11i and 802.1x client side software (wpa_supplicant) in general.
2013-04-10Uniformize modelinesJouke Witteveen1-1/+1
2012-12-30Drop the Scan parameterJouke Witteveen1-9/+1
It was quite useless.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen1-82/+55
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen1-0/+116
This commit contains the moving of files.