nRF5 SDK for Thread and Zigbee v3.2.0
Functions
Promiscuous mode

Functions

void nrf_802154_promiscuous_set (bool enabled)
 Enable or disable promiscuous radio mode. More...
 
bool nrf_802154_promiscuous_get (void)
 Check if the radio is in promiscuous mode. More...
 

Detailed Description

Function Documentation

bool nrf_802154_promiscuous_get ( void  )

Check if the radio is in promiscuous mode.

Return values
TrueRadio is in promiscuous mode.
FalseRadio is not in promiscuous mode.
void nrf_802154_promiscuous_set ( bool  enabled)

Enable or disable promiscuous radio mode.

Note
Promiscuous mode is disabled by default.

In promiscuous mode, the driver notifies the higher layer that it received any frame (regardless frame type or destination address). In normal mode (not promiscuous), the higher layer is not notified about ACK frames and frames with unknown type. Also frames with a destination address not matching the device address are ignored.

Parameters
[in]enabledIf promiscuous mode should be enabled.

Documentation feedback | Developer Zone | Subscribe | Updated