Home
last modified time | relevance | path

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

/modules/openthread/include/
A Dopenthread_utils.h29 int bytes_from_str(uint8_t *buf, int buf_len, const char *src);
/modules/openthread/
A Dopenthread_utils.c21 int bytes_from_str(uint8_t *buf, int buf_len, const char *src) in bytes_from_str() function
A Dopenthread.c193 if (bytes_from_str(xpanid.m8, 8, (char *)OT_XPANID) != 0) { in ot_setup_default_configuration()
204 if (bytes_from_str(networkKey.m8, OT_NETWORK_KEY_SIZE, (char *)OT_NETWORKKEY) != in ot_setup_default_configuration()

Completed in 9 milliseconds