Dot11StationMode

public enum Dot11StationMode : String

The connection mode for this network.

  • Ad-Hoc Network

    Declaration

    Swift

    case adHoc = "Ad-hoc"
  • Infrastructure Network Mode

    Declaration

    Swift

    case infrastructure = "Infrastructure"
  • Extra Extension

    Declaration

    Swift

    case extended = "Extended"
  • Error

    Declaration

    Swift

    case error