Home
last modified time | relevance | path

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

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