Searched refs:maxPowerTable (Results 1 – 1 of 1) sorted by relevance
171 const char *maxPowerTable; in ProcessMaxPowerTable() local173 VerifyOrExit((maxPowerTable = aRadioUrl.GetValue("max-power-table")) != nullptr); in ProcessMaxPowerTable()175 for (str = strtok_r(const_cast<char *>(maxPowerTable), ",", &pSave); in ProcessMaxPowerTable()