Lines Matching refs:key_index
411 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
413 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr),
418 __field(u8, key_index)
425 __entry->key_index = key_index;
429 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
434 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
436 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
440 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
442 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
446 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
448 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr, mode),
453 __field(u8, key_index)
461 __entry->key_index = key_index;
467 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
473 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
475 TP_ARGS(wiphy, netdev, key_index, unicast, multicast),
479 __field(u8, key_index)
486 __entry->key_index = key_index;
491 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
497 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index),
498 TP_ARGS(wiphy, netdev, key_index),
502 __field(u8, key_index)
507 __entry->key_index = key_index;
510 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index)