Searched refs:eirpDwellTime (Results 1 – 1 of 1) sorted by relevance
2389 uint8_t eirpDwellTime = payload[macIndex++]; in ProcessMacCommands() local2394 if( ( eirpDwellTime & 0x20 ) == 0x20 ) in ProcessMacCommands()2398 if( ( eirpDwellTime & 0x10 ) == 0x10 ) in ProcessMacCommands()2402 txParamSetupReq.MaxEirp = eirpDwellTime & 0x0F; in ProcessMacCommands()