1CFG80211_MICHAEL_MIC(9) Actions and configuration CFG80211_MICHAEL_MIC(9)
2
3
4
6 cfg80211_michael_mic_failure - notification of Michael MIC failure
7 (TKIP)
8
10 void cfg80211_michael_mic_failure(struct net_device * dev,
11 const u8 * addr,
12 enum nl80211_key_type key_type,
13 int key_id, const u8 * tsc,
14 gfp_t gfp);
15
17 dev
18 network device
19
20 addr
21 The source MAC address of the frame
22
23 key_type
24 The key type that the received frame used
25
26 key_id
27 Key identifier (0..3). Can be -1 if missing.
28
29 tsc
30 The TSC value of the frame that generated the MIC failure (6
31 octets)
32
33 gfp
34 allocation flags
35
37 This function is called whenever the local MAC detects a MIC failure in
38 a received frame. This matches with MLME-MICHAELMICFAILURE.indication
39 primitive.
40
42 Johannes Berg <johannes@sipsolutions.net>
43 Author.
44
46Kernel Hackers Manual 3.10 June 2019 CFG80211_MICHAEL_MIC(9)