Home
last modified time | relevance | path

Searched refs:commandsSize (Results 1 – 1 of 1) 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()
2237 linkAdrReq.PayloadSize = commandsSize - ( macIndex - 1 ); in ProcessMacCommands()
2274 if( macIndex >= commandsSize ) in ProcessMacCommands()
2279 if( macIndex < commandsSize ) in ProcessMacCommands()