Searched refs:SECURITY_ENABLED_BIT (Results 1 – 4 of 4) sorted by relevance
132 #define SECURITY_ENABLED_BIT 0x08 ///< Bits cont… macro
109 m_ack[SECURITY_ENABLED_OFFSET] |= SECURITY_ENABLED_BIT; in fcf_security_enabled_set()
379 return (p_parser_data->p_frame[SECURITY_ENABLED_OFFSET] & SECURITY_ENABLED_BIT) ? true : false; in nrf_802154_frame_parser_security_enabled_bit_is_set()
2128 return p_frame[SECURITY_ENABLED_OFFSET] & SECURITY_ENABLED_BIT; in fcf_is_security_enabled()