Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/region/
DRegionCommon.h303 bool LastTxIsJoinRequest; member
DRegion.h800 bool LastTxIsJoinRequest; member
DRegionAU915.c845 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionAU915NextChannel()
DRegionCN779.c807 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionCN779NextChannel()
DRegionEU433.c807 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionEU433NextChannel()
DRegionEU868.c840 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionEU868NextChannel()
DRegionIN865.c830 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionIN865NextChannel()
DRegionKR920.c804 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionKR920NextChannel()
DRegionRU864.c806 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionRU864NextChannel()
DRegionUS915.c845 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionUS915NextChannel()
DRegionAS923.c906 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionAS923NextChannel()
DRegionCN470.c981 identifyChannelsParam.LastTxIsJoinRequest = nextChanParams->LastTxIsJoinRequest; in RegionCN470NextChannel()
DRegionCommon.c617 identifyChannelsParam->LastTxIsJoinRequest, in RegionCommonIdentifyChannels()
/loramac-node-3.4.0/src/mac/
DLoRaMac.c2900 nextChan.LastTxIsJoinRequest = false; in ScheduleTx()
2907 nextChan.LastTxIsJoinRequest = true; in ScheduleTx()