Skip to content

CoreWLAN macOS xcode13.0 beta1

Manuel de la Pena edited this page Jul 14, 2021 · 3 revisions

#CoreWLAN.framework https://github.com/xamarin/xamarin-macios/pull/12103

diff -ruN /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h	2021-03-16 09:53:38.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CWNetworkProfile.h	2021-06-02 11:06:07.000000000 -0400
@@ -86,6 +86,18 @@
     NSDate          *_userPreferredOrderTimestamp;
     
     NSDate          *_updatedAt;
+    
+    NSDate          *_discoveredAt;
+    
+    NSDictionary<NSString *, NSDate *> *_userPreferredNetworkNames;
+    
+    NSDictionary<NSString *, NSDate *> *_userPreferredPasspointDomains;
+    
+    NSString        *_networkGroupID;
+    
+    NSUInteger      _networkGroupPriority;
+    
+    BOOL            _privacyProxyEnabled;
 }
 
 /*!
diff -ruN /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h	2021-03-16 09:53:38.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreWLAN.framework/Headers/CoreWLANTypes.h	2021-06-02 11:06:07.000000000 -0400
@@ -174,6 +174,9 @@
  *
  * @constant kCWPHYMode11ac
  * IEEE 802.11ac physical layer mode.
+ *
+ * @constant kCWPHYMode11ax
+ * IEEE 802.11ax physical layer mode.
  */
 typedef NS_ENUM(NSInteger, CWPHYMode)
 {
@@ -183,6 +186,7 @@
 	kCWPHYMode11g		= 3,
 	kCWPHYMode11n		= 4,
     kCWPHYMode11ac      = 5,
+    kCWPHYMode11ax      = 6,
 } NS_ENUM_AVAILABLE_MAC(10_7);
 
 /*!
Clone this wiki locally