Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/lorawan/
Dlorawan.c196 static void mlme_confirm_handler(MlmeConfirm_t *mlme_confirm) in mlme_confirm_handler() argument
201 mlme_confirm->MlmeRequest); in mlme_confirm_handler()
203 if (mlme_confirm->Status != LORAMAC_EVENT_INFO_STATUS_OK) { in mlme_confirm_handler()
205 lorawan_eventinfo2str(mlme_confirm->Status)); in mlme_confirm_handler()
209 switch (mlme_confirm->MlmeRequest) { in mlme_confirm_handler()
227 last_mlme_confirm_status = mlme_confirm->Status; in mlme_confirm_handler()