Searched refs:BeaconParams (Results 1 – 1 of 1) sorted by relevance
115 static LoRaMacHandlerBeaconParams_t BeaconParams = variable879 BeaconParams.State = LORAMAC_HANDLER_BEACON_LOST; in MlmeIndication()880 BeaconParams.Info.Time.Seconds = 0; in MlmeIndication()881 BeaconParams.Info.GwSpecific.InfoDesc = 0; in MlmeIndication()882 memset1( BeaconParams.Info.GwSpecific.Info, 0, 6 ); in MlmeIndication()885 LmHandlerCallbacks->OnBeaconStatusChange( &BeaconParams ); in MlmeIndication()894 BeaconParams.State = LORAMAC_HANDLER_BEACON_RX; in MlmeIndication()895 BeaconParams.Info = mlmeIndication->BeaconInfo; in MlmeIndication()897 LmHandlerCallbacks->OnBeaconStatusChange( &BeaconParams ); in MlmeIndication()901 BeaconParams.State = LORAMAC_HANDLER_BEACON_NRX; in MlmeIndication()[all …]