-
Notifications
You must be signed in to change notification settings - Fork 516
CoreWLAN macOS xcode14.0 rc
Israel Soto edited this page Sep 7, 2022
·
1 revision
#CoreWLAN.framework
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h 2022-08-05 12:40:15.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h 2022-08-03 21:05:31.000000000 -0500
@@ -49,9 +49,6 @@
BOOL _isPasspoint;
-
- NSUInteger _transitionDisabledFlags;
-
NSString *_domainName;
NSString *_displayName;
@@ -105,8 +102,6 @@
NSInteger _movingAttribute;
NSInteger _publicAttribute;
-
- NSUInteger _lowDataMode;
}
/*!
diff -ruN /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h
--- /Applications/Xcode_14.0.0-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h 2022-08-05 12:40:15.000000000 -0500
+++ /Applications/Xcode_14.0.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h 2022-08-03 21:05:32.000000000 -0500
@@ -255,12 +255,6 @@
* @constant kCWSecurityWPA3Transition
* WPA3 Transition (WPA3/WPA2 Personal) authentication.
*
- * @constant kCWSecurityOWE
- * OWE security.
- *
- * @constant kCWSecurityOWETransition
- * OWE Transition.
- *
* @constant kCWSecurityUnknown
* Unknown security type.
*/
@@ -280,8 +274,6 @@
kCWSecurityWPA3Personal = 11,
kCWSecurityWPA3Enterprise = 12,
kCWSecurityWPA3Transition = 13,
- kCWSecurityOWE = 14,
- kCWSecurityOWETransition = 15,
kCWSecurityUnknown = NSIntegerMax,
} NS_ENUM_AVAILABLE_MAC(10_7);
@@ -452,7 +444,6 @@
CWEventTypeLinkQualityDidChange = 6,
CWEventTypeModeDidChange = 7,
CWEventTypeScanCacheUpdated = 8,
- CWEventTypeBtCoexStats = 9,
CWEventTypeUnknown = NSIntegerMax,
} NS_ENUM_AVAILABLE_MAC(10_10);
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status