Safe Haskell | None |
---|---|
Language | Haskell2010 |
Handles the execution of 'wpa_*' commands as well as the template loading, compilation and substitution.
- createFiles :: FilePath -> Interface -> SSID -> Passphrase -> IO (FilePath, FilePath)
- type Interface = String
- type SSID = String
- type Passphrase = String
Documentation
createFiles :: FilePath -> Interface -> SSID -> Passphrase -> IO (FilePath, FilePath) Source #
createFiles
creates both the script- and data-file for a FilePath
,
Interface
, SSID
and Passphrase
. These filenames are then returned in a
tuple so that they may be used to notify the user of their creation.
type Passphrase = String Source #