MonobjcMonobjc Documented Class Library
CWErr Enumeration
NamespacesMonobjc.CoreWLANCWErr

[Missing <summary> documentation for "T:Monobjc.CoreWLAN.CWErr"]

Declaration Syntax
C#Visual BasicVisual C++
public enum CWErr
Public Enumeration CWErr
public enum class CWErr
Members
MemberDescription
kCWNoErr

Success.


kCWParamErr

Parameter error.


kCWNoMemErr

Memory allocation failed.


kCWUknownErr

Unexpected error condition encountered for which no error code exists.


kCWNotSupportedErr

Operation not supported.


kCWFormatErr

Invalid protocol element field detected.


kCWTimeoutErr

Authentication/Association timed out.


kCWUnspecifiedFailureErr

Access point did not specify a reason for authentication/association failure.


kCWUnsupportedCapabilitiesErr

Access point cannot support all requested capabilities.


kCWReassociationDeniedErr

Reassociation was denied because the access point was unable to determine that an association exists.


kCWAssociationDeniedErr

Association was denied for an unspecified reason.


kCWAuthAlgUnsupportedErr

Specified authentication algorithm is not supported.


kCWInvalidAuthSeqNumErr

Authentication frame received with an authentication sequence number out of expected sequence.


kCWChallengeFailureErr

Authentication was rejected because of a challenge failure.


kCWAPFullErr

Access point is unable to handle another associated station.


kCWUnsupportedRateSetErr

Interface does not support all of the rates in the access point's basic rate set.


kCWShortSlotUnsupportedErr

Association denied because short slot time option is not supported by requesting station.


kCWDSSSOFDMUnsupportedErr

Association denied because DSSS-OFDM is not supported by requesting station.


kCWInvalidInfoElementErr

Invalid information element included in association request.


kCWInvalidGroupCipherErr

Invalid group cipher requested.


kCWInvalidPairwiseCipherErr

Invalid pairwise cipher requested.


kCWInvalidAKMPErr

Invalid authentication selector requested.


kCWUnsupportedRSNVersionErr

Invalid WPA/WPA2 version specified.


kCWInvalidRSNCapabilitiesErr

Invalid RSN capabilities specified in association request.


kCWCipherSuiteRejectedErr

Cipher suite rejected due to network security policy.


kCWInvalidPMKErr

PMK rejected by the access point.


kCWSupplicantTimeoutErr

WPA/WPA2 handshake timed out.


kCWHTFeaturesNotSupported

Association was denied because the requesting station does not support HT features.


kCWPCOTransitionTimeNotSupported

Association was denied because the requesting station does not support the PCO transition time required by the AP.


kCWRefNotBoundErr

No interface is bound to the CWInterface.


kCWIPCError

Error communicating with a separate process.


kCWOpNotPermitted

Calling process does not have permission to perform this operation.


kCWError

Generic error, no specific error code exists to describe the error condition.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CoreWLAN (Module: Monobjc.CoreWLAN)