summaryrefslogtreecommitdiffstats
path: root/src/lib/wpa
AgeCommit message (Collapse)AuthorFilesLines
2013-10-23Allow limiting the frequencies to scan (FS#37032)Jouke Witteveen1-0/+1
This is especially useful to enforce connecting in the 5 GHz band.
2013-10-23Better detection of hex keysJouke Witteveen1-2/+6
Hex WEP keys are of even length, ASCII keys are of odd length. Using this information we make wifi-menu work better for WEP networks.
2013-07-25Merge branch 'master' of git://github.com/gandro/netctl into gandro-masterJouke Witteveen1-0/+18
2013-07-21Add wpa_unquote functionSebastian Wicki1-0/+18
This function can be used to unquote WPA supplicant config file strings returned from wpa_cli calls.
2013-07-21Introduce sedJouke Witteveen1-2/+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-0/+233
Use 'wpa' to refer to the 802.11i and 802.1x client side software (wpa_supplicant) in general.