CLMfpEventType

  • Base type Enumeration

The type of the MFP anomaly event. invalidMic - The MFP Validation has identified that the MIC carried by a particular management frame is invalid. invalidSeq - The MFP validation has identified that a particular management frame is carrying an invalid sequence number. Note that an invalid sequence number error can also be detected due to an incorrect timestamp in the MFP information element. The incorrect timestamp could possibly be due to the fact that the detecting AP's time window is not in synchronization with that of other APs in the MFP framework. noMic - The MFP validation has detected a management frame without the MFP information element. unexpectedMic - The MFP validation has detected a management frame as carrying a MIC value when protection is not enabled on the WLAN. ccmpDecryptError - An MFP frame that was apparently received from a client in an AES-CCMP encrypted session was rejected by the Access Point because it could not be decrypted. ccmpInvalidMhdrIe - An MFP frame that was apparently received from a client in an AES-CCMP encrypted session was rejected by the Access Point because it contained an invalid MHDR information element, or the MHDR information element was not present. ccmpInvalidReplayCtr - An MFP frame that was apparently received from a client in an AES-CCMP encrypted session was rejected by the Access Point because the replay counter was not valid. tkipInvalidIcv - An MFP frame that was apparently received from a client in a TKIP encrypted session was rejected by the Access Point because it contained an invalid Integrity Check Value. tkipInvalidMic - An MFP frame that was apparently received from a client in a TKIP encrypted session was rejected by the Access Point because the message integrity check failed. tkipInvalidMhdrIe - An MFP frame that was apparently received from a client in a TKIP encrypted session was rejected by the Access Point because it contained an invalid MHDR information element, or the MHDR information element was not present. tkipInvalidReplayCtr - An MFP frame that was apparently received from a client in a TKIP encrypted session was rejected by the Access Point because it the replay counter was not valid. bcastDisassociationFrameRcvd - The Access Point detected a broadcast disassociation frame. Broadcast disassociation frames are rejected by CCXv5 compliant devices. bcastDeauthenticationFrameRcvd - The Access Point detected a broadcast deauthentication frame. Broadcast deauthentication frames are rejected by CCXv5 compliant devices. bcastActionFrameRcvd - The Access Point detected a broadcast action frame. Broadcast action frames are rejected by CCXv5 compliant devices.

Possible values

15 objects
Number Name
1 invalidMic
2 invalidSeq
3 noMic
4 unexpectedMic
16 ccmpNoEncryptError
17 ccmpDecryptError
19 ccmpInvalidReplayCtr
20 tkipNoEncryptError
21 tkipInvalidIcv
22 tkipInvalidMic
23 tkipInvalidMhdrIe
24 tkipInvalidReplayCtr
32 bcastDisassociationFrameRcvd
33 bcastDeauthenticationFrameRcvd
34 bcastActionFrameRcvd