Home
last modified time | relevance | path

Searched refs:NL802154_CCA_ENERGY (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Dnl802154.h229 NL802154_CCA_ENERGY, enumerator
/linux-4.4.14/drivers/net/ieee802154/
Dat86rf230.c1217 case NL802154_CCA_ENERGY: in at86rf230_set_cca_mode()
1546 lp->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in at86rf230_detect_device()
1554 lp->hw->phy->cca.mode = NL802154_CCA_ENERGY; in at86rf230_detect_device()
Dmrf24j40.c858 case NL802154_CCA_ENERGY: in mrf24j40_set_cca_mode()
1243 devrec->hw->phy->supported.cca_modes = BIT(NL802154_CCA_ENERGY) | in mrf24j40_phy_setup()
/linux-4.4.14/net/ieee802154/
Dnl802154.c1004 if (cca.mode < NL802154_CCA_ENERGY || in nl802154_set_cca_mode()