-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | A binding to the iw library for getting info about the current WiFi
--   connection.
@package iwlib
@version 0.1.2


module Network.IWlib
data WirelessInfo
WirelessInfo :: String -> Int -> WirelessInfo
[wiEssid] :: WirelessInfo -> String
[wiQuality] :: WirelessInfo -> Int
getWirelessInfo :: String -> IO WirelessInfo
instance GHC.Internal.Show.Show Network.IWlib.WirelessInfo
