Class NEHotspotConfiguration

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class NEHotspotConfiguration
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • NEHotspotConfiguration

      public NEHotspotConfiguration()
    • NEHotspotConfiguration

      protected NEHotspotConfiguration​(NSObject.Handle h, long handle)
    • NEHotspotConfiguration

      protected NEHotspotConfiguration​(NSObject.SkipInit skipInit)
    • NEHotspotConfiguration

      public NEHotspotConfiguration​(String SSID)
      Since:
      Available in iOS 11.0 and later.
    • NEHotspotConfiguration

      public NEHotspotConfiguration​(String SSID, String passphrase, boolean isWEP)
      Since:
      Available in iOS 11.0 and later.
    • NEHotspotConfiguration

      public NEHotspotConfiguration​(String SSID, NEHotspotEAPSettings eapSettings)
      Since:
      Available in iOS 11.0 and later.
    • NEHotspotConfiguration

      public NEHotspotConfiguration​(NEHotspotHS20Settings hs20Settings, NEHotspotEAPSettings eapSettings)
      Since:
      Available in iOS 11.0 and later.
    • NEHotspotConfiguration

      public NEHotspotConfiguration​(NSCoder coder)
  • Method Details

    • createUsingSSID

      public static NEHotspotConfiguration createUsingSSID​(String SSIDPrefix)
      Since:
      Available in iOS 13.0 and later.
    • createUsingSSID

      public static NEHotspotConfiguration createUsingSSID​(String SSIDPrefix, String passphrase, boolean isWEP)
      Since:
      Available in iOS 13.0 and later.
    • getSSID

      public String getSSID()
      Since:
      Available in iOS 11.0 and later.
    • getSSIDPrefix

      public String getSSIDPrefix()
      Since:
      Available in iOS 13.0 and later.
    • isJoinOnce

      public boolean isJoinOnce()
      Since:
      Available in iOS 11.0 and later.
    • setJoinOnce

      public void setJoinOnce​(boolean v)
      Since:
      Available in iOS 11.0 and later.
    • getLifeTimeInDays

      public NSNumber getLifeTimeInDays()
      Since:
      Available in iOS 11.0 and later.
    • setLifeTimeInDays

      public void setLifeTimeInDays​(NSNumber v)
      Since:
      Available in iOS 11.0 and later.
    • isHidden

      public boolean isHidden()
      Since:
      Available in iOS 13.0 and later.
    • setHidden

      public void setHidden​(boolean v)
      Since:
      Available in iOS 13.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String SSID)
      Since:
      Available in iOS 11.0 and later.
    • init

      protected long init​(String SSID, String passphrase, boolean isWEP)
      Since:
      Available in iOS 11.0 and later.
    • init

      protected long init​(String SSID, NEHotspotEAPSettings eapSettings)
      Since:
      Available in iOS 11.0 and later.
    • init

      protected long init​(NEHotspotHS20Settings hs20Settings, NEHotspotEAPSettings eapSettings)
      Since:
      Available in iOS 11.0 and later.
    • initUsingSSID

      protected long initUsingSSID​(String SSIDPrefix)
      Since:
      Available in iOS 13.0 and later.
    • initUsingSSID

      protected long initUsingSSID​(String SSIDPrefix, String passphrase, boolean isWEP)
      Since:
      Available in iOS 13.0 and later.
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)