Searched refs:LORAWAN_ACT_OTAA (Results 1 – 4 of 4) sorted by relevance
83 join_cfg.mode = LORAWAN_ACT_OTAA; in main()
88 join_cfg.mode = LORAWAN_ACT_OTAA; in main()
40 LORAWAN_ACT_OTAA = 0, /**< Over-the-Air Activation (OTAA) */ enumerator
451 if (join_cfg->mode == LORAWAN_ACT_OTAA) { in lorawan_join()