1 /* SPDX-License-Identifier: GPL-2.0 */
3 #define TRACE_SYSTEM cfg80211
5 #if !defined(__RDEV_OPS_TRACE) || defined(TRACE_HEADER_MULTI_READ)
6 #define __RDEV_OPS_TRACE
8 #include <linux/tracepoint.h>
10 #include <linux/rtnetlink.h>
11 #include <linux/etherdevice.h>
12 #include <net/cfg80211.h>
15 #define MAC_ENTRY(entry_mac) __array(u8, entry_mac, ETH_ALEN)
16 #define MAC_ASSIGN(entry_mac, given_mac) do { \
18 memcpy(__entry->entry_mac, given_mac, ETH_ALEN); \
20 eth_zero_addr(__entry->entry_mac); \
22 #define MAC_PR_FMT "%pM"
23 #define MAC_PR_ARG(entry_mac) (__entry->entry_mac)
26 #define WIPHY_ENTRY __array(char, wiphy_name, 32)
27 #define WIPHY_ASSIGN strlcpy(__entry->wiphy_name, wiphy_name(wiphy), MAXNAME)
28 #define WIPHY_PR_FMT "%s"
29 #define WIPHY_PR_ARG __entry->wiphy_name
31 #define WDEV_ENTRY __field(u32, id)
32 #define WDEV_ASSIGN (__entry->id) = (!IS_ERR_OR_NULL(wdev) \
33 ? wdev->identifier : 0)
34 #define WDEV_PR_FMT "wdev(%u)"
35 #define WDEV_PR_ARG (__entry->id)
37 #define NETDEV_ENTRY __array(char, name, IFNAMSIZ) \
39 #define NETDEV_ASSIGN \
41 memcpy(__entry->name, netdev->name, IFNAMSIZ); \
42 (__entry->ifindex) = (netdev->ifindex); \
44 #define NETDEV_PR_FMT "netdev:%s(%d)"
45 #define NETDEV_PR_ARG __entry->name, __entry->ifindex
47 #define MESH_CFG_ENTRY __field(u16, dot11MeshRetryTimeout) \
48 __field(u16, dot11MeshConfirmTimeout) \
49 __field(u16, dot11MeshHoldingTimeout) \
50 __field(u16, dot11MeshMaxPeerLinks) \
51 __field(u8, dot11MeshMaxRetries) \
52 __field(u8, dot11MeshTTL) \
53 __field(u8, element_ttl) \
54 __field(bool, auto_open_plinks) \
55 __field(u32, dot11MeshNbrOffsetMaxNeighbor) \
56 __field(u8, dot11MeshHWMPmaxPREQretries) \
57 __field(u32, path_refresh_time) \
58 __field(u32, dot11MeshHWMPactivePathTimeout) \
59 __field(u16, min_discovery_timeout) \
60 __field(u16, dot11MeshHWMPpreqMinInterval) \
61 __field(u16, dot11MeshHWMPperrMinInterval) \
62 __field(u16, dot11MeshHWMPnetDiameterTraversalTime) \
63 __field(u8, dot11MeshHWMPRootMode) \
64 __field(u16, dot11MeshHWMPRannInterval) \
65 __field(bool, dot11MeshGateAnnouncementProtocol) \
66 __field(bool, dot11MeshForwarding) \
67 __field(s32, rssi_threshold) \
68 __field(u16, ht_opmode) \
69 __field(u32, dot11MeshHWMPactivePathToRootTimeout) \
70 __field(u16, dot11MeshHWMProotInterval) \
71 __field(u16, dot11MeshHWMPconfirmationInterval)
72 #define MESH_CFG_ASSIGN \
74 __entry->dot11MeshRetryTimeout = conf->dot11MeshRetryTimeout; \
75 __entry->dot11MeshConfirmTimeout = \
76 conf->dot11MeshConfirmTimeout; \
77 __entry->dot11MeshHoldingTimeout = \
78 conf->dot11MeshHoldingTimeout; \
79 __entry->dot11MeshMaxPeerLinks = conf->dot11MeshMaxPeerLinks; \
80 __entry->dot11MeshMaxRetries = conf->dot11MeshMaxRetries; \
81 __entry->dot11MeshTTL = conf->dot11MeshTTL; \
82 __entry->element_ttl = conf->element_ttl; \
83 __entry->auto_open_plinks = conf->auto_open_plinks; \
84 __entry->dot11MeshNbrOffsetMaxNeighbor = \
85 conf->dot11MeshNbrOffsetMaxNeighbor; \
86 __entry->dot11MeshHWMPmaxPREQretries = \
87 conf->dot11MeshHWMPmaxPREQretries; \
88 __entry->path_refresh_time = conf->path_refresh_time; \
89 __entry->dot11MeshHWMPactivePathTimeout = \
90 conf->dot11MeshHWMPactivePathTimeout; \
91 __entry->min_discovery_timeout = conf->min_discovery_timeout; \
92 __entry->dot11MeshHWMPpreqMinInterval = \
93 conf->dot11MeshHWMPpreqMinInterval; \
94 __entry->dot11MeshHWMPperrMinInterval = \
95 conf->dot11MeshHWMPperrMinInterval; \
96 __entry->dot11MeshHWMPnetDiameterTraversalTime = \
97 conf->dot11MeshHWMPnetDiameterTraversalTime; \
98 __entry->dot11MeshHWMPRootMode = conf->dot11MeshHWMPRootMode; \
99 __entry->dot11MeshHWMPRannInterval = \
100 conf->dot11MeshHWMPRannInterval; \
101 __entry->dot11MeshGateAnnouncementProtocol = \
102 conf->dot11MeshGateAnnouncementProtocol; \
103 __entry->dot11MeshForwarding = conf->dot11MeshForwarding; \
104 __entry->rssi_threshold = conf->rssi_threshold; \
105 __entry->ht_opmode = conf->ht_opmode; \
106 __entry->dot11MeshHWMPactivePathToRootTimeout = \
107 conf->dot11MeshHWMPactivePathToRootTimeout; \
108 __entry->dot11MeshHWMProotInterval = \
109 conf->dot11MeshHWMProotInterval; \
110 __entry->dot11MeshHWMPconfirmationInterval = \
111 conf->dot11MeshHWMPconfirmationInterval; \
114 #define CHAN_ENTRY __field(enum nl80211_band, band) \
115 __field(u16, center_freq)
116 #define CHAN_ASSIGN(chan) \
119 __entry->band = chan->band; \
120 __entry->center_freq = chan->center_freq; \
123 __entry->center_freq = 0; \
126 #define CHAN_PR_FMT "band: %d, freq: %u"
127 #define CHAN_PR_ARG __entry->band, __entry->center_freq
129 #define CHAN_DEF_ENTRY __field(enum nl80211_band, band) \
130 __field(u32, control_freq) \
131 __field(u32, width) \
132 __field(u32, center_freq1) \
133 __field(u32, center_freq2)
134 #define CHAN_DEF_ASSIGN(chandef) \
136 if ((chandef) && (chandef)->chan) { \
137 __entry->band = (chandef)->chan->band; \
138 __entry->control_freq = \
139 (chandef)->chan->center_freq; \
140 __entry->width = (chandef)->width; \
141 __entry->center_freq1 = (chandef)->center_freq1;\
142 __entry->center_freq2 = (chandef)->center_freq2;\
145 __entry->control_freq = 0; \
146 __entry->width = 0; \
147 __entry->center_freq1 = 0; \
148 __entry->center_freq2 = 0; \
151 #define CHAN_DEF_PR_FMT \
152 "band: %d, control freq: %u, width: %d, cf1: %u, cf2: %u"
153 #define CHAN_DEF_PR_ARG __entry->band, __entry->control_freq, \
154 __entry->width, __entry->center_freq1, \
155 __entry->center_freq2
157 #define SINFO_ENTRY __field(int, generation) \
158 __field(u32, connected_time) \
159 __field(u32, inactive_time) \
160 __field(u32, rx_bytes) \
161 __field(u32, tx_bytes) \
162 __field(u32, rx_packets) \
163 __field(u32, tx_packets) \
164 __field(u32, tx_retries) \
165 __field(u32, tx_failed) \
166 __field(u32, rx_dropped_misc) \
167 __field(u32, beacon_loss_count) \
170 __field(u8, plink_state)
171 #define SINFO_ASSIGN \
173 __entry->generation = sinfo->generation; \
174 __entry->connected_time = sinfo->connected_time; \
175 __entry->inactive_time = sinfo->inactive_time; \
176 __entry->rx_bytes = sinfo->rx_bytes; \
177 __entry->tx_bytes = sinfo->tx_bytes; \
178 __entry->rx_packets = sinfo->rx_packets; \
179 __entry->tx_packets = sinfo->tx_packets; \
180 __entry->tx_retries = sinfo->tx_retries; \
181 __entry->tx_failed = sinfo->tx_failed; \
182 __entry->rx_dropped_misc = sinfo->rx_dropped_misc; \
183 __entry->beacon_loss_count = sinfo->beacon_loss_count; \
184 __entry->llid = sinfo->llid; \
185 __entry->plid = sinfo->plid; \
186 __entry->plink_state = sinfo->plink_state; \
189 #define BOOL_TO_STR(bo) (bo) ? "true" : "false"
191 #define QOS_MAP_ENTRY __field(u8, num_des) \
192 __array(u8, dscp_exception, \
193 2 * IEEE80211_QOS_MAP_MAX_EX) \
194 __array(u8, up, IEEE80211_QOS_MAP_LEN_MIN)
195 #define QOS_MAP_ASSIGN(qos_map) \
198 __entry->num_des = (qos_map)->num_des; \
199 memcpy(__entry->dscp_exception, \
200 &(qos_map)->dscp_exception, \
201 2 * IEEE80211_QOS_MAP_MAX_EX); \
202 memcpy(__entry->up, &(qos_map)->up, \
203 IEEE80211_QOS_MAP_LEN_MIN); \
205 __entry->num_des = 0; \
206 memset(__entry->dscp_exception, 0, \
207 2 * IEEE80211_QOS_MAP_MAX_EX); \
208 memset(__entry->up, 0, \
209 IEEE80211_QOS_MAP_LEN_MIN); \
213 /*************************************************************
215 *************************************************************/
217 TRACE_EVENT(rdev_suspend
,
218 TP_PROTO(struct wiphy
*wiphy
, struct cfg80211_wowlan
*wow
),
223 __field(bool, disconnect
)
224 __field(bool, magic_pkt
)
225 __field(bool, gtk_rekey_failure
)
226 __field(bool, eap_identity_req
)
227 __field(bool, four_way_handshake
)
228 __field(bool, rfkill_release
)
229 __field(bool, valid_wow
)
234 __entry
->any
= wow
->any
;
235 __entry
->disconnect
= wow
->disconnect
;
236 __entry
->magic_pkt
= wow
->magic_pkt
;
237 __entry
->gtk_rekey_failure
= wow
->gtk_rekey_failure
;
238 __entry
->eap_identity_req
= wow
->eap_identity_req
;
239 __entry
->four_way_handshake
= wow
->four_way_handshake
;
240 __entry
->rfkill_release
= wow
->rfkill_release
;
241 __entry
->valid_wow
= true;
243 __entry
->valid_wow
= false;
246 TP_printk(WIPHY_PR_FMT
", wow%s - any: %d, disconnect: %d, "
247 "magic pkt: %d, gtk rekey failure: %d, eap identify req: %d, "
248 "four way handshake: %d, rfkill release: %d.",
249 WIPHY_PR_ARG
, __entry
->valid_wow
? "" : "(Not configured!)",
250 __entry
->any
, __entry
->disconnect
, __entry
->magic_pkt
,
251 __entry
->gtk_rekey_failure
, __entry
->eap_identity_req
,
252 __entry
->four_way_handshake
, __entry
->rfkill_release
)
255 TRACE_EVENT(rdev_return_int
,
256 TP_PROTO(struct wiphy
*wiphy
, int ret
),
266 TP_printk(WIPHY_PR_FMT
", returned: %d", WIPHY_PR_ARG
, __entry
->ret
)
269 TRACE_EVENT(rdev_scan
,
270 TP_PROTO(struct wiphy
*wiphy
, struct cfg80211_scan_request
*request
),
271 TP_ARGS(wiphy
, request
),
278 TP_printk(WIPHY_PR_FMT
, WIPHY_PR_ARG
)
281 DECLARE_EVENT_CLASS(wiphy_only_evt
,
282 TP_PROTO(struct wiphy
*wiphy
),
290 TP_printk(WIPHY_PR_FMT
, WIPHY_PR_ARG
)
293 DEFINE_EVENT(wiphy_only_evt
, rdev_resume
,
294 TP_PROTO(struct wiphy
*wiphy
),
298 DEFINE_EVENT(wiphy_only_evt
, rdev_return_void
,
299 TP_PROTO(struct wiphy
*wiphy
),
303 DEFINE_EVENT(wiphy_only_evt
, rdev_get_antenna
,
304 TP_PROTO(struct wiphy
*wiphy
),
308 DEFINE_EVENT(wiphy_only_evt
, rdev_rfkill_poll
,
309 TP_PROTO(struct wiphy
*wiphy
),
313 DECLARE_EVENT_CLASS(wiphy_enabled_evt
,
314 TP_PROTO(struct wiphy
*wiphy
, bool enabled
),
315 TP_ARGS(wiphy
, enabled
),
318 __field(bool, enabled
)
322 __entry
->enabled
= enabled
;
324 TP_printk(WIPHY_PR_FMT
", %senabled ",
325 WIPHY_PR_ARG
, __entry
->enabled
? "" : "not ")
328 DEFINE_EVENT(wiphy_enabled_evt
, rdev_set_wakeup
,
329 TP_PROTO(struct wiphy
*wiphy
, bool enabled
),
330 TP_ARGS(wiphy
, enabled
)
333 TRACE_EVENT(rdev_add_virtual_intf
,
334 TP_PROTO(struct wiphy
*wiphy
, char *name
, enum nl80211_iftype type
),
335 TP_ARGS(wiphy
, name
, type
),
338 __string(vir_intf_name
, name
? name
: "<noname>")
339 __field(enum nl80211_iftype
, type
)
343 __assign_str(vir_intf_name
, name
? name
: "<noname>");
344 __entry
->type
= type
;
346 TP_printk(WIPHY_PR_FMT
", virtual intf name: %s, type: %d",
347 WIPHY_PR_ARG
, __get_str(vir_intf_name
), __entry
->type
)
350 DECLARE_EVENT_CLASS(wiphy_wdev_evt
,
351 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
352 TP_ARGS(wiphy
, wdev
),
361 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
, WIPHY_PR_ARG
, WDEV_PR_ARG
)
364 DEFINE_EVENT(wiphy_wdev_evt
, rdev_return_wdev
,
365 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
369 DEFINE_EVENT(wiphy_wdev_evt
, rdev_del_virtual_intf
,
370 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
374 TRACE_EVENT(rdev_change_virtual_intf
,
375 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
376 enum nl80211_iftype type
),
377 TP_ARGS(wiphy
, netdev
, type
),
381 __field(enum nl80211_iftype
, type
)
386 __entry
->type
= type
;
388 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", type: %d",
389 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->type
)
392 DECLARE_EVENT_CLASS(key_handle
,
393 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8 key_index
,
394 bool pairwise
, const u8
*mac_addr
),
395 TP_ARGS(wiphy
, netdev
, key_index
, pairwise
, mac_addr
),
400 __field(u8
, key_index
)
401 __field(bool, pairwise
)
406 MAC_ASSIGN(mac_addr
, mac_addr
);
407 __entry
->key_index
= key_index
;
408 __entry
->pairwise
= pairwise
;
410 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", key_index: %u, pairwise: %s, mac addr: " MAC_PR_FMT
,
411 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->key_index
,
412 BOOL_TO_STR(__entry
->pairwise
), MAC_PR_ARG(mac_addr
))
415 DEFINE_EVENT(key_handle
, rdev_add_key
,
416 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8 key_index
,
417 bool pairwise
, const u8
*mac_addr
),
418 TP_ARGS(wiphy
, netdev
, key_index
, pairwise
, mac_addr
)
421 DEFINE_EVENT(key_handle
, rdev_get_key
,
422 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8 key_index
,
423 bool pairwise
, const u8
*mac_addr
),
424 TP_ARGS(wiphy
, netdev
, key_index
, pairwise
, mac_addr
)
427 DEFINE_EVENT(key_handle
, rdev_del_key
,
428 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8 key_index
,
429 bool pairwise
, const u8
*mac_addr
),
430 TP_ARGS(wiphy
, netdev
, key_index
, pairwise
, mac_addr
)
433 TRACE_EVENT(rdev_set_default_key
,
434 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8 key_index
,
435 bool unicast
, bool multicast
),
436 TP_ARGS(wiphy
, netdev
, key_index
, unicast
, multicast
),
440 __field(u8
, key_index
)
441 __field(bool, unicast
)
442 __field(bool, multicast
)
447 __entry
->key_index
= key_index
;
448 __entry
->unicast
= unicast
;
449 __entry
->multicast
= multicast
;
451 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", key index: %u, unicast: %s, multicast: %s",
452 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->key_index
,
453 BOOL_TO_STR(__entry
->unicast
),
454 BOOL_TO_STR(__entry
->multicast
))
457 TRACE_EVENT(rdev_set_default_mgmt_key
,
458 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8 key_index
),
459 TP_ARGS(wiphy
, netdev
, key_index
),
463 __field(u8
, key_index
)
468 __entry
->key_index
= key_index
;
470 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", key index: %u",
471 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->key_index
)
474 TRACE_EVENT(rdev_start_ap
,
475 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
476 struct cfg80211_ap_settings
*settings
),
477 TP_ARGS(wiphy
, netdev
, settings
),
482 __field(int, beacon_interval
)
483 __field(int, dtim_period
)
484 __array(char, ssid
, IEEE80211_MAX_SSID_LEN
+ 1)
485 __field(enum nl80211_hidden_ssid
, hidden_ssid
)
486 __field(u32
, wpa_ver
)
487 __field(bool, privacy
)
488 __field(enum nl80211_auth_type
, auth_type
)
489 __field(int, inactivity_timeout
)
494 CHAN_DEF_ASSIGN(&settings
->chandef
);
495 __entry
->beacon_interval
= settings
->beacon_interval
;
496 __entry
->dtim_period
= settings
->dtim_period
;
497 __entry
->hidden_ssid
= settings
->hidden_ssid
;
498 __entry
->wpa_ver
= settings
->crypto
.wpa_versions
;
499 __entry
->privacy
= settings
->privacy
;
500 __entry
->auth_type
= settings
->auth_type
;
501 __entry
->inactivity_timeout
= settings
->inactivity_timeout
;
502 memset(__entry
->ssid
, 0, IEEE80211_MAX_SSID_LEN
+ 1);
503 memcpy(__entry
->ssid
, settings
->ssid
, settings
->ssid_len
);
505 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", AP settings - ssid: %s, "
506 CHAN_DEF_PR_FMT
", beacon interval: %d, dtim period: %d, "
507 "hidden ssid: %d, wpa versions: %u, privacy: %s, "
508 "auth type: %d, inactivity timeout: %d",
509 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->ssid
, CHAN_DEF_PR_ARG
,
510 __entry
->beacon_interval
, __entry
->dtim_period
,
511 __entry
->hidden_ssid
, __entry
->wpa_ver
,
512 BOOL_TO_STR(__entry
->privacy
), __entry
->auth_type
,
513 __entry
->inactivity_timeout
)
516 TRACE_EVENT(rdev_change_beacon
,
517 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
518 struct cfg80211_beacon_data
*info
),
519 TP_ARGS(wiphy
, netdev
, info
),
523 __dynamic_array(u8
, head
, info
? info
->head_len
: 0)
524 __dynamic_array(u8
, tail
, info
? info
->tail_len
: 0)
525 __dynamic_array(u8
, beacon_ies
, info
? info
->beacon_ies_len
: 0)
526 __dynamic_array(u8
, proberesp_ies
,
527 info
? info
->proberesp_ies_len
: 0)
528 __dynamic_array(u8
, assocresp_ies
,
529 info
? info
->assocresp_ies_len
: 0)
530 __dynamic_array(u8
, probe_resp
, info
? info
->probe_resp_len
: 0)
537 memcpy(__get_dynamic_array(head
), info
->head
,
540 memcpy(__get_dynamic_array(tail
), info
->tail
,
542 if (info
->beacon_ies
)
543 memcpy(__get_dynamic_array(beacon_ies
),
544 info
->beacon_ies
, info
->beacon_ies_len
);
545 if (info
->proberesp_ies
)
546 memcpy(__get_dynamic_array(proberesp_ies
),
548 info
->proberesp_ies_len
);
549 if (info
->assocresp_ies
)
550 memcpy(__get_dynamic_array(assocresp_ies
),
552 info
->assocresp_ies_len
);
553 if (info
->probe_resp
)
554 memcpy(__get_dynamic_array(probe_resp
),
555 info
->probe_resp
, info
->probe_resp_len
);
558 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
, WIPHY_PR_ARG
, NETDEV_PR_ARG
)
561 DECLARE_EVENT_CLASS(wiphy_netdev_evt
,
562 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
563 TP_ARGS(wiphy
, netdev
),
572 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
, WIPHY_PR_ARG
, NETDEV_PR_ARG
)
575 DEFINE_EVENT(wiphy_netdev_evt
, rdev_stop_ap
,
576 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
577 TP_ARGS(wiphy
, netdev
)
580 DEFINE_EVENT(wiphy_netdev_evt
, rdev_set_rekey_data
,
581 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
582 TP_ARGS(wiphy
, netdev
)
585 DEFINE_EVENT(wiphy_netdev_evt
, rdev_get_mesh_config
,
586 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
587 TP_ARGS(wiphy
, netdev
)
590 DEFINE_EVENT(wiphy_netdev_evt
, rdev_leave_mesh
,
591 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
592 TP_ARGS(wiphy
, netdev
)
595 DEFINE_EVENT(wiphy_netdev_evt
, rdev_leave_ibss
,
596 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
597 TP_ARGS(wiphy
, netdev
)
600 DEFINE_EVENT(wiphy_netdev_evt
, rdev_leave_ocb
,
601 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
602 TP_ARGS(wiphy
, netdev
)
605 DEFINE_EVENT(wiphy_netdev_evt
, rdev_flush_pmksa
,
606 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
),
607 TP_ARGS(wiphy
, netdev
)
610 DECLARE_EVENT_CLASS(station_add_change
,
611 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8
*mac
,
612 struct station_parameters
*params
),
613 TP_ARGS(wiphy
, netdev
, mac
, params
),
618 __field(u32
, sta_flags_mask
)
619 __field(u32
, sta_flags_set
)
620 __field(u32
, sta_modify_mask
)
621 __field(int, listen_interval
)
622 __field(u16
, capability
)
624 __field(u8
, plink_action
)
625 __field(u8
, plink_state
)
626 __field(u8
, uapsd_queues
)
628 __field(u8
, opmode_notif
)
629 __field(bool, opmode_notif_used
)
630 __array(u8
, ht_capa
, (int)sizeof(struct ieee80211_ht_cap
))
631 __array(u8
, vht_capa
, (int)sizeof(struct ieee80211_vht_cap
))
632 __array(char, vlan
, IFNAMSIZ
)
633 __dynamic_array(u8
, supported_rates
,
634 params
->supported_rates_len
)
635 __dynamic_array(u8
, ext_capab
, params
->ext_capab_len
)
636 __dynamic_array(u8
, supported_channels
,
637 params
->supported_channels_len
)
638 __dynamic_array(u8
, supported_oper_classes
,
639 params
->supported_oper_classes_len
)
644 MAC_ASSIGN(sta_mac
, mac
);
645 __entry
->sta_flags_mask
= params
->sta_flags_mask
;
646 __entry
->sta_flags_set
= params
->sta_flags_set
;
647 __entry
->sta_modify_mask
= params
->sta_modify_mask
;
648 __entry
->listen_interval
= params
->listen_interval
;
649 __entry
->aid
= params
->aid
;
650 __entry
->plink_action
= params
->plink_action
;
651 __entry
->plink_state
= params
->plink_state
;
652 __entry
->uapsd_queues
= params
->uapsd_queues
;
653 memset(__entry
->ht_capa
, 0, sizeof(struct ieee80211_ht_cap
));
655 memcpy(__entry
->ht_capa
, params
->ht_capa
,
656 sizeof(struct ieee80211_ht_cap
));
657 memset(__entry
->vht_capa
, 0, sizeof(struct ieee80211_vht_cap
));
658 if (params
->vht_capa
)
659 memcpy(__entry
->vht_capa
, params
->vht_capa
,
660 sizeof(struct ieee80211_vht_cap
));
661 memset(__entry
->vlan
, 0, sizeof(__entry
->vlan
));
663 memcpy(__entry
->vlan
, params
->vlan
->name
, IFNAMSIZ
);
664 if (params
->supported_rates
&& params
->supported_rates_len
)
665 memcpy(__get_dynamic_array(supported_rates
),
666 params
->supported_rates
,
667 params
->supported_rates_len
);
668 if (params
->ext_capab
&& params
->ext_capab_len
)
669 memcpy(__get_dynamic_array(ext_capab
),
671 params
->ext_capab_len
);
672 if (params
->supported_channels
&&
673 params
->supported_channels_len
)
674 memcpy(__get_dynamic_array(supported_channels
),
675 params
->supported_channels
,
676 params
->supported_channels_len
);
677 if (params
->supported_oper_classes
&&
678 params
->supported_oper_classes_len
)
679 memcpy(__get_dynamic_array(supported_oper_classes
),
680 params
->supported_oper_classes
,
681 params
->supported_oper_classes_len
);
682 __entry
->max_sp
= params
->max_sp
;
683 __entry
->capability
= params
->capability
;
684 __entry
->opmode_notif
= params
->opmode_notif
;
685 __entry
->opmode_notif_used
= params
->opmode_notif_used
;
687 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", station mac: " MAC_PR_FMT
688 ", station flags mask: %u, station flags set: %u, "
689 "station modify mask: %u, listen interval: %d, aid: %u, "
690 "plink action: %u, plink state: %u, uapsd queues: %u, vlan:%s",
691 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(sta_mac
),
692 __entry
->sta_flags_mask
, __entry
->sta_flags_set
,
693 __entry
->sta_modify_mask
, __entry
->listen_interval
,
694 __entry
->aid
, __entry
->plink_action
, __entry
->plink_state
,
695 __entry
->uapsd_queues
, __entry
->vlan
)
698 DEFINE_EVENT(station_add_change
, rdev_add_station
,
699 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8
*mac
,
700 struct station_parameters
*params
),
701 TP_ARGS(wiphy
, netdev
, mac
, params
)
704 DEFINE_EVENT(station_add_change
, rdev_change_station
,
705 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8
*mac
,
706 struct station_parameters
*params
),
707 TP_ARGS(wiphy
, netdev
, mac
, params
)
710 DECLARE_EVENT_CLASS(wiphy_netdev_mac_evt
,
711 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, const u8
*mac
),
712 TP_ARGS(wiphy
, netdev
, mac
),
721 MAC_ASSIGN(sta_mac
, mac
);
723 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", mac: " MAC_PR_FMT
,
724 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(sta_mac
))
727 DECLARE_EVENT_CLASS(station_del
,
728 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
729 struct station_del_parameters
*params
),
730 TP_ARGS(wiphy
, netdev
, params
),
736 __field(u16
, reason_code
)
741 MAC_ASSIGN(sta_mac
, params
->mac
);
742 __entry
->subtype
= params
->subtype
;
743 __entry
->reason_code
= params
->reason_code
;
745 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", station mac: " MAC_PR_FMT
746 ", subtype: %u, reason_code: %u",
747 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(sta_mac
),
748 __entry
->subtype
, __entry
->reason_code
)
751 DEFINE_EVENT(station_del
, rdev_del_station
,
752 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
753 struct station_del_parameters
*params
),
754 TP_ARGS(wiphy
, netdev
, params
)
757 DEFINE_EVENT(wiphy_netdev_mac_evt
, rdev_get_station
,
758 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, const u8
*mac
),
759 TP_ARGS(wiphy
, netdev
, mac
)
762 DEFINE_EVENT(wiphy_netdev_mac_evt
, rdev_del_mpath
,
763 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, const u8
*mac
),
764 TP_ARGS(wiphy
, netdev
, mac
)
767 DEFINE_EVENT(wiphy_netdev_mac_evt
, rdev_set_wds_peer
,
768 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, const u8
*mac
),
769 TP_ARGS(wiphy
, netdev
, mac
)
772 TRACE_EVENT(rdev_dump_station
,
773 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, int idx
,
775 TP_ARGS(wiphy
, netdev
, idx
, mac
),
785 MAC_ASSIGN(sta_mac
, mac
);
788 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", station mac: " MAC_PR_FMT
", idx: %d",
789 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(sta_mac
),
793 TRACE_EVENT(rdev_return_int_station_info
,
794 TP_PROTO(struct wiphy
*wiphy
, int ret
, struct station_info
*sinfo
),
795 TP_ARGS(wiphy
, ret
, sinfo
),
806 TP_printk(WIPHY_PR_FMT
", returned %d" ,
807 WIPHY_PR_ARG
, __entry
->ret
)
810 DECLARE_EVENT_CLASS(mpath_evt
,
811 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8
*dst
,
813 TP_ARGS(wiphy
, netdev
, dst
, next_hop
),
823 MAC_ASSIGN(dst
, dst
);
824 MAC_ASSIGN(next_hop
, next_hop
);
826 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", destination: " MAC_PR_FMT
", next hop: " MAC_PR_FMT
,
827 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(dst
),
828 MAC_PR_ARG(next_hop
))
831 DEFINE_EVENT(mpath_evt
, rdev_add_mpath
,
832 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8
*dst
,
834 TP_ARGS(wiphy
, netdev
, dst
, next_hop
)
837 DEFINE_EVENT(mpath_evt
, rdev_change_mpath
,
838 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8
*dst
,
840 TP_ARGS(wiphy
, netdev
, dst
, next_hop
)
843 DEFINE_EVENT(mpath_evt
, rdev_get_mpath
,
844 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u8
*dst
,
846 TP_ARGS(wiphy
, netdev
, dst
, next_hop
)
849 TRACE_EVENT(rdev_dump_mpath
,
850 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, int idx
,
851 u8
*dst
, u8
*next_hop
),
852 TP_ARGS(wiphy
, netdev
, idx
, dst
, next_hop
),
863 MAC_ASSIGN(dst
, dst
);
864 MAC_ASSIGN(next_hop
, next_hop
);
867 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", index: %d, destination: "
868 MAC_PR_FMT
", next hop: " MAC_PR_FMT
,
869 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->idx
, MAC_PR_ARG(dst
),
870 MAC_PR_ARG(next_hop
))
873 TRACE_EVENT(rdev_get_mpp
,
874 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
876 TP_ARGS(wiphy
, netdev
, dst
, mpp
),
886 MAC_ASSIGN(dst
, dst
);
887 MAC_ASSIGN(mpp
, mpp
);
889 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", destination: " MAC_PR_FMT
890 ", mpp: " MAC_PR_FMT
, WIPHY_PR_ARG
, NETDEV_PR_ARG
,
891 MAC_PR_ARG(dst
), MAC_PR_ARG(mpp
))
894 TRACE_EVENT(rdev_dump_mpp
,
895 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, int idx
,
897 TP_ARGS(wiphy
, netdev
, idx
, mpp
, dst
),
908 MAC_ASSIGN(dst
, dst
);
909 MAC_ASSIGN(mpp
, mpp
);
912 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", index: %d, destination: "
913 MAC_PR_FMT
", mpp: " MAC_PR_FMT
,
914 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->idx
, MAC_PR_ARG(dst
),
918 TRACE_EVENT(rdev_return_int_mpath_info
,
919 TP_PROTO(struct wiphy
*wiphy
, int ret
, struct mpath_info
*pinfo
),
920 TP_ARGS(wiphy
, ret
, pinfo
),
924 __field(int, generation
)
926 __field(u32
, frame_qlen
)
929 __field(u32
, exptime
)
930 __field(u32
, discovery_timeout
)
931 __field(u8
, discovery_retries
)
937 __entry
->generation
= pinfo
->generation
;
938 __entry
->filled
= pinfo
->filled
;
939 __entry
->frame_qlen
= pinfo
->frame_qlen
;
940 __entry
->sn
= pinfo
->sn
;
941 __entry
->metric
= pinfo
->metric
;
942 __entry
->exptime
= pinfo
->exptime
;
943 __entry
->discovery_timeout
= pinfo
->discovery_timeout
;
944 __entry
->discovery_retries
= pinfo
->discovery_retries
;
945 __entry
->flags
= pinfo
->flags
;
947 TP_printk(WIPHY_PR_FMT
", returned %d. mpath info - generation: %d, "
948 "filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u,"
949 " discovery timeout: %u, discovery retries: %u, flags: %u",
950 WIPHY_PR_ARG
, __entry
->ret
, __entry
->generation
,
951 __entry
->filled
, __entry
->frame_qlen
, __entry
->sn
,
952 __entry
->metric
, __entry
->exptime
, __entry
->discovery_timeout
,
953 __entry
->discovery_retries
, __entry
->flags
)
956 TRACE_EVENT(rdev_return_int_mesh_config
,
957 TP_PROTO(struct wiphy
*wiphy
, int ret
, struct mesh_config
*conf
),
958 TP_ARGS(wiphy
, ret
, conf
),
969 TP_printk(WIPHY_PR_FMT
", returned: %d",
970 WIPHY_PR_ARG
, __entry
->ret
)
973 TRACE_EVENT(rdev_update_mesh_config
,
974 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u32 mask
,
975 const struct mesh_config
*conf
),
976 TP_ARGS(wiphy
, netdev
, mask
, conf
),
987 __entry
->mask
= mask
;
989 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", mask: %u",
990 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->mask
)
993 TRACE_EVENT(rdev_join_mesh
,
994 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
995 const struct mesh_config
*conf
,
996 const struct mesh_setup
*setup
),
997 TP_ARGS(wiphy
, netdev
, conf
, setup
),
1008 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
,
1009 WIPHY_PR_ARG
, NETDEV_PR_ARG
)
1012 TRACE_EVENT(rdev_change_bss
,
1013 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1014 struct bss_parameters
*params
),
1015 TP_ARGS(wiphy
, netdev
, params
),
1019 __field(int, use_cts_prot
)
1020 __field(int, use_short_preamble
)
1021 __field(int, use_short_slot_time
)
1022 __field(int, ap_isolate
)
1023 __field(int, ht_opmode
)
1028 __entry
->use_cts_prot
= params
->use_cts_prot
;
1029 __entry
->use_short_preamble
= params
->use_short_preamble
;
1030 __entry
->use_short_slot_time
= params
->use_short_slot_time
;
1031 __entry
->ap_isolate
= params
->ap_isolate
;
1032 __entry
->ht_opmode
= params
->ht_opmode
;
1034 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", use cts prot: %d, "
1035 "use short preamble: %d, use short slot time: %d, "
1036 "ap isolate: %d, ht opmode: %d",
1037 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->use_cts_prot
,
1038 __entry
->use_short_preamble
, __entry
->use_short_slot_time
,
1039 __entry
->ap_isolate
, __entry
->ht_opmode
)
1042 TRACE_EVENT(rdev_set_txq_params
,
1043 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1044 struct ieee80211_txq_params
*params
),
1045 TP_ARGS(wiphy
, netdev
, params
),
1049 __field(enum nl80211_ac
, ac
)
1058 __entry
->ac
= params
->ac
;
1059 __entry
->txop
= params
->txop
;
1060 __entry
->cwmin
= params
->cwmin
;
1061 __entry
->cwmax
= params
->cwmax
;
1062 __entry
->aifs
= params
->aifs
;
1064 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", ac: %d, txop: %u, cwmin: %u, cwmax: %u, aifs: %u",
1065 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->ac
, __entry
->txop
,
1066 __entry
->cwmin
, __entry
->cwmax
, __entry
->aifs
)
1069 TRACE_EVENT(rdev_libertas_set_mesh_channel
,
1070 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1071 struct ieee80211_channel
*chan
),
1072 TP_ARGS(wiphy
, netdev
, chan
),
1083 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " CHAN_PR_FMT
, WIPHY_PR_ARG
,
1084 NETDEV_PR_ARG
, CHAN_PR_ARG
)
1087 TRACE_EVENT(rdev_set_monitor_channel
,
1088 TP_PROTO(struct wiphy
*wiphy
,
1089 struct cfg80211_chan_def
*chandef
),
1090 TP_ARGS(wiphy
, chandef
),
1097 CHAN_DEF_ASSIGN(chandef
);
1099 TP_printk(WIPHY_PR_FMT
", " CHAN_DEF_PR_FMT
,
1100 WIPHY_PR_ARG
, CHAN_DEF_PR_ARG
)
1103 TRACE_EVENT(rdev_auth
,
1104 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1105 struct cfg80211_auth_request
*req
),
1106 TP_ARGS(wiphy
, netdev
, req
),
1111 __field(enum nl80211_auth_type
, auth_type
)
1117 MAC_ASSIGN(bssid
, req
->bss
->bssid
);
1119 eth_zero_addr(__entry
->bssid
);
1120 __entry
->auth_type
= req
->auth_type
;
1122 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", auth type: %d, bssid: " MAC_PR_FMT
,
1123 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->auth_type
,
1127 TRACE_EVENT(rdev_assoc
,
1128 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1129 struct cfg80211_assoc_request
*req
),
1130 TP_ARGS(wiphy
, netdev
, req
),
1135 MAC_ENTRY(prev_bssid
)
1136 __field(bool, use_mfp
)
1143 MAC_ASSIGN(bssid
, req
->bss
->bssid
);
1145 eth_zero_addr(__entry
->bssid
);
1146 MAC_ASSIGN(prev_bssid
, req
->prev_bssid
);
1147 __entry
->use_mfp
= req
->use_mfp
;
1148 __entry
->flags
= req
->flags
;
1150 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", bssid: " MAC_PR_FMT
1151 ", previous bssid: " MAC_PR_FMT
", use mfp: %s, flags: %u",
1152 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(bssid
),
1153 MAC_PR_ARG(prev_bssid
), BOOL_TO_STR(__entry
->use_mfp
),
1157 TRACE_EVENT(rdev_deauth
,
1158 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1159 struct cfg80211_deauth_request
*req
),
1160 TP_ARGS(wiphy
, netdev
, req
),
1165 __field(u16
, reason_code
)
1170 MAC_ASSIGN(bssid
, req
->bssid
);
1171 __entry
->reason_code
= req
->reason_code
;
1173 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", bssid: " MAC_PR_FMT
", reason: %u",
1174 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(bssid
),
1175 __entry
->reason_code
)
1178 TRACE_EVENT(rdev_disassoc
,
1179 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1180 struct cfg80211_disassoc_request
*req
),
1181 TP_ARGS(wiphy
, netdev
, req
),
1186 __field(u16
, reason_code
)
1187 __field(bool, local_state_change
)
1193 MAC_ASSIGN(bssid
, req
->bss
->bssid
);
1195 eth_zero_addr(__entry
->bssid
);
1196 __entry
->reason_code
= req
->reason_code
;
1197 __entry
->local_state_change
= req
->local_state_change
;
1199 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", bssid: " MAC_PR_FMT
1200 ", reason: %u, local state change: %s",
1201 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(bssid
),
1202 __entry
->reason_code
,
1203 BOOL_TO_STR(__entry
->local_state_change
))
1206 TRACE_EVENT(rdev_mgmt_tx_cancel_wait
,
1207 TP_PROTO(struct wiphy
*wiphy
,
1208 struct wireless_dev
*wdev
, u64 cookie
),
1209 TP_ARGS(wiphy
, wdev
, cookie
),
1213 __field(u64
, cookie
)
1218 __entry
->cookie
= cookie
;
1220 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", cookie: %llu ",
1221 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->cookie
)
1224 TRACE_EVENT(rdev_set_power_mgmt
,
1225 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1226 bool enabled
, int timeout
),
1227 TP_ARGS(wiphy
, netdev
, enabled
, timeout
),
1231 __field(bool, enabled
)
1232 __field(int, timeout
)
1237 __entry
->enabled
= enabled
;
1238 __entry
->timeout
= timeout
;
1240 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", %senabled, timeout: %d ",
1241 WIPHY_PR_ARG
, NETDEV_PR_ARG
,
1242 __entry
->enabled
? "" : "not ", __entry
->timeout
)
1245 TRACE_EVENT(rdev_connect
,
1246 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1247 struct cfg80211_connect_params
*sme
),
1248 TP_ARGS(wiphy
, netdev
, sme
),
1253 __array(char, ssid
, IEEE80211_MAX_SSID_LEN
+ 1)
1254 __field(enum nl80211_auth_type
, auth_type
)
1255 __field(bool, privacy
)
1256 __field(u32
, wpa_versions
)
1258 MAC_ENTRY(prev_bssid
)
1263 MAC_ASSIGN(bssid
, sme
->bssid
);
1264 memset(__entry
->ssid
, 0, IEEE80211_MAX_SSID_LEN
+ 1);
1265 memcpy(__entry
->ssid
, sme
->ssid
, sme
->ssid_len
);
1266 __entry
->auth_type
= sme
->auth_type
;
1267 __entry
->privacy
= sme
->privacy
;
1268 __entry
->wpa_versions
= sme
->crypto
.wpa_versions
;
1269 __entry
->flags
= sme
->flags
;
1270 MAC_ASSIGN(prev_bssid
, sme
->prev_bssid
);
1272 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", bssid: " MAC_PR_FMT
1273 ", ssid: %s, auth type: %d, privacy: %s, wpa versions: %u, "
1274 "flags: %u, previous bssid: " MAC_PR_FMT
,
1275 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(bssid
), __entry
->ssid
,
1276 __entry
->auth_type
, BOOL_TO_STR(__entry
->privacy
),
1277 __entry
->wpa_versions
, __entry
->flags
, MAC_PR_ARG(prev_bssid
))
1280 TRACE_EVENT(rdev_update_connect_params
,
1281 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1282 struct cfg80211_connect_params
*sme
, u32 changed
),
1283 TP_ARGS(wiphy
, netdev
, sme
, changed
),
1287 __field(u32
, changed
)
1292 __entry
->changed
= changed
;
1294 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", parameters changed: %u",
1295 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->changed
)
1298 TRACE_EVENT(rdev_set_cqm_rssi_config
,
1299 TP_PROTO(struct wiphy
*wiphy
,
1300 struct net_device
*netdev
, s32 rssi_thold
,
1302 TP_ARGS(wiphy
, netdev
, rssi_thold
, rssi_hyst
),
1306 __field(s32
, rssi_thold
)
1307 __field(u32
, rssi_hyst
)
1312 __entry
->rssi_thold
= rssi_thold
;
1313 __entry
->rssi_hyst
= rssi_hyst
;
1315 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
1316 ", rssi_thold: %d, rssi_hyst: %u ",
1317 WIPHY_PR_ARG
, NETDEV_PR_ARG
,
1318 __entry
->rssi_thold
, __entry
->rssi_hyst
)
1321 TRACE_EVENT(rdev_set_cqm_rssi_range_config
,
1322 TP_PROTO(struct wiphy
*wiphy
,
1323 struct net_device
*netdev
, s32 low
, s32 high
),
1324 TP_ARGS(wiphy
, netdev
, low
, high
),
1328 __field(s32
, rssi_low
)
1329 __field(s32
, rssi_high
)
1334 __entry
->rssi_low
= low
;
1335 __entry
->rssi_high
= high
;
1337 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
1338 ", range: %d - %d ",
1339 WIPHY_PR_ARG
, NETDEV_PR_ARG
,
1340 __entry
->rssi_low
, __entry
->rssi_high
)
1343 TRACE_EVENT(rdev_set_cqm_txe_config
,
1344 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u32 rate
,
1345 u32 pkts
, u32 intvl
),
1346 TP_ARGS(wiphy
, netdev
, rate
, pkts
, intvl
),
1357 __entry
->rate
= rate
;
1358 __entry
->pkts
= pkts
;
1359 __entry
->intvl
= intvl
;
1361 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", rate: %u, packets: %u, interval: %u",
1362 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->rate
, __entry
->pkts
,
1366 TRACE_EVENT(rdev_disconnect
,
1367 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1369 TP_ARGS(wiphy
, netdev
, reason_code
),
1373 __field(u16
, reason_code
)
1378 __entry
->reason_code
= reason_code
;
1380 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", reason code: %u", WIPHY_PR_ARG
,
1381 NETDEV_PR_ARG
, __entry
->reason_code
)
1384 TRACE_EVENT(rdev_join_ibss
,
1385 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1386 struct cfg80211_ibss_params
*params
),
1387 TP_ARGS(wiphy
, netdev
, params
),
1392 __array(char, ssid
, IEEE80211_MAX_SSID_LEN
+ 1)
1397 MAC_ASSIGN(bssid
, params
->bssid
);
1398 memset(__entry
->ssid
, 0, IEEE80211_MAX_SSID_LEN
+ 1);
1399 memcpy(__entry
->ssid
, params
->ssid
, params
->ssid_len
);
1401 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", bssid: " MAC_PR_FMT
", ssid: %s",
1402 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(bssid
), __entry
->ssid
)
1405 TRACE_EVENT(rdev_join_ocb
,
1406 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1407 const struct ocb_setup
*setup
),
1408 TP_ARGS(wiphy
, netdev
, setup
),
1417 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
,
1418 WIPHY_PR_ARG
, NETDEV_PR_ARG
)
1421 TRACE_EVENT(rdev_set_wiphy_params
,
1422 TP_PROTO(struct wiphy
*wiphy
, u32 changed
),
1423 TP_ARGS(wiphy
, changed
),
1426 __field(u32
, changed
)
1430 __entry
->changed
= changed
;
1432 TP_printk(WIPHY_PR_FMT
", changed: %u",
1433 WIPHY_PR_ARG
, __entry
->changed
)
1436 DEFINE_EVENT(wiphy_wdev_evt
, rdev_get_tx_power
,
1437 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
1438 TP_ARGS(wiphy
, wdev
)
1441 TRACE_EVENT(rdev_set_tx_power
,
1442 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
1443 enum nl80211_tx_power_setting type
, int mbm
),
1444 TP_ARGS(wiphy
, wdev
, type
, mbm
),
1448 __field(enum nl80211_tx_power_setting
, type
)
1454 __entry
->type
= type
;
1457 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", type: %u, mbm: %d",
1458 WIPHY_PR_ARG
, WDEV_PR_ARG
,__entry
->type
, __entry
->mbm
)
1461 TRACE_EVENT(rdev_return_int_int
,
1462 TP_PROTO(struct wiphy
*wiphy
, int func_ret
, int func_fill
),
1463 TP_ARGS(wiphy
, func_ret
, func_fill
),
1466 __field(int, func_ret
)
1467 __field(int, func_fill
)
1471 __entry
->func_ret
= func_ret
;
1472 __entry
->func_fill
= func_fill
;
1474 TP_printk(WIPHY_PR_FMT
", function returns: %d, function filled: %d",
1475 WIPHY_PR_ARG
, __entry
->func_ret
, __entry
->func_fill
)
1478 #ifdef CONFIG_NL80211_TESTMODE
1479 TRACE_EVENT(rdev_testmode_cmd
,
1480 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
1481 TP_ARGS(wiphy
, wdev
),
1490 TP_printk(WIPHY_PR_FMT WDEV_PR_FMT
, WIPHY_PR_ARG
, WDEV_PR_ARG
)
1493 TRACE_EVENT(rdev_testmode_dump
,
1494 TP_PROTO(struct wiphy
*wiphy
),
1502 TP_printk(WIPHY_PR_FMT
, WIPHY_PR_ARG
)
1504 #endif /* CONFIG_NL80211_TESTMODE */
1506 TRACE_EVENT(rdev_set_bitrate_mask
,
1507 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1508 const u8
*peer
, const struct cfg80211_bitrate_mask
*mask
),
1509 TP_ARGS(wiphy
, netdev
, peer
, mask
),
1518 MAC_ASSIGN(peer
, peer
);
1520 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", peer: " MAC_PR_FMT
,
1521 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(peer
))
1524 TRACE_EVENT(rdev_mgmt_frame_register
,
1525 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
1526 u16 frame_type
, bool reg
),
1527 TP_ARGS(wiphy
, wdev
, frame_type
, reg
),
1531 __field(u16
, frame_type
)
1537 __entry
->frame_type
= frame_type
;
1540 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", frame_type: 0x%.2x, reg: %s ",
1541 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->frame_type
,
1542 __entry
->reg
? "true" : "false")
1545 TRACE_EVENT(rdev_return_int_tx_rx
,
1546 TP_PROTO(struct wiphy
*wiphy
, int ret
, u32 tx
, u32 rx
),
1547 TP_ARGS(wiphy
, ret
, tx
, rx
),
1560 TP_printk(WIPHY_PR_FMT
", returned %d, tx: %u, rx: %u",
1561 WIPHY_PR_ARG
, __entry
->ret
, __entry
->tx
, __entry
->rx
)
1564 TRACE_EVENT(rdev_return_void_tx_rx
,
1565 TP_PROTO(struct wiphy
*wiphy
, u32 tx
, u32 tx_max
,
1566 u32 rx
, u32 rx_max
),
1567 TP_ARGS(wiphy
, tx
, tx_max
, rx
, rx_max
),
1571 __field(u32
, tx_max
)
1573 __field(u32
, rx_max
)
1578 __entry
->tx_max
= tx_max
;
1580 __entry
->rx_max
= rx_max
;
1582 TP_printk(WIPHY_PR_FMT
", tx: %u, tx_max: %u, rx: %u, rx_max: %u ",
1583 WIPHY_PR_ARG
, __entry
->tx
, __entry
->tx_max
, __entry
->rx
,
1587 DECLARE_EVENT_CLASS(tx_rx_evt
,
1588 TP_PROTO(struct wiphy
*wiphy
, u32 tx
, u32 rx
),
1589 TP_ARGS(wiphy
, rx
, tx
),
1600 TP_printk(WIPHY_PR_FMT
", tx: %u, rx: %u ",
1601 WIPHY_PR_ARG
, __entry
->tx
, __entry
->rx
)
1604 DEFINE_EVENT(tx_rx_evt
, rdev_set_antenna
,
1605 TP_PROTO(struct wiphy
*wiphy
, u32 tx
, u32 rx
),
1606 TP_ARGS(wiphy
, rx
, tx
)
1609 DECLARE_EVENT_CLASS(wiphy_netdev_id_evt
,
1610 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u64 id
),
1611 TP_ARGS(wiphy
, netdev
, id
),
1622 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", id: %llu",
1623 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->id
)
1626 DEFINE_EVENT(wiphy_netdev_id_evt
, rdev_sched_scan_start
,
1627 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u64 id
),
1628 TP_ARGS(wiphy
, netdev
, id
)
1631 DEFINE_EVENT(wiphy_netdev_id_evt
, rdev_sched_scan_stop
,
1632 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, u64 id
),
1633 TP_ARGS(wiphy
, netdev
, id
)
1636 TRACE_EVENT(rdev_tdls_mgmt
,
1637 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1638 u8
*peer
, u8 action_code
, u8 dialog_token
,
1639 u16 status_code
, u32 peer_capability
,
1640 bool initiator
, const u8
*buf
, size_t len
),
1641 TP_ARGS(wiphy
, netdev
, peer
, action_code
, dialog_token
, status_code
,
1642 peer_capability
, initiator
, buf
, len
),
1647 __field(u8
, action_code
)
1648 __field(u8
, dialog_token
)
1649 __field(u16
, status_code
)
1650 __field(u32
, peer_capability
)
1651 __field(bool, initiator
)
1652 __dynamic_array(u8
, buf
, len
)
1657 MAC_ASSIGN(peer
, peer
);
1658 __entry
->action_code
= action_code
;
1659 __entry
->dialog_token
= dialog_token
;
1660 __entry
->status_code
= status_code
;
1661 __entry
->peer_capability
= peer_capability
;
1662 __entry
->initiator
= initiator
;
1663 memcpy(__get_dynamic_array(buf
), buf
, len
);
1665 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
", action_code: %u, "
1666 "dialog_token: %u, status_code: %u, peer_capability: %u "
1667 "initiator: %s buf: %#.2x ",
1668 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(peer
),
1669 __entry
->action_code
, __entry
->dialog_token
,
1670 __entry
->status_code
, __entry
->peer_capability
,
1671 BOOL_TO_STR(__entry
->initiator
),
1672 ((u8
*)__get_dynamic_array(buf
))[0])
1675 TRACE_EVENT(rdev_dump_survey
,
1676 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, int idx
),
1677 TP_ARGS(wiphy
, netdev
, idx
),
1688 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", index: %d",
1689 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->idx
)
1692 TRACE_EVENT(rdev_return_int_survey_info
,
1693 TP_PROTO(struct wiphy
*wiphy
, int ret
, struct survey_info
*info
),
1694 TP_ARGS(wiphy
, ret
, info
),
1700 __field(u64
, time_busy
)
1701 __field(u64
, time_ext_busy
)
1702 __field(u64
, time_rx
)
1703 __field(u64
, time_tx
)
1704 __field(u64
, time_scan
)
1705 __field(u32
, filled
)
1710 CHAN_ASSIGN(info
->channel
);
1712 __entry
->time
= info
->time
;
1713 __entry
->time_busy
= info
->time_busy
;
1714 __entry
->time_ext_busy
= info
->time_ext_busy
;
1715 __entry
->time_rx
= info
->time_rx
;
1716 __entry
->time_tx
= info
->time_tx
;
1717 __entry
->time_scan
= info
->time_scan
;
1718 __entry
->filled
= info
->filled
;
1719 __entry
->noise
= info
->noise
;
1721 TP_printk(WIPHY_PR_FMT
", returned: %d, " CHAN_PR_FMT
1722 ", channel time: %llu, channel time busy: %llu, "
1723 "channel time extension busy: %llu, channel time rx: %llu, "
1724 "channel time tx: %llu, scan time: %llu, filled: %u, noise: %d",
1725 WIPHY_PR_ARG
, __entry
->ret
, CHAN_PR_ARG
,
1726 __entry
->time
, __entry
->time_busy
,
1727 __entry
->time_ext_busy
, __entry
->time_rx
,
1728 __entry
->time_tx
, __entry
->time_scan
,
1729 __entry
->filled
, __entry
->noise
)
1732 TRACE_EVENT(rdev_tdls_oper
,
1733 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1734 u8
*peer
, enum nl80211_tdls_operation oper
),
1735 TP_ARGS(wiphy
, netdev
, peer
, oper
),
1740 __field(enum nl80211_tdls_operation
, oper
)
1745 MAC_ASSIGN(peer
, peer
);
1746 __entry
->oper
= oper
;
1748 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
", oper: %d",
1749 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(peer
), __entry
->oper
)
1752 DECLARE_EVENT_CLASS(rdev_pmksa
,
1753 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1754 struct cfg80211_pmksa
*pmksa
),
1755 TP_ARGS(wiphy
, netdev
, pmksa
),
1764 MAC_ASSIGN(bssid
, pmksa
->bssid
);
1766 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", bssid: " MAC_PR_FMT
,
1767 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(bssid
))
1770 TRACE_EVENT(rdev_probe_client
,
1771 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1773 TP_ARGS(wiphy
, netdev
, peer
),
1782 MAC_ASSIGN(peer
, peer
);
1784 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
,
1785 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(peer
))
1788 DEFINE_EVENT(rdev_pmksa
, rdev_set_pmksa
,
1789 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1790 struct cfg80211_pmksa
*pmksa
),
1791 TP_ARGS(wiphy
, netdev
, pmksa
)
1794 DEFINE_EVENT(rdev_pmksa
, rdev_del_pmksa
,
1795 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1796 struct cfg80211_pmksa
*pmksa
),
1797 TP_ARGS(wiphy
, netdev
, pmksa
)
1800 TRACE_EVENT(rdev_remain_on_channel
,
1801 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
1802 struct ieee80211_channel
*chan
,
1803 unsigned int duration
),
1804 TP_ARGS(wiphy
, wdev
, chan
, duration
),
1809 __field(unsigned int, duration
)
1815 __entry
->duration
= duration
;
1817 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", " CHAN_PR_FMT
", duration: %u",
1818 WIPHY_PR_ARG
, WDEV_PR_ARG
, CHAN_PR_ARG
, __entry
->duration
)
1821 TRACE_EVENT(rdev_return_int_cookie
,
1822 TP_PROTO(struct wiphy
*wiphy
, int ret
, u64 cookie
),
1823 TP_ARGS(wiphy
, ret
, cookie
),
1827 __field(u64
, cookie
)
1832 __entry
->cookie
= cookie
;
1834 TP_printk(WIPHY_PR_FMT
", returned %d, cookie: %llu",
1835 WIPHY_PR_ARG
, __entry
->ret
, __entry
->cookie
)
1838 TRACE_EVENT(rdev_cancel_remain_on_channel
,
1839 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
, u64 cookie
),
1840 TP_ARGS(wiphy
, wdev
, cookie
),
1844 __field(u64
, cookie
)
1849 __entry
->cookie
= cookie
;
1851 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", cookie: %llu",
1852 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->cookie
)
1855 TRACE_EVENT(rdev_mgmt_tx
,
1856 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
1857 struct cfg80211_mgmt_tx_params
*params
),
1858 TP_ARGS(wiphy
, wdev
, params
),
1863 __field(bool, offchan
)
1864 __field(unsigned int, wait
)
1865 __field(bool, no_cck
)
1866 __field(bool, dont_wait_for_ack
)
1871 CHAN_ASSIGN(params
->chan
);
1872 __entry
->offchan
= params
->offchan
;
1873 __entry
->wait
= params
->wait
;
1874 __entry
->no_cck
= params
->no_cck
;
1875 __entry
->dont_wait_for_ack
= params
->dont_wait_for_ack
;
1877 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", " CHAN_PR_FMT
", offchan: %s,"
1878 " wait: %u, no cck: %s, dont wait for ack: %s",
1879 WIPHY_PR_ARG
, WDEV_PR_ARG
, CHAN_PR_ARG
,
1880 BOOL_TO_STR(__entry
->offchan
), __entry
->wait
,
1881 BOOL_TO_STR(__entry
->no_cck
),
1882 BOOL_TO_STR(__entry
->dont_wait_for_ack
))
1885 TRACE_EVENT(rdev_set_noack_map
,
1886 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
1888 TP_ARGS(wiphy
, netdev
, noack_map
),
1892 __field(u16
, noack_map
)
1897 __entry
->noack_map
= noack_map
;
1899 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", noack_map: %u",
1900 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->noack_map
)
1903 DEFINE_EVENT(wiphy_wdev_evt
, rdev_get_channel
,
1904 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
1905 TP_ARGS(wiphy
, wdev
)
1908 TRACE_EVENT(rdev_return_chandef
,
1909 TP_PROTO(struct wiphy
*wiphy
, int ret
,
1910 struct cfg80211_chan_def
*chandef
),
1911 TP_ARGS(wiphy
, ret
, chandef
),
1920 CHAN_DEF_ASSIGN(chandef
);
1922 CHAN_DEF_ASSIGN((struct cfg80211_chan_def
*)NULL
);
1925 TP_printk(WIPHY_PR_FMT
", " CHAN_DEF_PR_FMT
", ret: %d",
1926 WIPHY_PR_ARG
, CHAN_DEF_PR_ARG
, __entry
->ret
)
1929 DEFINE_EVENT(wiphy_wdev_evt
, rdev_start_p2p_device
,
1930 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
1931 TP_ARGS(wiphy
, wdev
)
1934 DEFINE_EVENT(wiphy_wdev_evt
, rdev_stop_p2p_device
,
1935 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
1936 TP_ARGS(wiphy
, wdev
)
1939 TRACE_EVENT(rdev_start_nan
,
1940 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
1941 struct cfg80211_nan_conf
*conf
),
1942 TP_ARGS(wiphy
, wdev
, conf
),
1946 __field(u8
, master_pref
)
1952 __entry
->master_pref
= conf
->master_pref
;
1953 __entry
->bands
= conf
->bands
;
1955 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
1956 ", master preference: %u, bands: 0x%0x",
1957 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->master_pref
,
1961 TRACE_EVENT(rdev_nan_change_conf
,
1962 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
1963 struct cfg80211_nan_conf
*conf
, u32 changes
),
1964 TP_ARGS(wiphy
, wdev
, conf
, changes
),
1968 __field(u8
, master_pref
)
1970 __field(u32
, changes
);
1975 __entry
->master_pref
= conf
->master_pref
;
1976 __entry
->bands
= conf
->bands
;
1977 __entry
->changes
= changes
;
1979 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
1980 ", master preference: %u, bands: 0x%0x, changes: %x",
1981 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->master_pref
,
1982 __entry
->bands
, __entry
->changes
)
1985 DEFINE_EVENT(wiphy_wdev_evt
, rdev_stop_nan
,
1986 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
1987 TP_ARGS(wiphy
, wdev
)
1990 TRACE_EVENT(rdev_add_nan_func
,
1991 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
1992 const struct cfg80211_nan_func
*func
),
1993 TP_ARGS(wiphy
, wdev
, func
),
1997 __field(u8
, func_type
)
1998 __field(u64
, cookie
)
2003 __entry
->func_type
= func
->type
;
2004 __entry
->cookie
= func
->cookie
2006 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", type=%u, cookie=%llu",
2007 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->func_type
,
2011 TRACE_EVENT(rdev_del_nan_func
,
2012 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
2014 TP_ARGS(wiphy
, wdev
, cookie
),
2018 __field(u64
, cookie
)
2023 __entry
->cookie
= cookie
;
2025 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", cookie=%llu",
2026 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->cookie
)
2029 TRACE_EVENT(rdev_set_mac_acl
,
2030 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2031 struct cfg80211_acl_data
*params
),
2032 TP_ARGS(wiphy
, netdev
, params
),
2036 __field(u32
, acl_policy
)
2041 __entry
->acl_policy
= params
->acl_policy
;
2043 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", acl policy: %d",
2044 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->acl_policy
)
2047 TRACE_EVENT(rdev_update_ft_ies
,
2048 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2049 struct cfg80211_update_ft_ies_params
*ftie
),
2050 TP_ARGS(wiphy
, netdev
, ftie
),
2055 __dynamic_array(u8
, ie
, ftie
->ie_len
)
2060 __entry
->md
= ftie
->md
;
2061 memcpy(__get_dynamic_array(ie
), ftie
->ie
, ftie
->ie_len
);
2063 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", md: 0x%x",
2064 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->md
)
2067 TRACE_EVENT(rdev_crit_proto_start
,
2068 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
2069 enum nl80211_crit_proto_id protocol
, u16 duration
),
2070 TP_ARGS(wiphy
, wdev
, protocol
, duration
),
2075 __field(u16
, duration
)
2080 __entry
->proto
= protocol
;
2081 __entry
->duration
= duration
;
2083 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
", proto=%x, duration=%u",
2084 WIPHY_PR_ARG
, WDEV_PR_ARG
, __entry
->proto
, __entry
->duration
)
2087 TRACE_EVENT(rdev_crit_proto_stop
,
2088 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
2089 TP_ARGS(wiphy
, wdev
),
2098 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
,
2099 WIPHY_PR_ARG
, WDEV_PR_ARG
)
2102 TRACE_EVENT(rdev_channel_switch
,
2103 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2104 struct cfg80211_csa_settings
*params
),
2105 TP_ARGS(wiphy
, netdev
, params
),
2110 __field(bool, radar_required
)
2111 __field(bool, block_tx
)
2113 __dynamic_array(u16
, bcn_ofs
, params
->n_counter_offsets_beacon
)
2114 __dynamic_array(u16
, pres_ofs
, params
->n_counter_offsets_presp
)
2119 CHAN_DEF_ASSIGN(¶ms
->chandef
);
2120 __entry
->radar_required
= params
->radar_required
;
2121 __entry
->block_tx
= params
->block_tx
;
2122 __entry
->count
= params
->count
;
2123 memcpy(__get_dynamic_array(bcn_ofs
),
2124 params
->counter_offsets_beacon
,
2125 params
->n_counter_offsets_beacon
* sizeof(u16
));
2127 /* probe response offsets are optional */
2128 if (params
->n_counter_offsets_presp
)
2129 memcpy(__get_dynamic_array(pres_ofs
),
2130 params
->counter_offsets_presp
,
2131 params
->n_counter_offsets_presp
* sizeof(u16
));
2133 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " CHAN_DEF_PR_FMT
2134 ", block_tx: %d, count: %u, radar_required: %d",
2135 WIPHY_PR_ARG
, NETDEV_PR_ARG
, CHAN_DEF_PR_ARG
,
2136 __entry
->block_tx
, __entry
->count
, __entry
->radar_required
)
2139 TRACE_EVENT(rdev_set_qos_map
,
2140 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2141 struct cfg80211_qos_map
*qos_map
),
2142 TP_ARGS(wiphy
, netdev
, qos_map
),
2151 QOS_MAP_ASSIGN(qos_map
);
2153 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", num_des: %u",
2154 WIPHY_PR_ARG
, NETDEV_PR_ARG
, __entry
->num_des
)
2157 TRACE_EVENT(rdev_set_ap_chanwidth
,
2158 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2159 struct cfg80211_chan_def
*chandef
),
2160 TP_ARGS(wiphy
, netdev
, chandef
),
2169 CHAN_DEF_ASSIGN(chandef
);
2171 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " CHAN_DEF_PR_FMT
,
2172 WIPHY_PR_ARG
, NETDEV_PR_ARG
, CHAN_DEF_PR_ARG
)
2175 TRACE_EVENT(rdev_add_tx_ts
,
2176 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2177 u8 tsid
, const u8
*peer
, u8 user_prio
, u16 admitted_time
),
2178 TP_ARGS(wiphy
, netdev
, tsid
, peer
, user_prio
, admitted_time
),
2184 __field(u8
, user_prio
)
2185 __field(u16
, admitted_time
)
2190 MAC_ASSIGN(peer
, peer
);
2191 __entry
->tsid
= tsid
;
2192 __entry
->user_prio
= user_prio
;
2193 __entry
->admitted_time
= admitted_time
;
2195 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
", TSID %d, UP %d, time %d",
2196 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(peer
),
2197 __entry
->tsid
, __entry
->user_prio
, __entry
->admitted_time
)
2200 TRACE_EVENT(rdev_del_tx_ts
,
2201 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2202 u8 tsid
, const u8
*peer
),
2203 TP_ARGS(wiphy
, netdev
, tsid
, peer
),
2213 MAC_ASSIGN(peer
, peer
);
2214 __entry
->tsid
= tsid
;
2216 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
", TSID %d",
2217 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(peer
), __entry
->tsid
)
2220 TRACE_EVENT(rdev_tdls_channel_switch
,
2221 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2222 const u8
*addr
, u8 oper_class
,
2223 struct cfg80211_chan_def
*chandef
),
2224 TP_ARGS(wiphy
, netdev
, addr
, oper_class
, chandef
),
2229 __field(u8
, oper_class
)
2235 MAC_ASSIGN(addr
, addr
);
2236 CHAN_DEF_ASSIGN(chandef
);
2238 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
2239 " oper class %d, " CHAN_DEF_PR_FMT
,
2240 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(addr
),
2241 __entry
->oper_class
, CHAN_DEF_PR_ARG
)
2244 TRACE_EVENT(rdev_tdls_cancel_channel_switch
,
2245 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2247 TP_ARGS(wiphy
, netdev
, addr
),
2256 MAC_ASSIGN(addr
, addr
);
2258 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
,
2259 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(addr
))
2262 TRACE_EVENT(rdev_set_pmk
,
2263 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
2264 struct cfg80211_pmk_conf
*pmk_conf
),
2266 TP_ARGS(wiphy
, netdev
, pmk_conf
),
2272 __field(u8
, pmk_len
)
2273 __field(u8
, pmk_r0_name_len
)
2274 __dynamic_array(u8
, pmk
, pmk_conf
->pmk_len
)
2275 __dynamic_array(u8
, pmk_r0_name
, WLAN_PMK_NAME_LEN
)
2281 MAC_ASSIGN(aa
, pmk_conf
->aa
);
2282 __entry
->pmk_len
= pmk_conf
->pmk_len
;
2283 __entry
->pmk_r0_name_len
=
2284 pmk_conf
->pmk_r0_name
? WLAN_PMK_NAME_LEN
: 0;
2285 memcpy(__get_dynamic_array(pmk
), pmk_conf
->pmk
,
2287 memcpy(__get_dynamic_array(pmk_r0_name
), pmk_conf
->pmk_r0_name
,
2288 pmk_conf
->pmk_r0_name
? WLAN_PMK_NAME_LEN
: 0);
2291 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
2292 "pmk_len=%u, pmk: %s pmk_r0_name: %s", WIPHY_PR_ARG
,
2293 NETDEV_PR_ARG
, MAC_PR_ARG(aa
), __entry
->pmk_len
,
2294 __print_array(__get_dynamic_array(pmk
),
2295 __get_dynamic_array_len(pmk
), 1),
2296 __entry
->pmk_r0_name_len
?
2297 __print_array(__get_dynamic_array(pmk_r0_name
),
2298 __get_dynamic_array_len(pmk_r0_name
), 1) : "")
2301 TRACE_EVENT(rdev_del_pmk
,
2302 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, const u8
*aa
),
2304 TP_ARGS(wiphy
, netdev
, aa
),
2318 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " MAC_PR_FMT
,
2319 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(aa
))
2322 /*************************************************************
2323 * cfg80211 exported functions traces *
2324 *************************************************************/
2326 TRACE_EVENT(cfg80211_return_bool
,
2335 TP_printk("returned %s", BOOL_TO_STR(__entry
->ret
))
2338 DECLARE_EVENT_CLASS(cfg80211_netdev_mac_evt
,
2339 TP_PROTO(struct net_device
*netdev
, const u8
*macaddr
),
2340 TP_ARGS(netdev
, macaddr
),
2347 MAC_ASSIGN(macaddr
, macaddr
);
2349 TP_printk(NETDEV_PR_FMT
", mac: " MAC_PR_FMT
,
2350 NETDEV_PR_ARG
, MAC_PR_ARG(macaddr
))
2353 DEFINE_EVENT(cfg80211_netdev_mac_evt
, cfg80211_notify_new_peer_candidate
,
2354 TP_PROTO(struct net_device
*netdev
, const u8
*macaddr
),
2355 TP_ARGS(netdev
, macaddr
)
2358 DECLARE_EVENT_CLASS(netdev_evt_only
,
2359 TP_PROTO(struct net_device
*netdev
),
2367 TP_printk(NETDEV_PR_FMT
, NETDEV_PR_ARG
)
2370 DEFINE_EVENT(netdev_evt_only
, cfg80211_send_rx_auth
,
2371 TP_PROTO(struct net_device
*netdev
),
2375 TRACE_EVENT(cfg80211_send_rx_assoc
,
2376 TP_PROTO(struct net_device
*netdev
, struct cfg80211_bss
*bss
),
2377 TP_ARGS(netdev
, bss
),
2385 MAC_ASSIGN(bssid
, bss
->bssid
);
2386 CHAN_ASSIGN(bss
->channel
);
2388 TP_printk(NETDEV_PR_FMT
", " MAC_PR_FMT
", " CHAN_PR_FMT
,
2389 NETDEV_PR_ARG
, MAC_PR_ARG(bssid
), CHAN_PR_ARG
)
2392 DECLARE_EVENT_CLASS(netdev_frame_event
,
2393 TP_PROTO(struct net_device
*netdev
, const u8
*buf
, int len
),
2394 TP_ARGS(netdev
, buf
, len
),
2397 __dynamic_array(u8
, frame
, len
)
2401 memcpy(__get_dynamic_array(frame
), buf
, len
);
2403 TP_printk(NETDEV_PR_FMT
", ftype:0x%.2x",
2405 le16_to_cpup((__le16
*)__get_dynamic_array(frame
)))
2408 DEFINE_EVENT(netdev_frame_event
, cfg80211_rx_unprot_mlme_mgmt
,
2409 TP_PROTO(struct net_device
*netdev
, const u8
*buf
, int len
),
2410 TP_ARGS(netdev
, buf
, len
)
2413 DEFINE_EVENT(netdev_frame_event
, cfg80211_rx_mlme_mgmt
,
2414 TP_PROTO(struct net_device
*netdev
, const u8
*buf
, int len
),
2415 TP_ARGS(netdev
, buf
, len
)
2418 TRACE_EVENT(cfg80211_tx_mlme_mgmt
,
2419 TP_PROTO(struct net_device
*netdev
, const u8
*buf
, int len
),
2420 TP_ARGS(netdev
, buf
, len
),
2423 __dynamic_array(u8
, frame
, len
)
2427 memcpy(__get_dynamic_array(frame
), buf
, len
);
2429 TP_printk(NETDEV_PR_FMT
", ftype:0x%.2x",
2431 le16_to_cpup((__le16
*)__get_dynamic_array(frame
)))
2434 DECLARE_EVENT_CLASS(netdev_mac_evt
,
2435 TP_PROTO(struct net_device
*netdev
, const u8
*mac
),
2436 TP_ARGS(netdev
, mac
),
2443 MAC_ASSIGN(mac
, mac
)
2445 TP_printk(NETDEV_PR_FMT
", mac: " MAC_PR_FMT
,
2446 NETDEV_PR_ARG
, MAC_PR_ARG(mac
))
2449 DEFINE_EVENT(netdev_mac_evt
, cfg80211_send_auth_timeout
,
2450 TP_PROTO(struct net_device
*netdev
, const u8
*mac
),
2451 TP_ARGS(netdev
, mac
)
2454 DEFINE_EVENT(netdev_mac_evt
, cfg80211_send_assoc_timeout
,
2455 TP_PROTO(struct net_device
*netdev
, const u8
*mac
),
2456 TP_ARGS(netdev
, mac
)
2459 TRACE_EVENT(cfg80211_michael_mic_failure
,
2460 TP_PROTO(struct net_device
*netdev
, const u8
*addr
,
2461 enum nl80211_key_type key_type
, int key_id
, const u8
*tsc
),
2462 TP_ARGS(netdev
, addr
, key_type
, key_id
, tsc
),
2466 __field(enum nl80211_key_type
, key_type
)
2467 __field(int, key_id
)
2472 MAC_ASSIGN(addr
, addr
);
2473 __entry
->key_type
= key_type
;
2474 __entry
->key_id
= key_id
;
2476 memcpy(__entry
->tsc
, tsc
, 6);
2478 TP_printk(NETDEV_PR_FMT
", " MAC_PR_FMT
", key type: %d, key id: %d, tsc: %pm",
2479 NETDEV_PR_ARG
, MAC_PR_ARG(addr
), __entry
->key_type
,
2480 __entry
->key_id
, __entry
->tsc
)
2483 TRACE_EVENT(cfg80211_ready_on_channel
,
2484 TP_PROTO(struct wireless_dev
*wdev
, u64 cookie
,
2485 struct ieee80211_channel
*chan
,
2486 unsigned int duration
),
2487 TP_ARGS(wdev
, cookie
, chan
, duration
),
2490 __field(u64
, cookie
)
2492 __field(unsigned int, duration
)
2496 __entry
->cookie
= cookie
;
2498 __entry
->duration
= duration
;
2500 TP_printk(WDEV_PR_FMT
", cookie: %llu, " CHAN_PR_FMT
", duration: %u",
2501 WDEV_PR_ARG
, __entry
->cookie
, CHAN_PR_ARG
,
2505 TRACE_EVENT(cfg80211_ready_on_channel_expired
,
2506 TP_PROTO(struct wireless_dev
*wdev
, u64 cookie
,
2507 struct ieee80211_channel
*chan
),
2508 TP_ARGS(wdev
, cookie
, chan
),
2511 __field(u64
, cookie
)
2516 __entry
->cookie
= cookie
;
2519 TP_printk(WDEV_PR_FMT
", cookie: %llu, " CHAN_PR_FMT
,
2520 WDEV_PR_ARG
, __entry
->cookie
, CHAN_PR_ARG
)
2523 TRACE_EVENT(cfg80211_new_sta
,
2524 TP_PROTO(struct net_device
*netdev
, const u8
*mac_addr
,
2525 struct station_info
*sinfo
),
2526 TP_ARGS(netdev
, mac_addr
, sinfo
),
2534 MAC_ASSIGN(mac_addr
, mac_addr
);
2537 TP_printk(NETDEV_PR_FMT
", " MAC_PR_FMT
,
2538 NETDEV_PR_ARG
, MAC_PR_ARG(mac_addr
))
2541 DEFINE_EVENT(cfg80211_netdev_mac_evt
, cfg80211_del_sta
,
2542 TP_PROTO(struct net_device
*netdev
, const u8
*macaddr
),
2543 TP_ARGS(netdev
, macaddr
)
2546 TRACE_EVENT(cfg80211_rx_mgmt
,
2547 TP_PROTO(struct wireless_dev
*wdev
, int freq
, int sig_dbm
),
2548 TP_ARGS(wdev
, freq
, sig_dbm
),
2552 __field(int, sig_dbm
)
2556 __entry
->freq
= freq
;
2557 __entry
->sig_dbm
= sig_dbm
;
2559 TP_printk(WDEV_PR_FMT
", freq: %d, sig dbm: %d",
2560 WDEV_PR_ARG
, __entry
->freq
, __entry
->sig_dbm
)
2563 TRACE_EVENT(cfg80211_mgmt_tx_status
,
2564 TP_PROTO(struct wireless_dev
*wdev
, u64 cookie
, bool ack
),
2565 TP_ARGS(wdev
, cookie
, ack
),
2568 __field(u64
, cookie
)
2573 __entry
->cookie
= cookie
;
2576 TP_printk(WDEV_PR_FMT
", cookie: %llu, ack: %s",
2577 WDEV_PR_ARG
, __entry
->cookie
, BOOL_TO_STR(__entry
->ack
))
2580 TRACE_EVENT(cfg80211_cqm_rssi_notify
,
2581 TP_PROTO(struct net_device
*netdev
,
2582 enum nl80211_cqm_rssi_threshold_event rssi_event
,
2584 TP_ARGS(netdev
, rssi_event
, rssi_level
),
2587 __field(enum nl80211_cqm_rssi_threshold_event
, rssi_event
)
2588 __field(s32
, rssi_level
)
2592 __entry
->rssi_event
= rssi_event
;
2593 __entry
->rssi_level
= rssi_level
;
2595 TP_printk(NETDEV_PR_FMT
", rssi event: %d, level: %d",
2596 NETDEV_PR_ARG
, __entry
->rssi_event
, __entry
->rssi_level
)
2599 TRACE_EVENT(cfg80211_reg_can_beacon
,
2600 TP_PROTO(struct wiphy
*wiphy
, struct cfg80211_chan_def
*chandef
,
2601 enum nl80211_iftype iftype
, bool check_no_ir
),
2602 TP_ARGS(wiphy
, chandef
, iftype
, check_no_ir
),
2606 __field(enum nl80211_iftype
, iftype
)
2607 __field(bool, check_no_ir
)
2611 CHAN_DEF_ASSIGN(chandef
);
2612 __entry
->iftype
= iftype
;
2613 __entry
->check_no_ir
= check_no_ir
;
2615 TP_printk(WIPHY_PR_FMT
", " CHAN_DEF_PR_FMT
", iftype=%d check_no_ir=%s",
2616 WIPHY_PR_ARG
, CHAN_DEF_PR_ARG
, __entry
->iftype
,
2617 BOOL_TO_STR(__entry
->check_no_ir
))
2620 TRACE_EVENT(cfg80211_chandef_dfs_required
,
2621 TP_PROTO(struct wiphy
*wiphy
, struct cfg80211_chan_def
*chandef
),
2622 TP_ARGS(wiphy
, chandef
),
2629 CHAN_DEF_ASSIGN(chandef
);
2631 TP_printk(WIPHY_PR_FMT
", " CHAN_DEF_PR_FMT
,
2632 WIPHY_PR_ARG
, CHAN_DEF_PR_ARG
)
2635 TRACE_EVENT(cfg80211_ch_switch_notify
,
2636 TP_PROTO(struct net_device
*netdev
,
2637 struct cfg80211_chan_def
*chandef
),
2638 TP_ARGS(netdev
, chandef
),
2645 CHAN_DEF_ASSIGN(chandef
);
2647 TP_printk(NETDEV_PR_FMT
", " CHAN_DEF_PR_FMT
,
2648 NETDEV_PR_ARG
, CHAN_DEF_PR_ARG
)
2651 TRACE_EVENT(cfg80211_ch_switch_started_notify
,
2652 TP_PROTO(struct net_device
*netdev
,
2653 struct cfg80211_chan_def
*chandef
),
2654 TP_ARGS(netdev
, chandef
),
2661 CHAN_DEF_ASSIGN(chandef
);
2663 TP_printk(NETDEV_PR_FMT
", " CHAN_DEF_PR_FMT
,
2664 NETDEV_PR_ARG
, CHAN_DEF_PR_ARG
)
2667 TRACE_EVENT(cfg80211_radar_event
,
2668 TP_PROTO(struct wiphy
*wiphy
, struct cfg80211_chan_def
*chandef
),
2669 TP_ARGS(wiphy
, chandef
),
2676 CHAN_DEF_ASSIGN(chandef
);
2678 TP_printk(WIPHY_PR_FMT
", " CHAN_DEF_PR_FMT
,
2679 WIPHY_PR_ARG
, CHAN_DEF_PR_ARG
)
2682 TRACE_EVENT(cfg80211_cac_event
,
2683 TP_PROTO(struct net_device
*netdev
, enum nl80211_radar_event evt
),
2684 TP_ARGS(netdev
, evt
),
2687 __field(enum nl80211_radar_event
, evt
)
2693 TP_printk(NETDEV_PR_FMT
", event: %d",
2694 NETDEV_PR_ARG
, __entry
->evt
)
2697 DECLARE_EVENT_CLASS(cfg80211_rx_evt
,
2698 TP_PROTO(struct net_device
*netdev
, const u8
*addr
),
2699 TP_ARGS(netdev
, addr
),
2706 MAC_ASSIGN(addr
, addr
);
2708 TP_printk(NETDEV_PR_FMT
", " MAC_PR_FMT
, NETDEV_PR_ARG
, MAC_PR_ARG(addr
))
2711 DEFINE_EVENT(cfg80211_rx_evt
, cfg80211_rx_spurious_frame
,
2712 TP_PROTO(struct net_device
*netdev
, const u8
*addr
),
2713 TP_ARGS(netdev
, addr
)
2716 DEFINE_EVENT(cfg80211_rx_evt
, cfg80211_rx_unexpected_4addr_frame
,
2717 TP_PROTO(struct net_device
*netdev
, const u8
*addr
),
2718 TP_ARGS(netdev
, addr
)
2721 TRACE_EVENT(cfg80211_ibss_joined
,
2722 TP_PROTO(struct net_device
*netdev
, const u8
*bssid
,
2723 struct ieee80211_channel
*channel
),
2724 TP_ARGS(netdev
, bssid
, channel
),
2732 MAC_ASSIGN(bssid
, bssid
);
2733 CHAN_ASSIGN(channel
);
2735 TP_printk(NETDEV_PR_FMT
", bssid: " MAC_PR_FMT
", " CHAN_PR_FMT
,
2736 NETDEV_PR_ARG
, MAC_PR_ARG(bssid
), CHAN_PR_ARG
)
2739 TRACE_EVENT(cfg80211_probe_status
,
2740 TP_PROTO(struct net_device
*netdev
, const u8
*addr
, u64 cookie
,
2742 TP_ARGS(netdev
, addr
, cookie
, acked
),
2746 __field(u64
, cookie
)
2747 __field(bool, acked
)
2751 MAC_ASSIGN(addr
, addr
);
2752 __entry
->cookie
= cookie
;
2753 __entry
->acked
= acked
;
2755 TP_printk(NETDEV_PR_FMT
" addr:" MAC_PR_FMT
", cookie: %llu, acked: %s",
2756 NETDEV_PR_ARG
, MAC_PR_ARG(addr
), __entry
->cookie
,
2757 BOOL_TO_STR(__entry
->acked
))
2760 TRACE_EVENT(cfg80211_cqm_pktloss_notify
,
2761 TP_PROTO(struct net_device
*netdev
, const u8
*peer
, u32 num_packets
),
2762 TP_ARGS(netdev
, peer
, num_packets
),
2766 __field(u32
, num_packets
)
2770 MAC_ASSIGN(peer
, peer
);
2771 __entry
->num_packets
= num_packets
;
2773 TP_printk(NETDEV_PR_FMT
", peer: " MAC_PR_FMT
", num of lost packets: %u",
2774 NETDEV_PR_ARG
, MAC_PR_ARG(peer
), __entry
->num_packets
)
2777 DEFINE_EVENT(cfg80211_netdev_mac_evt
, cfg80211_gtk_rekey_notify
,
2778 TP_PROTO(struct net_device
*netdev
, const u8
*macaddr
),
2779 TP_ARGS(netdev
, macaddr
)
2782 TRACE_EVENT(cfg80211_pmksa_candidate_notify
,
2783 TP_PROTO(struct net_device
*netdev
, int index
, const u8
*bssid
,
2785 TP_ARGS(netdev
, index
, bssid
, preauth
),
2790 __field(bool, preauth
)
2794 __entry
->index
= index
;
2795 MAC_ASSIGN(bssid
, bssid
);
2796 __entry
->preauth
= preauth
;
2798 TP_printk(NETDEV_PR_FMT
", index:%d, bssid: " MAC_PR_FMT
", pre auth: %s",
2799 NETDEV_PR_ARG
, __entry
->index
, MAC_PR_ARG(bssid
),
2800 BOOL_TO_STR(__entry
->preauth
))
2803 TRACE_EVENT(cfg80211_report_obss_beacon
,
2804 TP_PROTO(struct wiphy
*wiphy
, const u8
*frame
, size_t len
,
2805 int freq
, int sig_dbm
),
2806 TP_ARGS(wiphy
, frame
, len
, freq
, sig_dbm
),
2810 __field(int, sig_dbm
)
2814 __entry
->freq
= freq
;
2815 __entry
->sig_dbm
= sig_dbm
;
2817 TP_printk(WIPHY_PR_FMT
", freq: %d, sig_dbm: %d",
2818 WIPHY_PR_ARG
, __entry
->freq
, __entry
->sig_dbm
)
2821 TRACE_EVENT(cfg80211_tdls_oper_request
,
2822 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
, const u8
*peer
,
2823 enum nl80211_tdls_operation oper
, u16 reason_code
),
2824 TP_ARGS(wiphy
, netdev
, peer
, oper
, reason_code
),
2829 __field(enum nl80211_tdls_operation
, oper
)
2830 __field(u16
, reason_code
)
2835 MAC_ASSIGN(peer
, peer
);
2836 __entry
->oper
= oper
;
2837 __entry
->reason_code
= reason_code
;
2839 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", peer: " MAC_PR_FMT
", oper: %d, reason_code %u",
2840 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(peer
), __entry
->oper
,
2841 __entry
->reason_code
)
2844 TRACE_EVENT(cfg80211_scan_done
,
2845 TP_PROTO(struct cfg80211_scan_request
*request
,
2846 struct cfg80211_scan_info
*info
),
2847 TP_ARGS(request
, info
),
2849 __field(u32
, n_channels
)
2850 __dynamic_array(u8
, ie
, request
? request
->ie_len
: 0)
2851 __array(u32
, rates
, NUM_NL80211_BANDS
)
2852 __field(u32
, wdev_id
)
2853 MAC_ENTRY(wiphy_mac
)
2854 __field(bool, no_cck
)
2855 __field(bool, aborted
)
2856 __field(u64
, scan_start_tsf
)
2857 MAC_ENTRY(tsf_bssid
)
2861 memcpy(__get_dynamic_array(ie
), request
->ie
,
2863 memcpy(__entry
->rates
, request
->rates
,
2865 __entry
->wdev_id
= request
->wdev
?
2866 request
->wdev
->identifier
: 0;
2868 MAC_ASSIGN(wiphy_mac
,
2869 request
->wiphy
->perm_addr
);
2870 __entry
->no_cck
= request
->no_cck
;
2873 __entry
->aborted
= info
->aborted
;
2874 __entry
->scan_start_tsf
= info
->scan_start_tsf
;
2875 MAC_ASSIGN(tsf_bssid
, info
->tsf_bssid
);
2878 TP_printk("aborted: %s, scan start (TSF): %llu, tsf_bssid: " MAC_PR_FMT
,
2879 BOOL_TO_STR(__entry
->aborted
),
2880 (unsigned long long)__entry
->scan_start_tsf
,
2881 MAC_PR_ARG(tsf_bssid
))
2884 DECLARE_EVENT_CLASS(wiphy_id_evt
,
2885 TP_PROTO(struct wiphy
*wiphy
, u64 id
),
2895 TP_printk(WIPHY_PR_FMT
", id: %llu", WIPHY_PR_ARG
, __entry
->id
)
2898 DEFINE_EVENT(wiphy_id_evt
, cfg80211_sched_scan_stopped
,
2899 TP_PROTO(struct wiphy
*wiphy
, u64 id
),
2903 DEFINE_EVENT(wiphy_id_evt
, cfg80211_sched_scan_results
,
2904 TP_PROTO(struct wiphy
*wiphy
, u64 id
),
2908 TRACE_EVENT(cfg80211_get_bss
,
2909 TP_PROTO(struct wiphy
*wiphy
, struct ieee80211_channel
*channel
,
2910 const u8
*bssid
, const u8
*ssid
, size_t ssid_len
,
2911 enum ieee80211_bss_type bss_type
,
2912 enum ieee80211_privacy privacy
),
2913 TP_ARGS(wiphy
, channel
, bssid
, ssid
, ssid_len
, bss_type
, privacy
),
2918 __dynamic_array(u8
, ssid
, ssid_len
)
2919 __field(enum ieee80211_bss_type
, bss_type
)
2920 __field(enum ieee80211_privacy
, privacy
)
2924 CHAN_ASSIGN(channel
);
2925 MAC_ASSIGN(bssid
, bssid
);
2926 memcpy(__get_dynamic_array(ssid
), ssid
, ssid_len
);
2927 __entry
->bss_type
= bss_type
;
2928 __entry
->privacy
= privacy
;
2930 TP_printk(WIPHY_PR_FMT
", " CHAN_PR_FMT
", " MAC_PR_FMT
2931 ", buf: %#.2x, bss_type: %d, privacy: %d",
2932 WIPHY_PR_ARG
, CHAN_PR_ARG
, MAC_PR_ARG(bssid
),
2933 ((u8
*)__get_dynamic_array(ssid
))[0], __entry
->bss_type
,
2937 TRACE_EVENT(cfg80211_inform_bss_frame
,
2938 TP_PROTO(struct wiphy
*wiphy
, struct cfg80211_inform_bss
*data
,
2939 struct ieee80211_mgmt
*mgmt
, size_t len
),
2940 TP_ARGS(wiphy
, data
, mgmt
, len
),
2944 __field(enum nl80211_bss_scan_width
, scan_width
)
2945 __dynamic_array(u8
, mgmt
, len
)
2946 __field(s32
, signal
)
2947 __field(u64
, ts_boottime
)
2948 __field(u64
, parent_tsf
)
2949 MAC_ENTRY(parent_bssid
)
2953 CHAN_ASSIGN(data
->chan
);
2954 __entry
->scan_width
= data
->scan_width
;
2956 memcpy(__get_dynamic_array(mgmt
), mgmt
, len
);
2957 __entry
->signal
= data
->signal
;
2958 __entry
->ts_boottime
= data
->boottime_ns
;
2959 __entry
->parent_tsf
= data
->parent_tsf
;
2960 MAC_ASSIGN(parent_bssid
, data
->parent_bssid
);
2962 TP_printk(WIPHY_PR_FMT
", " CHAN_PR_FMT
2963 "(scan_width: %d) signal: %d, tsb:%llu, detect_tsf:%llu, tsf_bssid: "
2964 MAC_PR_FMT
, WIPHY_PR_ARG
, CHAN_PR_ARG
, __entry
->scan_width
,
2965 __entry
->signal
, (unsigned long long)__entry
->ts_boottime
,
2966 (unsigned long long)__entry
->parent_tsf
,
2967 MAC_PR_ARG(parent_bssid
))
2970 DECLARE_EVENT_CLASS(cfg80211_bss_evt
,
2971 TP_PROTO(struct cfg80211_bss
*pub
),
2978 MAC_ASSIGN(bssid
, pub
->bssid
);
2979 CHAN_ASSIGN(pub
->channel
);
2981 TP_printk(MAC_PR_FMT
", " CHAN_PR_FMT
, MAC_PR_ARG(bssid
), CHAN_PR_ARG
)
2984 DEFINE_EVENT(cfg80211_bss_evt
, cfg80211_return_bss
,
2985 TP_PROTO(struct cfg80211_bss
*pub
),
2989 TRACE_EVENT(cfg80211_return_uint
,
2990 TP_PROTO(unsigned int ret
),
2993 __field(unsigned int, ret
)
2998 TP_printk("ret: %d", __entry
->ret
)
3001 TRACE_EVENT(cfg80211_return_u32
,
3010 TP_printk("ret: %u", __entry
->ret
)
3013 TRACE_EVENT(cfg80211_report_wowlan_wakeup
,
3014 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
,
3015 struct cfg80211_wowlan_wakeup
*wakeup
),
3016 TP_ARGS(wiphy
, wdev
, wakeup
),
3020 __field(bool, non_wireless
)
3021 __field(bool, disconnect
)
3022 __field(bool, magic_pkt
)
3023 __field(bool, gtk_rekey_failure
)
3024 __field(bool, eap_identity_req
)
3025 __field(bool, four_way_handshake
)
3026 __field(bool, rfkill_release
)
3027 __field(s32
, pattern_idx
)
3028 __field(u32
, packet_len
)
3029 __dynamic_array(u8
, packet
,
3030 wakeup
? wakeup
->packet_present_len
: 0)
3035 __entry
->non_wireless
= !wakeup
;
3036 __entry
->disconnect
= wakeup
? wakeup
->disconnect
: false;
3037 __entry
->magic_pkt
= wakeup
? wakeup
->magic_pkt
: false;
3038 __entry
->gtk_rekey_failure
= wakeup
? wakeup
->gtk_rekey_failure
: false;
3039 __entry
->eap_identity_req
= wakeup
? wakeup
->eap_identity_req
: false;
3040 __entry
->four_way_handshake
= wakeup
? wakeup
->four_way_handshake
: false;
3041 __entry
->rfkill_release
= wakeup
? wakeup
->rfkill_release
: false;
3042 __entry
->pattern_idx
= wakeup
? wakeup
->pattern_idx
: false;
3043 __entry
->packet_len
= wakeup
? wakeup
->packet_len
: false;
3044 if (wakeup
&& wakeup
->packet
&& wakeup
->packet_present_len
)
3045 memcpy(__get_dynamic_array(packet
), wakeup
->packet
,
3046 wakeup
->packet_present_len
);
3048 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
, WIPHY_PR_ARG
, WDEV_PR_ARG
)
3051 TRACE_EVENT(cfg80211_ft_event
,
3052 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
3053 struct cfg80211_ft_event_params
*ft_event
),
3054 TP_ARGS(wiphy
, netdev
, ft_event
),
3058 __dynamic_array(u8
, ies
, ft_event
->ies_len
)
3059 MAC_ENTRY(target_ap
)
3060 __dynamic_array(u8
, ric_ies
, ft_event
->ric_ies_len
)
3066 memcpy(__get_dynamic_array(ies
), ft_event
->ies
,
3068 MAC_ASSIGN(target_ap
, ft_event
->target_ap
);
3069 if (ft_event
->ric_ies
)
3070 memcpy(__get_dynamic_array(ric_ies
), ft_event
->ric_ies
,
3071 ft_event
->ric_ies_len
);
3073 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", target_ap: " MAC_PR_FMT
,
3074 WIPHY_PR_ARG
, NETDEV_PR_ARG
, MAC_PR_ARG(target_ap
))
3077 TRACE_EVENT(cfg80211_stop_iface
,
3078 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
3079 TP_ARGS(wiphy
, wdev
),
3088 TP_printk(WIPHY_PR_FMT
", " WDEV_PR_FMT
,
3089 WIPHY_PR_ARG
, WDEV_PR_ARG
)
3092 TRACE_EVENT(rdev_start_radar_detection
,
3093 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
3094 struct cfg80211_chan_def
*chandef
,
3096 TP_ARGS(wiphy
, netdev
, chandef
, cac_time_ms
),
3101 __field(u32
, cac_time_ms
)
3106 CHAN_DEF_ASSIGN(chandef
);
3107 __entry
->cac_time_ms
= cac_time_ms
;
3109 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", " CHAN_DEF_PR_FMT
3111 WIPHY_PR_ARG
, NETDEV_PR_ARG
, CHAN_DEF_PR_ARG
,
3112 __entry
->cac_time_ms
)
3115 TRACE_EVENT(rdev_set_mcast_rate
,
3116 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
3117 int mcast_rate
[NUM_NL80211_BANDS
]),
3118 TP_ARGS(wiphy
, netdev
, mcast_rate
),
3122 __array(int, mcast_rate
, NUM_NL80211_BANDS
)
3127 memcpy(__entry
->mcast_rate
, mcast_rate
,
3128 sizeof(int) * NUM_NL80211_BANDS
);
3130 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", "
3131 "mcast_rates [2.4GHz=0x%x, 5.2GHz=0x%x, 60GHz=0x%x]",
3132 WIPHY_PR_ARG
, NETDEV_PR_ARG
,
3133 __entry
->mcast_rate
[NL80211_BAND_2GHZ
],
3134 __entry
->mcast_rate
[NL80211_BAND_5GHZ
],
3135 __entry
->mcast_rate
[NL80211_BAND_60GHZ
])
3138 TRACE_EVENT(rdev_set_coalesce
,
3139 TP_PROTO(struct wiphy
*wiphy
, struct cfg80211_coalesce
*coalesce
),
3140 TP_ARGS(wiphy
, coalesce
),
3143 __field(int, n_rules
)
3147 __entry
->n_rules
= coalesce
? coalesce
->n_rules
: 0;
3149 TP_printk(WIPHY_PR_FMT
", n_rules=%d",
3150 WIPHY_PR_ARG
, __entry
->n_rules
)
3153 DEFINE_EVENT(wiphy_wdev_evt
, rdev_abort_scan
,
3154 TP_PROTO(struct wiphy
*wiphy
, struct wireless_dev
*wdev
),
3155 TP_ARGS(wiphy
, wdev
)
3158 TRACE_EVENT(rdev_set_multicast_to_unicast
,
3159 TP_PROTO(struct wiphy
*wiphy
, struct net_device
*netdev
,
3160 const bool enabled
),
3161 TP_ARGS(wiphy
, netdev
, enabled
),
3165 __field(bool, enabled
)
3170 __entry
->enabled
= enabled
;
3172 TP_printk(WIPHY_PR_FMT
", " NETDEV_PR_FMT
", unicast: %s",
3173 WIPHY_PR_ARG
, NETDEV_PR_ARG
,
3174 BOOL_TO_STR(__entry
->enabled
))
3176 #endif /* !__RDEV_OPS_TRACE || TRACE_HEADER_MULTI_READ */
3178 #undef TRACE_INCLUDE_PATH
3179 #define TRACE_INCLUDE_PATH .
3180 #undef TRACE_INCLUDE_FILE
3181 #define TRACE_INCLUDE_FILE trace
3182 #include <trace/define_trace.h>