Searched refs:BeaconParams (Results 1 – 1 of 1) sorted by relevance
107 static LoRaMacHandlerBeaconParams_t BeaconParams = variable927 BeaconParams.State = LORAMAC_HANDLER_BEACON_LOST; in MlmeIndication()928 BeaconParams.Info.Time.Seconds = 0; in MlmeIndication()929 BeaconParams.Info.GwSpecific.InfoDesc = 0; in MlmeIndication()930 memset1( BeaconParams.Info.GwSpecific.Info, 0, 6 ); in MlmeIndication()933 OnBeaconStatusChangeNotify( &BeaconParams ); in MlmeIndication()942 BeaconParams.State = LORAMAC_HANDLER_BEACON_RX; in MlmeIndication()943 BeaconParams.Info = mlmeIndication->BeaconInfo; in MlmeIndication()945 OnBeaconStatusChangeNotify( &BeaconParams ); in MlmeIndication()949 BeaconParams.State = LORAMAC_HANDLER_BEACON_NRX; in MlmeIndication()[all …]