Query: cfg80211_michael_mic_failure
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CFG80211_MICHAEL_MIC(9) Actions and configuration CFG80211_MICHAEL_MIC(9)NAMEcfg80211_michael_mic_failure - notification of Michael MIC failure (TKIP)SYNOPSISvoid cfg80211_michael_mic_failure(struct net_device * dev, const u8 * addr, enum nl80211_key_type key_type, int key_id, const u8 * tsc, gfp_t gfp);ARGUMENTSdev network device addr The source MAC address of the frame key_type The key type that the received frame used key_id Key identifier (0..3). Can be -1 if missing. tsc The TSC value of the frame that generated the MIC failure (6 octets) gfp allocation flagsDESCRIPTIONThis function is called whenever the local MAC detects a MIC failure in a received frame. This matches with MLME-MICHAELMICFAILURE.indication primitive.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CFG80211_MICHAEL_MIC(9)
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
Tar Command |
Docker learning Phase-I |
Controlling user input |
[TIP] Processing YAML files with yq |