Dot11Capabilities
public struct Dot11Capabilities
This struct describes the model for the Dot11 Capabilities struct
-
Declaration
Swift
public var supportsTKIP: Bool
Return Value
True, if the device supports TKIP
-
Declaration
Swift
public var supportsWEP: Bool
Return Value
True, if the device supports Web Encryption Protocol (WEP)
-
Declaration
Swift
public var canScanAvailableNetworks: Bool
Return Value
True, if the device supports scanning for networks
-
Declaration
Swift
public var supportsMultipleConfigurations: Bool
Return Value
True, if the device multiple configurations
-
Declaration
Swift
public var supportsAdHocStationMode: Bool
Return Value
True, if the device supports Ad Hoc Station Mode
-
Returns the parameters in a fashion suitable for sending to the device.
Declaration
Swift
public var asParameters: [String : Any]! { get }