interfaceNames()
Returns the list of the names of available Wi-Fi interfaces.
Declaration
class func interfaceNames() -> [String]?Return Value
An array of strings representing the names of the available Wi-Fi interfaces in the system. Any one of these names can be used with the interface(withName:) method to obtain a reference to the corresponding CWInterface instance.