Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMac.c427 static void ProcessMacCommands( uint8_t* payload, uint8_t macIndex, uint8_t commandsSize, int8_t sn…
2154 static void ProcessMacCommands( uint8_t *payload, uint8_t macIndex, uint8_t commandsSize, int8_t sn… in ProcessMacCommands() argument
2167 while( macIndex < commandsSize ) in ProcessMacCommands()
2170 if( ( LoRaMacCommandsGetCmdSize( payload[macIndex] ) + macIndex ) > commandsSize ) in ProcessMacCommands()
2176 switch( payload[macIndex++] ) in ProcessMacCommands()
2180 uint8_t serverMinorVersion = payload[macIndex++]; in ProcessMacCommands()
2198 MacCtx.MlmeConfirm.DemodMargin = payload[macIndex++]; in ProcessMacCommands()
2199 MacCtx.MlmeConfirm.NbGateways = payload[macIndex++]; in ProcessMacCommands()
2220 linkAdrReq.Payload = &payload[macIndex - 1]; in ProcessMacCommands()
2237 linkAdrReq.PayloadSize = commandsSize - ( macIndex - 1 ); in ProcessMacCommands()
[all …]
/loramac-node-latest/
DCHANGELOG.md665 - Fixed `SRV_MAC_NEW_CHANNEL_REQ` MAC command by adding a fix to the `macIndex` variable on US915 b…