Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.cpp171 const char *maxPowerTable; in ProcessMaxPowerTable() local
173 VerifyOrExit((maxPowerTable = aRadioUrl.GetValue("max-power-table")) != nullptr); in ProcessMaxPowerTable()
175 for (str = strtok_r(const_cast<char *>(maxPowerTable), ",", &pSave); in ProcessMaxPowerTable()