:orphan: .. title:: CONFIG_IEEE802154_B91_CCA_RSSI_THRESHOLD .. kconfig:: CONFIG_IEEE802154_B91_CCA_RSSI_THRESHOLD CONFIG_IEEE802154_B91_CCA_RSSI_THRESHOLD ######################################## *CCA procedure RSSI threshold* Type: ``int`` Help ==== .. code-block:: none CCA procedure returns true if the current RSSI value is less than this parameter. Direct dependencies =================== \ :kconfig:`IEEE802154_TELINK_B91 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Default ======= - -50 Kconfig definition ================== At ``/ieee802154/Kconfig.b91:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:60`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Telink B91 RF driver .. code-block:: kconfig config IEEE802154_B91_CCA_RSSI_THRESHOLD int "CCA procedure RSSI threshold" default -50 depends on IEEE802154_TELINK_B91 && IEEE802154 help CCA procedure returns true if the current RSSI value is less than this parameter. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*