Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ppp/
DKconfig14 int "Maximum timeout in ms for Configure-Req"
18 How long to wait Configure-Req.
21 int "Maximum number of Configure-Req retransmits"
25 How many times to resend Configure-Req messages before deciding the
29 int "Maximum number of Terminate-Req retransmits"
33 How many times to resend Terminate-Req messages before terminating
/Zephyr-latest/subsys/lorawan/
Dlorawan.c244 mlme_req.Req.Join.Datarate = default_datarate; in lorawan_join_otaa()
245 mlme_req.Req.Join.NetworkActivation = ACTIVATION_TYPE_OTAA; in lorawan_join_otaa()
671 mcps_req.Req.Unconfirmed.fBuffer = NULL; in lorawan_send()
672 mcps_req.Req.Unconfirmed.fBufferSize = 0; in lorawan_send()
673 mcps_req.Req.Unconfirmed.Datarate = DR_0; in lorawan_send()
683 mcps_req.Req.Unconfirmed.fPort = port; in lorawan_send()
684 mcps_req.Req.Unconfirmed.fBuffer = data; in lorawan_send()
685 mcps_req.Req.Unconfirmed.fBufferSize = len; in lorawan_send()
686 mcps_req.Req.Unconfirmed.Datarate = current_datarate; in lorawan_send()
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig224 int "PDelay Req interval in Log2 base"
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst662 * Fixed PPP Term-Req and Term-Ack packet length when sending them.