Lines Matching refs:otError

202     otError SetPromiscuous(bool aEnable);
213 otError SetRxOnWhenIdle(bool aEnable);
224 otError SetShortAddress(uint16_t aAddress);
235 otError SetAlternateShortAddress(uint16_t aAddress);
247 otError GetIeeeEui64(uint8_t *aIeeeEui64);
258 otError SetExtendedAddress(const otExtAddress &aExtAddress);
269 otError SetPanId(uint16_t aPanId);
280 otError GetTransmitPower(int8_t &aPower);
291 otError SetTransmitPower(int8_t aPower);
302 otError GetCcaEnergyDetectThreshold(int8_t &aThreshold);
313 otError SetCcaEnergyDetectThreshold(int8_t aThreshold);
324 otError GetFemLnaGain(int8_t &aGain);
335 otError SetFemLnaGain(int8_t aGain);
386 otError SetCoexEnabled(bool aEnabled);
405 otError GetCoexMetrics(otRadioCoexMetrics &aCoexMetrics);
419 otError GetMultipanActiveInterface(spinel_iid_t *aIid);
442 otError SetMultipanActiveInterface(spinel_iid_t aIid, bool aCompletePending);
462 otError EnableSrcMatch(bool aEnable);
475 otError AddSrcMatchShortEntry(uint16_t aShortAddress);
488 otError ClearSrcMatchShortEntry(uint16_t aShortAddress);
499 otError ClearSrcMatchShortEntries(void);
512 otError AddSrcMatchExtEntry(const otExtAddress &aExtAddress);
525 otError ClearSrcMatchExtEntry(const otExtAddress &aExtAddress);
536 otError ClearSrcMatchExtEntries(void);
548 otError EnergyScan(uint8_t aScanChannel, uint16_t aScanDuration);
560 otError Transmit(otRadioFrame &aFrame);
570 otError Receive(uint8_t aChannel);
586 otError ReceiveAt(uint64_t aWhen, uint32_t aDuration, uint8_t aChannel);
595 otError Sleep(void);
605 otError Enable(otInstance *aInstance);
614 otError Disable(void);
677 otError RadioSpinelDiagProcess(char *aArgs[], uint8_t aArgsLength);
688 otError PlatDiagProcess(const char *aString);
732 otError SetMacKey(uint8_t aKeyIdMode,
745 otError SetMacFrameCounter(uint32_t aMacFrameCounter, bool aSetIfLarger);
755 otError SetRadioRegion(uint16_t aRegionCode);
766 otError GetRadioRegion(uint16_t *aRegionCode);
789 otError ConfigureEnhAckProbing(otLinkMetrics aLinkMetrics,
872 otError SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower);
885 otError Get(spinel_prop_key_t aKey, const char *aFormat, ...);
900 otError GetWithParam(spinel_prop_key_t aKey,
917 otError Set(spinel_prop_key_t aKey, const char *aFormat, ...);
930 otError Insert(spinel_prop_key_t aKey, const char *aFormat, ...);
943 otError Remove(spinel_prop_key_t aKey, const char *aFormat, ...);
954 otError SendReset(uint8_t aResetType);
979 otError AddCalibratedPower(uint8_t aChannel,
992 otError ClearCalibratedPowers(void);
1006 otError SetChannelTargetPower(uint8_t aChannel, int16_t aTargetPower);
1032 otError VendorHandleValueIs(spinel_prop_key_t aPropKey);
1115 typedef otError (RadioSpinel::*ResponseHandler)(const uint8_t *aBuffer, uint16_t aLength);
1119 otError CheckSpinelVersion(void);
1120 otError CheckRadioCapabilities(otRadioCaps aRequiredRadioCaps);
1121 otError CheckRcpApiVersion(bool aSupportsRcpApiVersion, bool aSupportsRcpMinHostApiVersion);
1137 otError RequestV(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, va_list aArgs);
1138 otError Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...);
1139 otError RequestWithPropertyFormat(const char *aPropertyFormat,
1144 otError RequestWithPropertyFormatV(const char *aPropertyFormat,
1149 otError RequestWithExpectedCommandV(uint32_t aExpectedCommand,
1154 otError WaitResponse(bool aHandleRcpTimeout = true);
1155otError ParseRadioFrame(otRadioFrame &aFrame, const uint8_t *aBuffer, uint16_t aLength, spinel_ssi…
1182 void TransmitDone(otRadioFrame *aFrame, otRadioFrame *aAckFrame, otError aError);
1199 void UpdateParseErrorCount(otError aError) in UpdateParseErrorCount()
1204 otError SetMacKey(uint8_t aKeyIdMode,
1210 static otError ReadMacKey(const otMacKeyMaterial &aKeyMaterial, otMacKey &aKey);
1231 otError mError; ///< The result of current transaction.
1249 otError mTxError;