Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h1138 SPINEL_CMD_NET_RECALL = 11, // Deprecated enumerator
Dspinel.c1180 {SPINEL_CMD_NET_RECALL, "NET_RECALL"}, in spinel_command_to_cstr()
/openthread-latest/src/ncp/
Dncp_base.cpp1013 case SPINEL_CMD_NET_RECALL: in HandleCommand()