Searched refs:phylist (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c5178 char *phylist=NULL; local
5224 phylist = nvram_safe_get(strcat_r(prefix, "phytypes", tmp));
5226 for (i = 0; i < strlen(phylist); i++) {
5227 sprintf(tmp, "802.11%c (%s GHz)", phylist[i],
5228 phylist[i] == 'a' ? "5" : "2.4");
5230 phylist[i], phylist[i] == *phytype ? "selected" : "", tmp);

Completed in 126 milliseconds