Skip to content

Commit b7f26d1

Browse files
committed
nrf_modem: add invalid_sec_tag value
Define a placeholder value for the sec tag type. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 5936aa1 commit b7f26d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nrf_modem/include/nrf_socket.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,9 @@ struct nrf_ifaddrs {
780780
*/
781781
typedef uint32_t nrf_sec_tag_t;
782782

783+
/** Placeholder value for security tags. Needed for various checks in SDK code. */
784+
#define NRF_SEC_TAG_INVALID 0xFFFFFFFF
785+
783786
/** @} */
784787

785788
/**

0 commit comments

Comments
 (0)