Home
last modified time | relevance | path

Searched refs:BOOL_TO_STR (Results 1 – 3 of 3) sorted by relevance

/linux/net/mac802154/
H A Dtrace.h32 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
153 BOOL_TO_STR(__entry->mode))
213 BOOL_TO_STR(__entry->is_coord))
264 BOOL_TO_STR(__entry->on))
/linux/net/ieee802154/
H A Dtrace.h38 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
276 WPAN_DEV_PR_ARG, BOOL_TO_STR(__entry->mode))
295 WPAN_DEV_PR_ARG, BOOL_TO_STR(__entry->ackreq))
/linux/net/wireless/
H A Dtrace.h221 #define BOOL_TO_STR(bo) (bo) ? "true" : "false" macro
571 __entry->key_index, BOOL_TO_STR(__entry->pairwise),
614 BOOL_TO_STR(__entry->pairwise), __entry->mac_addr)
640 __entry->key_index, BOOL_TO_STR(__entry->unicast),
641 BOOL_TO_STR(__entry->multicast))
726 BOOL_TO_STR(__entry->privacy), __entry->auth_type,
1445 __entry->prev_bssid, BOOL_TO_STR(__entry->use_mfp),
1494 BOOL_TO_STR(__entry->local_state_change))
1567 __entry->auth_type, BOOL_TO_STR(__entry->privacy),
2009 BOOL_TO_STR(__entry->initiator),
[all …]