Home
last modified time | relevance | path

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

/openthread-3.5.0/examples/platforms/simulation/
Dsystem.c55 extern otRadioCaps gRadioCaps;
147 gRadioCaps |= OT_RADIO_CAPS_ENERGY_SCAN; in otSysInit()
150 gRadioCaps |= OT_RADIO_CAPS_SLEEP_TO_TX; in otSysInit()
Dradio.c156 otRadioCaps gRadioCaps = variable
650 return gRadioCaps; in otPlatRadioGetCaps()
1140 otEXPECT_ACTION((gRadioCaps & OT_RADIO_CAPS_ENERGY_SCAN), error = OT_ERROR_NOT_IMPLEMENTED); in otPlatRadioEnergyScan()