Documentation Archive Developer
Search

CoreWLAN Changes

CoreWLAN

CWChannel.h
Declaration
From
@property(readonly) NSUInteger channelNumber
To
@property(readonly) NSInteger channelNumber

CWConfiguration.h
Declaration
From
+ (id)configuration
To
+ (instancetype)configuration

Declaration
From
+ (id)configurationWithConfiguration:(CWConfiguration *)configuration
To
+ (instancetype)configurationWithConfiguration:(CWConfiguration *)configuration

Declaration
From
- (id)init
To
- (instancetype)init

Declaration
From
- (id)initWithConfiguration:(CWConfiguration *)configuration
To
- (instancetype)initWithConfiguration:(CWConfiguration *)configuration

Declaration
From
@property(readonly, assign) BOOL rememberJoinedNetworks
To
@property(readonly) BOOL rememberJoinedNetworks

Declaration
From
@property(readonly, assign) BOOL requireAdministratorForAssociation
To
@property(readonly) BOOL requireAdministratorForAssociation

Declaration
From
@property(readonly, assign) BOOL requireAdministratorForIBSSMode
To
@property(readonly) BOOL requireAdministratorForIBSSMode

Declaration
From
@property(readonly, assign) BOOL requireAdministratorForPower
To
@property(readonly) BOOL requireAdministratorForPower

Introduction
FromOS X 10.7
ToOS X 10.6

Declaration
From
@property(readwrite, copy) NSOrderedSet *networkProfiles
To
@property(copy) NSOrderedSet *networkProfiles

Declaration
From
@property(readwrite, assign) BOOL rememberJoinedNetworks
To
@property BOOL rememberJoinedNetworks

Declaration
From
@property(readwrite, assign) BOOL requireAdministratorForAssociation
To
@property BOOL requireAdministratorForAssociation

Declaration
From
@property(readwrite, assign) BOOL requireAdministratorForIBSSMode
To
@property BOOL requireAdministratorForIBSSMode

Declaration
From
@property(readwrite, assign) BOOL requireAdministratorForPower
To
@property BOOL requireAdministratorForPower

CWInterface.h
Declaration
From
- (BOOL)associateToEnterpriseNetwork:(CWNetwork *)network identity:(SecIdentityRef)identity username:(NSString *)username password:(NSString *)password error:(NSError **)error
To
- (BOOL)associateToEnterpriseNetwork:(CWNetwork *)network identity:(SecIdentityRef)identity username:(NSString *)username password:(NSString *)password error:(out NSError **)error

Declaration
From
- (BOOL)associateToNetwork:(CWNetwork *)network password:(NSString *)password error:(NSError **)error
To
- (BOOL)associateToNetwork:(CWNetwork *)network password:(NSString *)password error:(out NSError **)error

Declaration
From
- (BOOL)commitConfiguration:(CWConfiguration *)configuration authorization:(SFAuthorization *)authorization error:(NSError **)error
To
- (BOOL)commitConfiguration:(CWConfiguration *)configuration authorization:(SFAuthorization *)authorization error:(out NSError **)error

DeclarationDeprecation
From
- (id)initWithInterfaceName:(NSString *)name
--
To
- (instancetype)initWithInterfaceName:(NSString *)name
OS X 10.10

DeclarationDeprecation
From
+ (CWInterface *)interface
--
To
+ (instancetype)interface
OS X 10.10

Declaration
From
@property(readonly, copy) NSString *interfaceName
To
@property(readonly) NSString *interfaceName

IntroductionDeprecation
FromOS X 10.7--
ToOS X 10.6OS X 10.10

DeclarationDeprecation
From
+ (CWInterface *)interfaceWithName:(NSString *)name
--
To
+ (instancetype)interfaceWithName:(NSString *)name
OS X 10.10

Declaration
From
- (NSSet *)scanForNetworksWithName:(NSString *)networkName error:(NSError **)error
To
- (NSSet *)scanForNetworksWithName:(NSString *)networkName error:(out NSError **)error

Declaration
From
- (NSSet *)scanForNetworksWithSSID:(NSData *)ssid error:(NSError **)error
To
- (NSSet *)scanForNetworksWithSSID:(NSData *)ssid error:(out NSError **)error

