Lines Matching defs:Info
1022 struct Info : public Clearable<Info> struct in ot::Mac::TxFrame
1027 Info(void) { Clear(); } in Info() argument
1052 Type mType; ///< Frame type.
1053 Version mVersion; ///< Frame version.
1054 Addresses mAddrs; ///< Frame source and destination addresses.
1055 PanIds mPanIds; ///< Source and destination PAN Ids.
1056 SecurityLevel mSecurityLevel; ///< Frame security level.
1057 KeyIdMode mKeyIdMode; ///< Frame security key ID mode.
1058 … CommandId mCommandId; ///< Command ID (applicable when `mType == kTypeMacCmd`).
1059 bool mSuppressSequence : 1; ///< Whether to suppress seq number.
1063 bool mAppendTimeIe : 1; ///< Whether to append Time IE.
1066 bool mAppendCslIe : 1; ///< Whether to append CSL IE.
1068 … bool mEmptyPayload : 1; ///< Whether payload is empty (to decide about appending Termination2 IE).