#[repr(transparent)]pub struct CWErr(pub NSInteger);
CoreWLANTypes
only.Expand description
Error codes corresponding to the CWErrorDomain domain.
Success.
EAPOL-related error.
Parameter error.
Memory allocation failed.
Unexpected error condition encountered for which no error code exists.
Operation not supported.
Invalid protocol element field detected.
Operation timed out.
Access point did not specify a reason for authentication/association failure.
Access point cannot support all requested capabilities.
Reassociation was denied because the access point was unable to determine that an association exists.
Association was denied for an unspecified reason.
Specified authentication algorithm is not supported.
Authentication frame received with an authentication sequence number out of expected sequence.
Authentication was rejected because of a challenge failure.
Access point is unable to handle another associated station.
Interface does not support all of the rates in the basic rate set of the access point.
Association denied because short slot time option is not supported by requesting station.
Association denied because DSSS-OFDM is not supported by requesting station.
Invalid information element included in association request.
Invalid group cipher requested.
Invalid pairwise cipher requested.
Invalid authentication selector requested.
Invalid WPA/WPA2 version specified.
Invalid RSN capabilities specified in association request.
Cipher suite rejected due to network security policy.
PMK rejected by the access point.
WPA/WPA2 handshake timed out.
Association was denied because the requesting station does not support HT features.
Association was denied because the requesting station does not support the PCO transition time required by the AP.
No interface is bound to the CWInterface object.
Error communicating with a separate process.
Calling process does not have permission to perform this operation.
Generic error, no specific error code exists to describe the error condition.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger