strneq
} else if (strneq(var, "noiseFloorThreshCh", 18)) {
} else if (strneq(var, "xlnaGainCh", 10)) {
} else if (strneq(var, "antennaControl", 14)) {
} else if (strneq(var, "antCtrlChain", 12)) {
} else if (strneq(var, "antGainCh", 9)) {
} else if (strneq(var, "txRxAttenCh", 11)) {
} else if (strneq(var, "rxTxMarginCh", 12)) {
} else if (strneq(var, "iqCalICh", 8)) {
} else if (strneq(var, "iqCalQCh", 8)) {
} else if (strneq(var, "macaddr", 7)) {
} else if (strneq(var, "binBuildNumber", 14)) {
} else if (strneq(var, "custData", 8)) {
} else if (strneq(var, "maxpwr", 6)) {
} else if (strneq(var, "pwr_t4_", 7)) {
} else if (strneq(var, "Vpd", 3)) {
} else if (strneq(var, "rdEdgePower", 11)) {
} else if (strneq(var, "rdEdgeFlag", 10)) {
} else if (strneq(var, "rdEdge", 6)) {
} else if (strneq(var, "testChannel", 11)) {
} else if (strneq(var, "pwr6_24_", 8)) {
} else if (strneq(var, "pwr36_", 6)) {
} else if (strneq(var, "pwr48_", 6)) {
} else if (strneq(var, "pwr54_", 6)) {
} else if (strneq(var, "channelValue", 12)) {
} else if (strneq(var, "pcdacMin", 8)) {
} else if (strneq(var, "pcdacMax", 8)) {
} else if (strneq(var, "pcdac", 5)) {
} else if (strneq(var, "pwrValue", 8)) {
return strneq(&str[offset], suffix, suffixlen);
return prefixlen > 0 ? strneq(str, prefix, strlen(prefix)) : false;