summaryrefslogtreecommitdiffstats
path: root/src/lib/wpa
AgeCommit message (Collapse)AuthorFilesLines
2014-04-23wpa: add Frequency= optionIvan Shapovalov1-0/+1
This option sets a frequency to use in ad-hoc mode for a newly created IBSS (when it is going to be created).
2014-02-25Code style and output improvementsJouke Witteveen1-8/+13
Now a bit more verbose when useful.
2013-11-16Fix typo in detection of hex keysJouke Witteveen1-2/+2
Errata to f5065. $Key has a capital.
2013-10-23Set a global restrictive umaskJouke Witteveen1-1/+0
Netctl files can potentially contain passwords or execute code as root.
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.