-
Notifications
You must be signed in to change notification settings - Fork 516
CoreWLAN macOS xcode14.0 beta1
TJ Lambert edited this page Sep 2, 2022
·
3 revisions
#CoreWLAN.framework https://github.com/xamarin/xamarin-macios/pull/15856
diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h 2022-02-23 10:56:22.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h 2022-05-31 15:02:37.000000000 -0400
@@ -49,6 +49,8 @@
BOOL _isPasspoint;
+ NSUInteger _transitionDisabledFlags;
+
NSString *_domainName;
NSString *_displayName;
@@ -102,6 +104,8 @@
NSInteger _movingAttribute;
NSInteger _publicAttribute;
+
+ NSUInteger _lowDataMode;
}
/*!
diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h 2022-02-23 10:56:23.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h 2022-05-31 15:02:37.000000000 -0400
@@ -255,6 +255,12 @@
* @constant kCWSecurityWPA3Transition
* WPA3 Transition (WPA3/WPA2 Personal) authentication.
*
+ * @constant kCWSecurityOWE
+ * OWE security.
+ *
+ * @constant kCWSecurityOWETransition
+ * OWE Transition.
+ *
* @constant kCWSecurityUnknown
* Unknown security type.
*/
@@ -274,6 +280,8 @@
kCWSecurityWPA3Personal = 11,
kCWSecurityWPA3Enterprise = 12,
kCWSecurityWPA3Transition = 13,
+ kCWSecurityOWE = 14,
+ kCWSecurityOWETransition = 15,
kCWSecurityUnknown = NSIntegerMax,
} NS_ENUM_AVAILABLE_MAC(10_7);
- 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