Lines Matching refs:key_index
392 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
394 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr),
399 __field(u8, key_index)
406 __entry->key_index = key_index;
410 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
415 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
417 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
421 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
423 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
427 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
429 TP_ARGS(wiphy, netdev, key_index, pairwise, mac_addr)
433 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index,
435 TP_ARGS(wiphy, netdev, key_index, unicast, multicast),
439 __field(u8, key_index)
446 __entry->key_index = key_index;
451 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index,
457 TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, u8 key_index),
458 TP_ARGS(wiphy, netdev, key_index),
462 __field(u8, key_index)
467 __entry->key_index = key_index;
470 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->key_index)