Home
last modified time | relevance | path

Searched refs:SPINEL_NET_FLAG_CONFIGURE (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel.h656 SPINEL_NET_FLAG_CONFIGURE = (1 << 2), enumerator
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp108 flags |= SPINEL_NET_FLAG_CONFIGURE; in BorderRouterConfigToFlagByte()
1016 borderRouterConfig.mConfigure = ((flags & SPINEL_NET_FLAG_CONFIGURE) != 0); in HandlePropertyInsert()