Outputs an Extended MAC Address to the CLI console. param[in] aExtAddress The Extended MAC Address to output.
Outputs an Extended MAC Address to the CLI console and at the end it also outputs newline "\r\n". param[in] aExtAddress The Extended MAC Address to output.
Add an extended address to the source address match table.
Remove an extended address from the source address match table.
Sets the IEEE 802.15.4 Extended Address.
Get the factory-assigned IEEE EUI-64.
Check if the steering data includes a Joiner.
Performs AES CCM on the frame which is going to be sent.
Set the Extended Address for address filtering.
Add an extended address to the source address match table.
Remove an extended address from the source address match table.
Check if @p aFrame matches the @p aPandId and @p aShortAddress or @p aExtAddress.
Adding extended address to the source match table.
Removing extended address to the source match table of the radio.
Enable or disable CSL receiver.
Enable/disable or update Enhanced-ACK Based Probing in radio for a specific Initiator. After Enhanced-ACK Based Probing is configured by a specific Probing Initiator, the Enhanced-ACK sent to that node should include Vendor-Specific IE containing Link Metrics data. This method informs the radio to start/stop to collect Link Metrics data and include Vendor-Specific IE that containing the data in Enhanced-ACK sent to that Probing Initiator.
Adds an Extended Address to MAC filter. Is available when `OPENTHREAD_CONFIG_MAC_FILTER_ENABLE` configuration is enabled.
Removes an Extended Address from MAC filter. Is available when `OPENTHREAD_CONFIG_MAC_FILTER_ENABLE` configuration is enabled. No action is performed if there is no existing entry in Filter matching the given Extended Address.
Adds the specified Extended Address to the `RssIn` list (or modifies an existing address in the `RssIn` list) and sets the received signal strength (in dBm) entry for messages from that address. The Extended Address does not necessarily have to be in the `address allowlist/denylist` filter to set the `rss`. Is available when `OPENTHREAD_CONFIG_MAC_FILTER_ENABLE` configuration is enabled.
Removes the specified Extended Address from the `RssIn` list. Once removed from the `RssIn` list, this MAC address will instead use the default `rss` and `lqi` settings, assuming defaults have been set. (If no defaults have been set, the over-air signal is used.) Is available when `OPENTHREAD_CONFIG_MAC_FILTER_ENABLE` configuration is enabled. No action is performed if there is no existing entry in the `RssIn` list matching the specified Extended Address.
Set Steering data out of band. Configuration option `OPENTHREAD_CONFIG_MLE_STEERING_DATA_SET_OOB_ENABLE` should be set to enable setting of steering data out of band.
Get Link Metrics data of a neighbor by its extended address.
Sets/clears Enhanced-ACK Based Probing for a specific Initiator. Can start/stop Enhanced-ACK Based Probing for a neighbor that has the address @p aShortAddress and @p aExtAddress. Once the Probing is started, the device would record the Link Metrics data of link layer frames sent from that neighbor and include the data into header IE in Enhanced-ACK sent to that neighbor.