Home
last modified time | relevance | path

Searched refs:LORAWAN_ACT_ABP (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/lorawan/
Dlorawan.h41 LORAWAN_ACT_ABP, /**< Activation by Personalization (ABP) */ enumerator
/Zephyr-latest/subsys/lorawan/
Dlorawan.c472 } else if (join_cfg->mode == LORAWAN_ACT_ABP) { in lorawan_join()