Declaration
From
- (BOOL)setPairwiseMasterKey:(NSData *)key error:(NSError **)error
To
- (BOOL)setPairwiseMasterKey:(NSData *)key error:(out NSError **)error

Declaration
From
- (BOOL)setPower:(BOOL)power error:(NSError **)error
To
- (BOOL)setPower:(BOOL)power error:(out NSError **)error

Declaration
From
- (BOOL)setWEPKey:(NSData *)key flags:(CWCipherKeyFlags)flags index:(NSUInteger)index error:(NSError **)error
To
- (BOOL)setWEPKey:(NSData *)key flags:(CWCipherKeyFlags)flags index:(NSInteger)index error:(out NSError **)error

Declaration
From
- (BOOL)setWLANChannel:(CWChannel *)channel error:(NSError **)error
To
- (BOOL)setWLANChannel:(CWChannel *)channel error:(out NSError **)error

Declaration
From
- (BOOL)startIBSSModeWithSSID:(NSData *)ssidData security:(CWIBSSModeSecurity)security channel:(NSUInteger)channel password:(NSString *)password error:(NSError **)error
To
- (BOOL)startIBSSModeWithSSID:(NSData *)ssidData security:(CWIBSSModeSecurity)security channel:(NSUInteger)channel password:(NSString *)password error:(out NSError **)error

CWNetwork.h
Declaration
From
@property(readonly) NSUInteger beaconInterval
To
@property(readonly) NSInteger beaconInterval

Introduction
FromOS X 10.7
ToOS X 10.8

CWNetworkProfile.h
Declaration
From
@property(readwrite, assign) CWSecurity security
To
@property CWSecurity security

Declaration
From
@property(readwrite, copy) NSData *ssidData
To
@property(copy) NSData *ssidData

Declaration
From
- (id)init
To
- (instancetype)init

Declaration
From
- (id)initWithNetworkProfile:(CWNetworkProfile *)networkProfile
To
- (instancetype)initWithNetworkProfile:(CWNetworkProfile *)networkProfile

Declaration
From
+ (id)networkProfile
To
+ (instancetype)networkProfile

Declaration
From
+ (id)networkProfileWithNetworkProfile:(CWNetworkProfile *)networkProfile
To
+ (instancetype)networkProfileWithNetworkProfile:(CWNetworkProfile *)networkProfile

Declaration
From
@property(readonly, assign) CWSecurity security
To
@property(readonly) CWSecurity security

CWWirelessProfile.h (Removed)
Removed CWWirelessProfile
Removed -[CWWirelessProfile init]
Removed -[CWWirelessProfile isEqualToProfile:]
Removed CWWirelessProfile.passphrase
Removed +[CWWirelessProfile profile]
Removed CWWirelessProfile.securityMode
Removed CWWirelessProfile.ssid
Removed CWWirelessProfile.user8021XProfile
CoreWLAN.h
Removed CoreWLANFrameworkVersionNumber
Removed #def CoreWLANFrameworkVersionNumber2_0
CoreWLANConstants.h
Deprecation
From--
ToOS X 10.10

Deprecation
From--
ToOS X 10.10

Deprecation
From--
ToOS X 10.10

Deprecation
From--
ToOS X 10.10

IntroductionDeprecation
FromOS X 10.7--
ToOS X 10.6OS X 10.10

IntroductionDeprecation
FromOS X 10.7--
ToOS X 10.6OS X 10.10

Deprecation
From--
ToOS X 10.10

Deprecation
From--
ToOS X 10.10

Deprecation
From--
ToOS X 10.10

Deprecation
From--
ToOS X 10.10

CoreWLANTypes.h
Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.9
ToOS X 10.7

Introduction
FromOS X 10.9
ToOS X 10.7

Modified kCWEAPOLErr
Introduction
FromOS X 10.7
ToOS X 10.6

Modified kCWErr
Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.9
ToOS X 10.10

Introduction
FromOS X 10.9
ToOS X 10.10

Introduction
FromOS X 10.9
ToOS X 10.10

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.7
ToOS X 10.6

Introduction
FromOS X 10.9
ToOS X 10.7

Introduction
FromOS X 10.7
ToOS X 10.6

Modified kCWUnknownErr
Introduction
FromOS X 10.7
ToOS X 10.6

CoreWLANUtil.h
Deprecation
FromOS X 10.9
To--