The plugin part CoreWLAN
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS MacFrameworks Plugin:CoreWLAN:
Partly Console safe,
193 entry points.
- class CWChannelMBS
- class CWConfigurationMBS
- class CWInterfaceMBS
- method startIBSSModeWithSSID(ssidData as MemoryBlock, security as integer, channel as integer, password as string, byref error as NSErrorMBS) as boolean
- method associateToEnterpriseNetwork(network as CWNetworkMBS, SecIdentityRef as integer, username as string, password as string, byref error as NSErrorMBS) as boolean
- method setWEPKey(key as Memoryblock, flags as integer, index as integer, byref error as NSErrorMBS) as boolean
- method setPairwiseMasterKey(key as Memoryblock, byref error as NSErrorMBS) as boolean
- method associateToNetwork(network as CWNetworkMBS, parameters as dictionary, byref error as NSErrorMBS) as boolean
- method associateToNetwork(network as CWNetworkMBS, password as string, byref error as NSErrorMBS) as boolean
- method scanForNetworksWithParameters(parameters as dictionary, byref error as NSErrorMBS) as CWNetworkMBS()
- method setChannel(channel as UInt32, byref error as NSErrorMBS) as boolean
- method setPower(p as boolean, byref error as NSErrorMBS) as boolean
- method enableIBSSWithParameters(parameters as dictionary, byref error as NSErrorMBS) as boolean
- method commitConfiguration(config as CWConfigurationMBS, byref error as NSErrorMBS) as boolean
- method commitConfiguration(config as CWConfigurationMBS, SFAuthorizationRef as integer, byref error as NSErrorMBS) as boolean
- method scanForNetworksWithParameters(parameters as dictionary) as CWNetworkMBS()
- method setChannel(channel as UInt32) as boolean
- method setPower(p as boolean) as boolean
- method enableIBSSWithParameters(parameters as dictionary) as boolean
- method enableIBSSWithParameters as boolean
- method enableIBSSWithParameters(byref error as NSErrorMBS) as boolean
- method scanForNetworksWithParameters as CWNetworkMBS()
- method scanForNetworksWithParameters(byref error as NSErrorMBS) as CWNetworkMBS()
- method supportedPHYModes as integer()
- method supportedChannels as integer()
- method disassociate
- method Constructor(name as string)
- method Constructor
- method isEqualToInterface(otherInterface as CWInterfaceMBS) as boolean
- method setWLANChannel(channel as CWChannelMBS, byref error as NSErrorMBS) as boolean
- method supportedWLANChannels as CWChannelMBS()
- method cachedScanResults as CWNetworkMBS()
- method scanForNetworksWithSSID(ssid as memoryblock, byref error as NSErrorMBS) as CWNetworkMBS()
- method scanForNetworksWithName(networkName as string, byref error as NSErrorMBS) as CWNetworkMBS()
- property serviceActive as Boolean
- property deviceAttached as Boolean
- property supportsWoW as Boolean
- property supportsWEP as Boolean
- property supportsAES_CCM as Boolean
- property supportsIBSS as Boolean
- property supportsTKIP as Boolean
- property supportsPMGT as Boolean
- property supportsHostAP as Boolean
- property supportsMonitorMode as Boolean
- property supportsWPA as Boolean
- property supportsWPA2 as Boolean
- property supportsWME as Boolean
- property supportsShortGI40MHz as Boolean
- property supportsShortGI20MHz as Boolean
- property supportsTSN as Boolean
- property power as Boolean
- property powerSave as Boolean
- property name as String
- property channel as Integer
- property phyMode as Integer
- property ssid as String
- property bssid as String
- property bssidData as MemoryBlock
- property rssi as Double
- property noise as Double
- property txRate as Double
- property securityMode as Integer
- property interfaceState as Integer
- property opMode as Integer
- property txPower as Double
- property countryCode as String
- property configuration as CWConfigurationMBS
- property powerOn as Boolean
- property interfaceName as String
- property wlanChannel as CWChannelMBS
- property ssidData as MemoryBlock
- property rssiValue as Integer
- property noiseMeasurement as Integer
- property security as Integer
- property transmitRate as Double
- property transmitPower as Integer
- property activePHYMode as Integer
- property interfaceMode as Integer
- property Handle as Integer
- property description as String
- property hardwareAddress as String
- shared method supportedInterfaces as String()
- shared method primaryInterface as CWInterfaceMBS
- shared method interfaceWithName(name as string) as CWInterfaceMBS
- shared method interfaceNames as String()
- class CWMutableConfigurationMBS
- class CWMutableNetworkProfileMBS
- class CWNetworkMBS
- class CWNetworkProfileMBS
- class CWWiFiClientMBS
- module CWGlobalsMBS
- method KeychainGetEAPIdentityList(byref ListSecIdentityRef() as Integer) as integer
- method KeychainGetWiFiEAPIdentity(KeychainDomain as integer, ssidData as memoryblock, byref SecIdentityRef as Integer) as integer
- method KeychainGetEAPIdentity(ssidData as memoryblock, byref SecIdentityRef as Integer) as integer
- method KeychainGetEAPUsernameAndPassword(ssidData as memoryblock, byref username as string, byref password as string) as integer
- method MergeNetworks(networks() as CWNetworkMBS) as CWNetworkMBS()
- method KeychainSetWiFiEAPUsernameAndPassword(KeychainDomain as integer, ssidData as memoryblock, Username as string, Password as string) as integer
- method KeychainSetWiFiEAPIdentity(KeychainDomain as integer, ssidData as memoryblock, SecIdentityRef as Integer) as integer
- method KeychainSetEAPUsernameAndPassword(ssidData as memoryblock, username as string, password as string) as integer
- method KeychainSetEAPIdentity(ssidData as memoryblock, SecIdentityRef as Integer) as integer
- method KeychainFindWiFiEAPUsernameAndPassword(KeychainDomain as integer, ssidData as memoryblock, byref username as string, byref password as string) as integer
- method KeychainDeleteWiFiEAPUsernameAndPassword(KeychainDomain as integer, ssidData as memoryblock) as integer
- method KeychainDeleteEAPUsernameAndPassword(ssidData as memoryblock) as integer
- method KeychainDeleteWiFiPassword(KeychainDomain as integer, ssidData as memoryblock) as integer
- method KeychainSetWiFiPassword(KeychainDomain as integer, ssidData as memoryblock, password as string) as integer
- method KeychainFindWiFiPassword(KeychainDomain as integer, ssidData as memoryblock, byref password as string) as integer
- method KeychainSetPassword(ssidData as memoryblock, password as string) as integer
- method KeychainGetPassword(ssidData as memoryblock, byref password as string) as integer
- method KeychainDeletePassword(ssidData as memoryblock) as integer
- method CWErrorDomain as string
- method CWPowerDidChangeNotification as string
- method CWSSIDDidChangeNotification as string
- method CWBSSIDDidChangeNotification as string
- method CWLinkDidChangeNotification as string
- method CWModeDidChangeNotification as string
- method CWCountryCodeDidChangeNotification as string
- method CWScanCacheDidUpdateNotification as string
- method CWLinkQualityNotificationRSSIKey as string
- method CWLinkQualityNotificationTransmitRateKey as string
- method CWLinkQualityDidChangeNotification as string
Blog Entries
Videos
Xojo Developer Magazine